Warp NPC Help menu

User Tag List

Results 1 to 13 of 13
  1. #1
    mager1794's Avatar Member
    Reputation
    356
    Join Date
    Feb 2008
    Posts
    703
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Warp NPC Help

    can someone please help me turn this into a .DLL so i can give to my Server Owner to put into server??? please help
    Last edited by mager1794; 03-15-2008 at 10:13 PM.

    Warp NPC Help
  2. #2
    ~ViVo~'s Avatar Banned
    Reputation
    52
    Join Date
    Feb 2008
    Posts
    560
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Holy *Zomg.
    Why does he need THAT?

  3. #3
    TheSpidey's Avatar Elite User
    Reputation
    365
    Join Date
    Jan 2008
    Posts
    2,200
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Use [code]!

  4. #4
    ~ViVo~'s Avatar Banned
    Reputation
    52
    Join Date
    Feb 2008
    Posts
    560
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yea, That bugs me too. :x

  5. #5
    mager1794's Avatar Member
    Reputation
    356
    Join Date
    Feb 2008
    Posts
    703
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    lol i forgot about code blocks

  6. #6
    TheSpidey's Avatar Elite User
    Reputation
    365
    Join Date
    Jan 2008
    Posts
    2,200
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Guess what - you can edit your first post and fix it!

  7. #7
    mager1794's Avatar Member
    Reputation
    356
    Join Date
    Feb 2008
    Posts
    703
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I got like a ton of errors in it :"( i cant figure this one out if people can help me til i get them all done that'd be great XD

    Error Variable or Field 'SetupWarper' declared Void wahts it mean??? and how do i fix it


    #ifndef INSTANCE_SCRIPTS_SETUP_H
    #define INSTANCE_SCRIPTS_SETUP_H

    //warper(but this part is grayed out
    void SetupWarper(ScriptMgr * mgr);
    Last edited by mager1794; 03-15-2008 at 10:09 PM.

  8. #8
    TheSpidey's Avatar Elite User
    Reputation
    365
    Join Date
    Jan 2008
    Posts
    2,200
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Post the full errors

  9. #9
    mager1794's Avatar Member
    Reputation
    356
    Join Date
    Feb 2008
    Posts
    703
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ive checked all errors are in this area here


    #include "Setup.h"
    #include "stdafx.h"

    #ifdef WIN32
    #pragma warning(disable:4305) // warning C4305: 'argument' : truncation from 'double' to 'float'
    #endif

    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 GossipHello(Object * pObject, Player* Plr, bool AutoSend);

    }GossipMenu *Menu;
    objmgr.CreateGossipMenuForPlayer(&Menu, pObject->GetGUID(), 1, Plr);

    and they are

    'Scriptmgr' not declared in this scope
    'mgr' not declared in this scope
    those are in the section of errors i posted before this one the rest are in the one in this post

    invalid funtion declared
    class SCRIPT_DECL Warper : public GossipScript wat should it be??

    variable or field Gossip Hello declared void

    Object, Pobject, player, not declared in this scope

    Expected Primary expression before bool

    Initializer Expression list treated as compound expression
    void GossipHello(Object * pObject, Player* Plr, bool AutoSend);

    expected declaration before "}' token
    }GossipMenu *Menu;

    thats all of them please help ill

    +rep

  10. #10
    TheSpidey's Avatar Elite User
    Reputation
    365
    Join Date
    Jan 2008
    Posts
    2,200
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Wow that's alot of errors.
    Why don't you get a fresh, clean WarpNPC?

  11. #11
    mager1794's Avatar Member
    Reputation
    356
    Join Date
    Feb 2008
    Posts
    703
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    its not that many and i made this one on my own and it my first one so im not giving up on it lol

  12. #12
    TheSpidey's Avatar Elite User
    Reputation
    365
    Join Date
    Jan 2008
    Posts
    2,200
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Then deal with it.. I'm not gonna debug a code full of errors, when there's a perfectly good version of it out. I suggest you won't either.

  13. #13
    arninho's Avatar Active Member
    Reputation
    38
    Join Date
    Dec 2007
    Posts
    247
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    guys can you show me from were can i get a warpnpc?

Similar Threads

  1. [Help] Pre-BC warp npc. will +rep
    By logicd22 in forum World of Warcraft Emulator Servers
    Replies: 1
    Last Post: 07-18-2008, 10:08 PM
  2. Help please , warp NPC
    By Etzzhy in forum World of Warcraft Emulator Servers
    Replies: 14
    Last Post: 07-07-2008, 02:23 PM
  3. [Help]Warp Npc New
    By danis in forum World of Warcraft Emulator Servers
    Replies: 9
    Last Post: 02-12-2008, 10:10 AM
  4. (Help) C++ Warp Npc
    By saro10 in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 02-09-2008, 12:06 PM
  5. [Help] Warp Npc
    By kanqaz in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 12-08-2007, 09:06 AM
All times are GMT -5. The time now is 12:48 AM. 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