Emulator Server Releases This section is for all releases regarding Emu servers.
[NO QUESTIONS HERE]
07-31-2009
New User
Join Date: Mar 2008
Posts: 16
Reputation: 1
Level up: 77%, 93 Points needed
Alrighty i tested the Arcemu Version
Code:
Vendorscript.cpp
..\src\ExtraScripts\Vendorscript.cpp(57) : error C2146: syntax error : missing ',' before identifier 'itemid'
..\src\ExtraScripts\Vendorscript.cpp(57) : error C2065: 'itemid' : undeclared identifier
..\src\ExtraScripts\Vendorscript.cpp(57) : error C2146: syntax error : missing ',' before identifier 'added'
..\src\ExtraScripts\Vendorscript.cpp(57) : error C2065: 'added' : undeclared identifier
..\src\ExtraScripts\Vendorscript.cpp(57) : error C2133: 'CItems' : unknown size
..\src\ExtraScripts\Vendorscript.cpp(57) : error C2512: 'std::map' : no appropriate default constructor available
..\src\ExtraScripts\Vendorscript.cpp(58) : error C2146: syntax error : missing ',' before identifier 'itemid'
..\src\ExtraScripts\Vendorscript.cpp(58) : error C2065: 'itemid' : undeclared identifier
..\src\ExtraScripts\Vendorscript.cpp(58) : error C2146: syntax error : missing ',' before identifier 'extended_cost'
..\src\ExtraScripts\Vendorscript.cpp(58) : error C2065: 'extended_cost' : undeclared identifier
..\src\ExtraScripts\Vendorscript.cpp(58) : error C2133: 'Extended_Cost_List' : unknown size
..\src\ExtraScripts\Vendorscript.cpp(58) : error C2512: 'std::map' : no appropriate default constructor available
..\src\ExtraScripts\Vendorscript.cpp(59) : error C2146: syntax error : missing ',' before identifier 'itemid'
..\src\ExtraScripts\Vendorscript.cpp(59) : error C2065: 'itemid' : undeclared identifier
..\src\ExtraScripts\Vendorscript.cpp(59) : error C2146: syntax error : missing ',' before identifier 'banned'
..\src\ExtraScripts\Vendorscript.cpp(59) : error C2065: 'banned' : undeclared identifier
..\src\ExtraScripts\Vendorscript.cpp(59) : error C2133: 'banned_items' : unknown size
..\src\ExtraScripts\Vendorscript.cpp(59) : error C2512: 'std::map' : no appropriate default constructor available
..\src\ExtraScripts\Vendorscript.cpp(65) : error C2065: 'ENABLED_EXTENDED_COSTS' : undeclared identifier
..\src\ExtraScripts\Vendorscript.cpp(77) : error C2678: binary '[' : no operator found which takes a left-hand operand of type 'std::map' (or there is no acceptable conversion)
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\map(167): could be '_Ty &std::map<_Kty,_Ty,_Pr,_Alloc>::operator [](const _Kty &)'
while trying to match the argument list '(std::map, uint32)'
..\src\ExtraScripts\Vendorscript.cpp(93) : error C2678: binary '[' : no operator found which takes a left-hand operand of type 'std::map' (or there is no acceptable conversion)
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\map(167): could be '_Ty &std::map<_Kty,_Ty,_Pr,_Alloc>::operator [](const _Kty &)'
while trying to match the argument list '(std::map, uint32)'
..\src\ExtraScripts\Vendorscript.cpp(101) : error C2065: 'CreaturePointer' : undeclared identifier
..\src\ExtraScripts\Vendorscript.cpp(101) : error C2146: syntax error : missing ')' before identifier 'unit'
..\src\ExtraScripts\Vendorscript.cpp(101) : error C2182: 'AddItemsToCreature' : illegal use of type 'void'
..\src\ExtraScripts\Vendorscript.cpp(101) : error C2059: syntax error : ')'
..\src\ExtraScripts\Vendorscript.cpp(102) : error C2143: syntax error : missing ';' before '{'
..\src\ExtraScripts\Vendorscript.cpp(102) : error C2447: '{' : missing function header (old-style formal list?)
..\src\ExtraScripts\Vendorscript.cpp(124) : error C2065: 'CreaturePointer' : undeclared identifier
..\src\ExtraScripts\Vendorscript.cpp(124) : error C2146: syntax error : missing ')' before identifier 'unit'
..\src\ExtraScripts\Vendorscript.cpp(124) : error C2182: 'SendItemList' : illegal use of type 'void'
..\src\ExtraScripts\Vendorscript.cpp(124) : error C2059: syntax error : ')'
..\src\ExtraScripts\Vendorscript.cpp(125) : error C2143: syntax error : missing ';' before '{'
..\src\ExtraScripts\Vendorscript.cpp(125) : error C2447: '{' : missing function header (old-style formal list?)
..\src\ExtraScripts\Vendorscript.cpp(179) : error C2678: binary '[' : no operator found which takes a left-hand operand of type 'std::map' (or there is no acceptable conversion)
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\map(167): could be '_Ty &std::map<_Kty,_Ty,_Pr,_Alloc>::operator [](const _Kty &)'
while trying to match the argument list '(std::map, uint32)'
..\src\ExtraScripts\Vendorscript.cpp(191) : error C2678: binary '[' : no operator found which takes a left-hand operand of type 'std::map' (or there is no acceptable conversion)
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\map(167): could be '_Ty &std::map<_Kty,_Ty,_Pr,_Alloc>::operator [](const _Kty &)'
while trying to match the argument list '(std::map, uint32)'
..\src\ExtraScripts\Vendorscript.cpp(271) : error C2661: 'GossipMenu::AddItem' : no overloaded function takes 7 arguments
..\src\ExtraScripts\Vendorscript.cpp(301) : error C2064: term does not evaluate to a function taking 2 arguments
..\src\ExtraScripts\Vendorscript.cpp(303) : error C2064: term does not evaluate to a function taking 3 arguments
..\src\ExtraScripts\Vendorscript.cpp(313) : error C2065: 'plr' : undeclared identifier
Thats the error i get
Donate to remove ads, get your "DONATOR title, and get access to the MMOwned community's elite Shoutbawx.
07-31-2009
Contributor
Join Date: Mar 2008
Location: LeetVille, PA
Posts: 263
Nominated 11 Times in 1 Post
Reputation: 206
Level up: 38%, 500 Points needed
Last edited by Jotox; 07-31-2009 at 02:52 PM .
07-31-2009
Knight
Join Date: Aug 2008
Posts: 189
Reputation: 40
Level up: 99%, 2 Points needed
Thanks, it's awesome!
07-31-2009
New User
Join Date: Mar 2008
Posts: 16
Reputation: 1
Level up: 77%, 93 Points needed
For some reason i cant respond or sent PM's. But i tested Arcemu version and this is what i get
Code:
Vendorscript.cpp
..\src\ExtraScripts\Vendorscript.cpp(101) : error C2065: 'CreaturePointer' : undeclared identifier
..\src\ExtraScripts\Vendorscript.cpp(101) : error C2146: syntax error : missing ')' before identifier 'unit'
..\src\ExtraScripts\Vendorscript.cpp(101) : error C2182: 'AddItemsToCreature' : illegal use of type 'void'
..\src\ExtraScripts\Vendorscript.cpp(101) : error C2059: syntax error : ')'
..\src\ExtraScripts\Vendorscript.cpp(102) : error C2143: syntax error : missing ';' before '{'
..\src\ExtraScripts\Vendorscript.cpp(102) : error C2447: '{' : missing function header (old-style formal list?)
..\src\ExtraScripts\Vendorscript.cpp(124) : error C2065: 'CreaturePointer' : undeclared identifier
..\src\ExtraScripts\Vendorscript.cpp(124) : error C2146: syntax error : missing ')' before identifier 'unit'
..\src\ExtraScripts\Vendorscript.cpp(124) : error C2182: 'SendItemList' : illegal use of type 'void'
..\src\ExtraScripts\Vendorscript.cpp(124) : error C2059: syntax error : ')'
..\src\ExtraScripts\Vendorscript.cpp(125) : error C2143: syntax error : missing ';' before '{'
..\src\ExtraScripts\Vendorscript.cpp(125) : error C2447: '{' : missing function header (old-style formal list?)
..\src\ExtraScripts\Vendorscript.cpp(301) : error C2064: term does not evaluate to a function taking 2 arguments
..\src\ExtraScripts\Vendorscript.cpp(303) : error C2064: term does not evaluate to a function taking 3 arguments
07-31-2009
Contributor
Join Date: Mar 2008
Location: LeetVille, PA
Posts: 263
Nominated 11 Times in 1 Post
Reputation: 206
Level up: 38%, 500 Points needed
07-31-2009
Contributor
Join Date: Mar 2008
Posts: 65
Reputation: 81
Level up: 95%, 28 Points needed
Looks cool, great job
x2
Last edited by Lynie; 07-31-2009 at 04:00 PM .
07-31-2009
New User
Join Date: Mar 2008
Posts: 16
Reputation: 1
Level up: 77%, 93 Points needed
It workeedd!!! For arcemu it compile!
Code:
------ Rebuild All started: Project: ExtraScripts, Configuration: Release Win32 ------
Deleting intermediate and output files for project 'ExtraScripts', configuration 'Release|Win32'
Compiling...
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
Setup.cpp
Compiling...
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
Vendorscript.cpp
..\src\ExtraScripts\Vendorscript.cpp(281) : warning C4101: 'Menu' : unreferenced local variable
Unstuck.cpp
PvPToken.cpp
Portals.cpp
L80etc.cpp
Insta80.cpp
Class Trainer.cpp
BGNPC.cpp
Linking...
Setup.obj : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
Creating library ..\..\..\bin\release\script_bin/ExtraScripts.lib and object ..\..\..\bin\release\script_bin/ExtraScripts.exp
Generating code
Finished generating code
Embedding manifest...
Build log was saved at "file://c:\Documents and Settings\Kieran\Desktop\Server\Arcemu\src\scripts\projects\2008_int_release_extrascripts\BuildLog.htm"
ExtraScripts - 0 error(s), 3 warning(s)
========== Rebuild All: 1 succeeded, 0 failed, 0 skipped ==========
Only got one warning for Vendorscript, i dont know if thats a big deal of not
07-31-2009
Contributor
Join Date: Mar 2008
Location: LeetVille, PA
Posts: 263
Nominated 11 Times in 1 Post
Reputation: 206
Level up: 38%, 500 Points needed
Yeah that warning can be ignored.
Can somebody post a couple good screenies? Or a realmlist where I can get my own screens?
07-31-2009
New User
Join Date: Mar 2008
Posts: 16
Reputation: 1
Level up: 77%, 93 Points needed
I havent started my server yet, because i need to get id's for items for vendors, and i dont want to go .lookup ever one. so im using wowhead and writing them down. and my server ATM is hamachi because its in development. and we need to find a host:P
08-01-2009
Contributor
Join Date: Mar 2008
Location: LeetVille, PA
Posts: 263
Nominated 11 Times in 1 Post
Reputation: 206
Level up: 38%, 500 Points needed
Wow.
I got hold of a dedi and spent about 2 hours debugging this stupid thing
Finally, here's a working version (for both arcemu and aspire):
[Only registered and activated users can see links. ]
08-05-2009
New User
Join Date: Jan 2008
Posts: 11
Reputation: 1
Quote:
1>..\src\ExtraScripts\WelcomeBot.cpp(104) : error C3861: 'ARCEMU_TOLOWER': identifier not found
1>..\src\ExtraScripts\WelcomeBot.cpp(185) : error C2660: 'Creature::AddVendorItem' : function does not take 2 arguments
This happens when i compile with arcemu ....
08-05-2009
Contributor
Join Date: Mar 2008
Location: LeetVille, PA
Posts: 263
Nominated 11 Times in 1 Post
Reputation: 206
Level up: 38%, 500 Points needed
...you're not using the latest version.
Re-download from my original post.
08-08-2009
Corporal
Join Date: Jul 2008
Posts: 34
Reputation: 23
Level up: 89%, 44 Points needed
Quote:
Originally Posted by
Jotox1 Yeah that warning can be ignored.
Can somebody post a couple good screenies? Or a realmlist where I can get my own screens?
[Only registered and activated users can see links. ] and create an in game account
then use
tekkertronyc.servegame.org
or
wowtek.servegame.org
either realmlist will work.
Choose Conquest Realm.
Make a new character, and run around the top level a bit where you start off and you should see your Vendor, his name is temporarily the House Manager (hes what im going to use in my guild system script for our server, and what I suggested to others to use also) If you cant find him there, use the Teleporter guy (McAvery) and port to the leveling road, and hes at the beginning of it where all the other vendors / repair bots are.
Last edited by tekkeryole; 08-08-2009 at 01:39 AM .
08-08-2009
Contributor
Join Date: Dec 2008
Location: California, USA
Posts: 99
Nominated 8 Times in 3 Posts
Reputation: 94
Level up: 42%, 408 Points needed
Simply Amazing
If only I used Arc / Aspire. Still though this is a great concept.
Any chance we could make this work on Trinity2 Core? when I can
08-09-2009
Contributor
Join Date: Mar 2008
Location: LeetVille, PA
Posts: 263
Nominated 11 Times in 1 Post
Reputation: 206
Level up: 38%, 500 Points needed
ty tekker but i got a test server
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
All times are GMT -4. The time now is 06:21 AM .