Can someone help? I am a retard. menu

User Tag List

Results 1 to 7 of 7
  1. #1
    xinrua's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Can someone help? I am a retard.

    Ok I have been trying to use ac-wow for my private server but I don't understand anything about it.

    you see I found a couple of stuff I would like to add to the server....but of course I do not know how.

    I would really like to know this stuff so I can make a taxi(Teleportation) guy.

    And actually have a custom continent for a mall.

    I really have no idea what I do for this stuff.

    please help.

    (Yes I know about the stuff like the codes you can do in game...just the IDK...)

    (Yes I am a big noob/retard)

    (If this is the wrong section can you plz move it to the right one.)

    Can someone help? I am a retard.
  2. #2
    Wheeze201's Avatar Active Member
    Reputation
    51
    Join Date
    Apr 2007
    Posts
    660
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sorry, i can't help with ac-web stuff but i just have to say:

    "Can someone help? I'm a retard"
    "I'm a retard"
    "Retard"
    OMG ROFL

  3. #3
    Le Froid's Avatar Contributor
    Reputation
    172
    Join Date
    Mar 2007
    Posts
    1,327
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    1st question: Learn c++
    2nd question: No, you can't make a custom continent

  4. #4
    xinrua's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Timmyvacc View Post
    1st question: Learn c++
    2nd question: No, you can't make a custom continent
    really?

    dang that suck.

    and Whats c++?

  5. #5
    Le Froid's Avatar Contributor
    Reputation
    172
    Join Date
    Mar 2007
    Posts
    1,327
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by xinrua View Post
    really?

    dang that suck.

    and Whats c++?
    example of a script I am building is
    Code:
    #include "StdAfx.h"
    #include "Setup.h"
    
    
    class SCRIPT_DECL Warper : public GossipScript
    {
    public:
        void GossipHello(Object * pObject, Player* Plr, bool AutoSend);
        void GossipSelectOption(Object * pObject, Player* Plr, uint32 Id, uint32 IntId, const char * Code);
        void GossipEnd(Object * pObject, Player* Plr);
        void Destroy()
        {
            delete this;
        }
    };
    void Warper::GossipHello(Object * pObject, Player* Plr, bool AutoSend)
        {
            GossipMenu *Menu;
            objmgr.CreateGossipMenuForPlayer(&Menu, pObject->GetGUID(), 1, Plr);
                Menu->AddItem(1, "Level 1-20 zone", 1);
                Menu->AddItem(1, "Level 20-50 zone", 2);
                Menu->AddItem(1, "Level 50-70 zone", 3);
                Menu->AddItem(1, "Level 70-90 zone", 4);
                Menu->AddItem(1, "Level 90-100 zone", 5);
                Menu->AddItem(1, "Level 100-200 zone", 6);
                Menu->AddItem(1, "Level 200-255 zone", 7);
                Menu->AddItem(1, "Mall", 8);
                Menu->AddItem(1, "Arena", 9);
                Menu->AddItem(1, "I wish to become a hero class!", 10);
    
    
            if(AutoSend)
                Menu->SendTo(Plr);
        }
    
    void Warper::GossipSelectOption(Object * pObject, Player* Plr, uint32 Id, uint32 IntId, const char * Code)
        {
        Creature * pCreature = (pObject->GetTypeId()==TYPEID_UNIT)?((Creature*)pObject):NULL;
        if(pCreature==NULL)
            return;
    
            GossipMenu * Menu;
            switch(IntId)
            {
                         case 1: // 1-20 zone
                         {
                              Plr->EventTeleport(

  6. #6
    Skuxta's Avatar Banned
    Reputation
    12
    Join Date
    Aug 2007
    Posts
    211
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Timmyvacc there is a way to make a custom continent. Im not so sure about it but it takes ages to do and requires over 50 scripts.

    Or there is always the model editing approach.

  7. #7
    xinrua's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Oh that....I know what that is.

    and um ya i tried to do something and now my server login closes right when i open it....its not just that its all of it.

    now i have to start over on my server.

    EDIT: NVM I FIXED..only I have to start over...=(

    well ya thnx I guess for the help!
    Last edited by xinrua; 12-25-2007 at 06:59 PM.

Similar Threads

  1. Can someone help plz
    By sabotage3d in forum World of Warcraft General
    Replies: 0
    Last Post: 03-09-2007, 02:50 PM
  2. can someone help plzz
    By Troys in forum World of Warcraft General
    Replies: 2
    Last Post: 03-05-2007, 11:51 PM
  3. Can someone help me with helm fix?
    By qqqaaazzz in forum WoW ME Questions and Requests
    Replies: 5
    Last Post: 01-29-2007, 01:57 AM
  4. Can someone help me get onto a WoW private server?
    By hyacary in forum Gaming Chat
    Replies: 1
    Last Post: 01-25-2007, 03:14 PM
  5. can someone help a noob?
    By jon31592 in forum World of Warcraft General
    Replies: 2
    Last Post: 01-21-2007, 04:49 PM
All times are GMT -5. The time now is 08:31 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