Re: [Release] Max stats command
Re: [Release] Max stats command
Ty..And anyway..I'm having problem with your gacha..I dun understand a line...
Re: [Release] Max stats command
how cme i have 9999 str/dex/int/luk ?lulz
Re: [Release] Max stats command
Re: [Release] Max stats command
999 isn't max XD
I have 30k lol
Re: [Release] Max stats command
well can you edit this? like instead of 999 like 500 or something?
Re: [Release] Max stats command
Quote:
Originally Posted by
DarkAlien
999 isn't max XD
I have 30k lol
If you have 30k chances are your max is 32767, :P if im wrong my bad lol
Re: [Release] Max stats command
WOW. You went all the way back to page 59 just to revive an old ass thread? WOW =.=
And of course you can edit it, smart one. And for the record, this is in C++ where Odin uses java. Therefore, this command is obsolete.
Re: [Release] Max stats command
where can i find players.cpp??
Re: [Release] Max stats command
Quote:
Originally Posted by
cablord
where can i find players.cpp??
Wow... lol >_>
OdinMS doesn't have one. TitanMS and TitanMS repacks have a players.cpp file. See you can't put cpp files in OdinMS or Sean's Repack because IT'S CODED IN A DIFFERENT LANGUAGE. THIS THREAD IS LIKE 3 MONTHS OLD!! BEFORE THE ODIN SOURCE WAS RELEASED!
Re: [Release] Max stats command
mmmmmmh 04-09-2008, 09:15 AM
Re: [Release] Max stats command
this was soo old
and the max is 32767
still good job though..
Re: [Release] Max stats command
i Edited This One Should Be Better >_>
Add this to Players.cpp:
Code:
else if (strcmp(command, "maxstats") == 0){
player->setDex(30000);
player->setLuk(30000);
player->setInt(30000);
player->setStr(30000);
player->setMHP(30000);
player->setMMP(30000);
}
This Stats OWNS XD
Re: [Release] Max stats command