So, I dl'ed the warper from Gastric, and it's buggy as hell. (Crashed my server like zillions of times). I've tried others too, and never had any problems, except they don't have any azeroth locations.
So, I decided to take my first crack at creating my own warper, and I must say that since this is my first shot at c++ I did HELLA good, but I'm still getting a few errors, and i can't seem to figure out why. So, I'm including a dl to the files, and the errors as well to see if maybe someone could fix, and compile this for me [(my vs08 doesn't compile any warpers for some reason, always give me an error) (and yes I'm putting all the files in the necessary places.)]
If someone can fix, and compile this for me, I'll be eternally grateful and will rep you as many times as it'll let me.
So, here is the warpers files (all 4 including project file)
Send big files the easy way. Files too large for email attachments? No problem!
and here is the errors that I'm getting...
I'm also getting a directory error if anyone can help me solve it. here is the errorCode:5>Custom_Teleporters.cpp 5>..\src\WarpNPC\Custom_Teleporters.cpp(1) : error C2143: syntax error : missing ';' before 'string' 5>..\src\WarpNPC\Custom_Teleporters.cpp(1) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 5>..\src\WarpNPC\Custom_Teleporters.cpp(5) : error C2470: 'Warper' : looks like a function definition, but there is no parameter list; skipping apparent body 5>..\src\WarpNPC\Custom_Teleporters.cpp(16) : error C2653: 'Warper' : is not a class or namespace name 5>..\src\WarpNPC\Custom_Teleporters.cpp(16) : error C2065: 'Object' : undeclared identifier 5>..\src\WarpNPC\Custom_Teleporters.cpp(16) : error C2065: 'pObject' : undeclared identifier 5>..\src\WarpNPC\Custom_Teleporters.cpp(16) : error C2065: 'Player' : undeclared identifier 5>..\src\WarpNPC\Custom_Teleporters.cpp(16) : error C2065: 'Plr' : undeclared identifier 5>..\src\WarpNPC\Custom_Teleporters.cpp(16) : error C2062: type 'bool' unexpected 5>..\src\WarpNPC\Custom_Teleporters.cpp(17) : error C2143: syntax error : missing ';' before '{' 5>..\src\WarpNPC\Custom_Teleporters.cpp(17) : error C2447: '{' : missing function header (old-style formal list?) 5>..\src\WarpNPC\Custom_Teleporters.cpp(37) : error C2653: 'Warper' : is not a class or namespace name 5>..\src\WarpNPC\Custom_Teleporters.cpp(37) : error C2065: 'Object' : undeclared identifier 5>..\src\WarpNPC\Custom_Teleporters.cpp(37) : error C2065: 'pObject' : undeclared identifier 5>..\src\WarpNPC\Custom_Teleporters.cpp(37) : error C2065: 'Player' : undeclared identifier 5>..\src\WarpNPC\Custom_Teleporters.cpp(37) : error C2065: 'Plr' : undeclared identifier 5>..\src\WarpNPC\Custom_Teleporters.cpp(37) : error C2065: 'uint32' : undeclared identifier 5>..\src\WarpNPC\Custom_Teleporters.cpp(37) : error C2146: syntax error : missing ')' before identifier 'Id' 5>..\src\WarpNPC\Custom_Teleporters.cpp(37) : error C2182: 'GossipSelectOption' : illegal use of type 'void' 5>..\src\WarpNPC\Custom_Teleporters.cpp(37) : error C2078: too many initializers 5>..\src\WarpNPC\Custom_Teleporters.cpp(37) : error C2059: syntax error : ')' 5>..\src\WarpNPC\Custom_Teleporters.cpp(38) : error C2143: syntax error : missing ';' before '{' 5>..\src\WarpNPC\Custom_Teleporters.cpp(38) : error C2447: '{' : missing function header (old-style formal list?) 5>..\src\WarpNPC\Custom_Teleporters.cpp(748) : error C2653: 'Warper' : is not a class or namespace name 5>..\src\WarpNPC\Custom_Teleporters.cpp(748) : error C2065: 'Object' : undeclared identifier 5>..\src\WarpNPC\Custom_Teleporters.cpp(748) : error C2065: 'pObject' : undeclared identifier 5>..\src\WarpNPC\Custom_Teleporters.cpp(748) : error C2065: 'Player' : undeclared identifier 5>..\src\WarpNPC\Custom_Teleporters.cpp(748) : error C2065: 'Plr' : undeclared identifier 5>..\src\WarpNPC\Custom_Teleporters.cpp(749) : error C2448: 'GossipEnd' : function-style initializer appears to be a function definition 5>..\src\WarpNPC\Custom_Teleporters.cpp(753) : error C2065: 'ScriptMgr' : undeclared identifier 5>..\src\WarpNPC\Custom_Teleporters.cpp(753) : error C2065: 'mgr' : undeclared identifier 5>..\src\WarpNPC\Custom_Teleporters.cpp(754) : error C2448: 'SetupWarper' : function-style initializer appears to be a function definition
Thanks to you all in advance for helping.
Dracconus
BTW: (not sure if this is okay, so if not, mods you can delete this part, it's np by me) I AM accepting C++ Devs for my server to assist me with some ideas that I've got that will revolutionize the wow gaming community (i won't list them here so that no one else can do them first as I'd like them to be my claim to fame).