Excellent :P
Now the code is more clean. When i get home, i can fix up smore
Hehyay! Lol i love you gastric man
(no homo) lol, man if you were a girl id kiss ya. /kiss hell who cares lol heh. everyones heres been a big help, and i loved all the flaming i gor from yall lol
good times lol especially from ya tim
hehe, but i know you all got my back, once im done, i will finish the thing and make a video and post it here, and ya tell me what you think about it.
I have the same problem with an other script, it also gives errors like plr not described/found.
Lol yes lol, nice gastrics name changed green wooti love green lol. so gastric you get a chance to look over this?
Ok made a few fixes, and now heres the errors.Code:------ Build started: Project: PvpSystem, Configuration: Release Win32 ------ Compiling... Setup.cpp c:documents and settingsmarinedesktopascentbranches2_8_stablesrcscriptssrcpvpsystemSetup.h(1) : warning C4081: expected 'identifier'; found '(' ..srcPvpSystemSetup.cpp(15) : error C3867: 'Unit::GetDamageDoneMod': function call missing argument list; use '&Unit::GetDamageDoneMod' to create a pointer to member ..srcPvpSystemSetup.cpp(15) : error C2446: '>' : no conversion from 'int' to 'int32 (__thiscall Unit::* )(uint32)' There are no conversions from integral values to pointer-to-member values ..srcPvpSystemSetup.cpp(15) : error C2296: '>' : illegal, left operand has type 'int32 (__thiscall Unit::* )(uint32)' ..srcPvpSystemSetup.cpp(15) : error C2039: 'GetAttacker' : is not a member of 'Player' c:documents and settingsmarinedesktopascentbranches2_8_stablesrcgamePlayer.h(695) : see declaration of 'Player' ..srcPvpSystemSetup.cpp(18) : error C2181: illegal else without matching if ..srcPvpSystemSetup.cpp(19) : error C2661: 'ItemInterface::SafeAddItem' : no overloaded function takes 1 arguments ..srcPvpSystemSetup.cpp(23) : error C2039: 'GetRace' : is not a member of 'Player' c:documents and settingsmarinedesktopascentbranches2_8_stablesrcgamePlayer.h(695) : see declaration of 'Player' ..srcPvpSystemSetup.cpp(24) : warning C4390: ';' : empty controlled statement found; is this the intent? ..srcPvpSystemSetup.cpp(26) : error C2039: 'GetRace' : is not a member of 'Player' c:documents and settingsmarinedesktopascentbranches2_8_stablesrcgamePlayer.h(695) : see declaration of 'Player' ..srcPvpSystemSetup.cpp(27) : warning C4390: ';' : empty controlled statement found; is this the intent? ..srcPvpSystemSetup.cpp(30) : error C2059: syntax error : 'else' ..srcPvpSystemSetup.cpp(31) : error C2447: '{' : missing function header (old-style formal list?) Build log was saved at "file://c:Documents and SettingsMarineDesktopAscentbranches2_8_stablesrcscriptsprojects2003_int_release_PvpSystemBuildLog.htm" PvpSystem - 10 error(s), 3 warning(s) ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Dude - I'm sorry you can't get it to work.. but post over at ascentemu forums b/c in C++ section>>they are really good at fixing errors
Just getting a little sick of this being bumped, sorry.
Lol it was bumped like 1 time lol, and yes i posted over there too, and its good to have 2 sites helping ya out lol. jesus man someones tight much heh. its fine though.
^about wareagle's post
And I'm tired of seeing 8 versions of this thread, each with like 3 or 4 more lines of code
PS: A few errors are still obvious, like player->GetAttacker
...and also joker, I never flamed you!! ...besides those 5 or 6 times never!
Sorry I'm being rude, its just it bumps other posts like custom trainers down. I think we should have a support section
Lol exacly timheh, and i understand but this was my final post on this because i though i had the dam code done just gatta fix the gay errors. Lol mind helping me finish this up before war over here ^^ goes pmsing everywhere heh
i love ya too war lol. And i think this is important to me, and not some custom trainers lol, custom trainers anyone can make lol.
Hmmmm cant find anything yet, anyone got a clue what else might i be able to change???
Oh this looks intresting, this gave me an idea. heh too bad no one can help him![]()
1 error:&Unit::GetDamageDoneMod is right codeCode:if(attacker->GetDamageDoneMod>100 && attacker->GetAttacker()==true)
2 error: GetRace : is not a member of Player
3 error: GetAttacker : is not a member of Player
ill post more if I see em
OK so i fixed that one and got one more error and i fixed that one more error and im stuck iwht 10 again lol, btw what should the get race to be, i cant find anything in player.... also the get attacker.Code:------ Build started: Project: PvpSystem, Configuration: Release Win32 ------ Compiling... Setup.cpp c:documents and settingsmarinedesktopascentbranches2_8_stablesrcscriptssrcpvpsystemSetup.h(1) : warning C4081: expected 'identifier'; found '(' ..srcPvpSystemSetup.cpp(15) : error C2059: syntax error : '&' ..srcPvpSystemSetup.cpp(17) : error C2039: 'attacker' : is not a member of 'Player' c:documents and settingsmarinedesktopascentbranches2_8_stablesrcgamePlayer.h(695) : see declaration of 'Player' ..srcPvpSystemSetup.cpp(17) : error C2232: '->Player::GetItemInterface' : left operand has '' type, use '.' ..srcPvpSystemSetup.cpp(17) : error C2227: left of '->GetItemCount' must point to class/struct/union/generic type ..srcPvpSystemSetup.cpp(18) : error C2181: illegal else without matching if ..srcPvpSystemSetup.cpp(19) : error C2661: 'ItemInterface::SafeAddItem' : no overloaded function takes 1 arguments ..srcPvpSystemSetup.cpp(23) : error C2039: 'GetRace' : is not a member of 'Player' c:documents and settingsmarinedesktopascentbranches2_8_stablesrcgamePlayer.h(695) : see declaration of 'Player' ..srcPvpSystemSetup.cpp(24) : warning C4390: ';' : empty controlled statement found; is this the intent? ..srcPvpSystemSetup.cpp(26) : error C2039: 'GetRace' : is not a member of 'Player' c:documents and settingsmarinedesktopascentbranches2_8_stablesrcgamePlayer.h(695) : see declaration of 'Player' ..srcPvpSystemSetup.cpp(27) : warning C4390: ';' : empty controlled statement found; is this the intent? ..srcPvpSystemSetup.cpp(30) : error C2059: syntax error : 'else' ..srcPvpSystemSetup.cpp(31) : error C2447: '{' : missing function header (old-style formal list?) Build log was saved at "file://c:Documents and SettingsMarineDesktopAscentbranches2_8_stablesrcscriptsprojects2003_int_release_PvpSystemBuildLog.htm" PvpSystem - 10 error(s), 3 warning(s) ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Ok well i found something like thismaybe i can use that to get the race? how though lol.Code:uint32 race;
Last edited by jokerjokes; 02-18-2008 at 11:35 AM.
hmm i tried, and cheaked it out but fail, hmm there must be something else.