[WIP] Wintergrasp menu

Shout-Out

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 22
  1. #1
    2dgreengiant's Avatar ★ Elder ★


    Reputation
    1192
    Join Date
    Feb 2007
    Posts
    7,129
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [WIP] Wintergrasp

    So a few people know that i have been working on wintergrasp and with the community and Thetruecrows awesome vehicle work i have started my work on wintergrasp again :P

    So far i got the Horde/Alliance controlled bit done, got the capturing of the workshops done with vehicles etc and now working on the timer. May try to use the mangos system for time on it and vehicles but idk we will see how it goes.

    All that this is is an extra .cpp file for the worldpvpscripts.

    I'm using Sandshroud for this


    Also these do not appear if you are not in the wintergrasp zone :P

    Some pics:








    But yeah nearly there, i will release it on here when it's done
    Thanks

    ~2d~
    If you need me you have my skype, if you don't have my skype then you don't need me.

    [WIP] Wintergrasp
  2. #2
    Kiev's Avatar Contributor
    Reputation
    288
    Join Date
    Nov 2007
    Posts
    1,819
    Thanks G/R
    0/4
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Looks like good work 2d.

    Keep it going




  3. #3
    Thetruecrow's Avatar Active Member
    Reputation
    65
    Join Date
    Nov 2008
    Posts
    79
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I am now stalking you. XD
    I had a working Wintergrasp once. God damn that sucks to get working.
    For some reason, I got the spells working too. Did it the correct way, with Totems.

  4. #4
    Ballwinkle's Avatar Contributor Authenticator enabled
    Reputation
    124
    Join Date
    Mar 2007
    Posts
    662
    Thanks G/R
    0/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice +rep

    /filler

  5. #5
    Ground Zero's Avatar ★ Elder ★
    Reputation
    1132
    Join Date
    Aug 2008
    Posts
    3,504
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Glad you're finally making your super secret wtfbbq work public. Keep it up. <3

  6. #6
    Mr.Jebus Christ's Avatar Banned
    Reputation
    117
    Join Date
    Mar 2007
    Posts
    351
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Good work, just wish someone would port the vehicle support to arcemu

  7. #7
    2dgreengiant's Avatar ★ Elder ★


    Reputation
    1192
    Join Date
    Feb 2007
    Posts
    7,129
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Terrorblade View Post
    Good work, just wish someone would port the vehicle support to arcemu
    Tried, got a power and spell casting issue :P
    If you need me you have my skype, if you don't have my skype then you don't need me.

  8. #8
    Mr.Jebus Christ's Avatar Banned
    Reputation
    117
    Join Date
    Mar 2007
    Posts
    351
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have elenion's work on vehicles and that is the same problem it has. I was able to port the go dest. gos to arc though. Closet thing I could think of for the spells is the vehicle ride spell packet, I made it
    Code:
        WorldPacket data(SMSG_PET_SPELLS * 4 + 22);
        data << GetGUID();
        data << uint16(0x0000);//pet family
        data << uint32(0x00000000);//unk
        data << uint32(0x00000101);//bar type
    
    
        for (int i = 0; i < 10; ++i)
        {
            if(i < 5)
                data << uint16(m_vehicledata->spells[i]) << uint8(0) << uint8(i+8);
            else
                data << uint16(0) << uint8(0) << uint8(i+8);
        }
    
        data << uint16(0)
             << uint16(DEFAULT_SPELL_STATE);
        
        data << uint8(0);
    
        player->GetSession()->SendPacket(&data);
    which is very close to what it is on sandshroud
    Last edited by Terrorblade; 02-11-2010 at 01:45 PM.

  9. #9
    Choices's Avatar Member
    Reputation
    94
    Join Date
    Apr 2008
    Posts
    231
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Lots of memories in this script lol

    I remember when 100+ errors time lol. It's really come along way 2d From what it was on CC to now

  10. #10
    AzolexX's Avatar Contributor
    Reputation
    179
    Join Date
    May 2007
    Posts
    587
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    There is no close of it if packet structure is same, one of 2 are incorrect, and Elenion being reverser....

    Find about scripting, programming and music! My blog: https://worldofsmth.wordpress.com!

  11. #11
    Mr.Jebus Christ's Avatar Banned
    Reputation
    117
    Join Date
    Mar 2007
    Posts
    351
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    But the difference is that it works on sandshroud.

  12. #12
    I Hypnotoad I's Avatar Contributor
    Reputation
    147
    Join Date
    Aug 2007
    Posts
    873
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I never thought I'd say this but..

    I love you.. .. no homo.

    In all seriousness, nice job on this. It's kinda sad how this took about a year and 5 months for somebody to actually start on this.


    Dragon[Sky] can get into our signatures, AND our pants.



  13. #13
    Hellgawd's Avatar Member
    Reputation
    710
    Join Date
    Jun 2007
    Posts
    2,480
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by I Hypnotoad I View Post
    I never thought I'd say this but..

    I love you.. .. no homo.

    In all seriousness, nice job on this. It's kinda sad how this took about a year and 5 months for somebody to actually start on this.

    I'd say 2d's been working on it for about that long. Hahaha

  14. #14
    2dgreengiant's Avatar ★ Elder ★


    Reputation
    1192
    Join Date
    Feb 2007
    Posts
    7,129
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by I Hypnotoad I View Post
    I never thought I'd say this but..

    I love you.. .. no homo.

    In all seriousness, nice job on this. It's kinda sad how this took about a year and 5 months for somebody to actually start on this.
    As hell said i was on/off working on this for ages now haha but only recently really bothered getting shit working haha, also TC2 has this sorta working so :P but this is ascent based.
    If you need me you have my skype, if you don't have my skype then you don't need me.

  15. #15
    [Sadistic]'s Avatar Member
    Reputation
    42
    Join Date
    Sep 2009
    Posts
    247
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    wow uh great work~!!!!

Page 1 of 2 12 LastLast

Similar Threads

  1. [WIP] Death Knight
    By Squirr3l in forum World of Warcraft Model Editing
    Replies: 83
    Last Post: 10-06-2007, 06:56 PM
  2. [WIP] Northrend
    By faizer in forum World of Warcraft Model Editing
    Replies: 35
    Last Post: 10-06-2007, 06:31 AM
  3. [WIP] Reskin Project V2.
    By Mr. Moose in forum World of Warcraft Model Editing
    Replies: 16
    Last Post: 09-22-2007, 06:43 PM
  4. WIP: Barrens Desert
    By dasgman in forum World of Warcraft Model Editing
    Replies: 8
    Last Post: 08-11-2007, 01:47 AM
  5. [WIP] NE Druid to BE Druid!
    By Zero-Cool in forum WoW ME Questions and Requests
    Replies: 3
    Last Post: 05-11-2007, 12:28 AM
All times are GMT -5. The time now is 03:15 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search