can someone please help me turn this into a .DLL so i can give to my Server Owner to put into server??? please 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.
Holy *Zomg.
Why does he need THAT?
Use [code]!
Yea, That bugs me too. :x
lol i forgot about code blocks
Guess what - you can edit your first post and fix it!
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.
Post the full errors
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
Wow that's alot of errors.
Why don't you get a fresh, clean WarpNPC?
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
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.
guys can you show me from were can i get a warpnpc?