1. rathena-master\db\re\mob_drop
This is a set mob drop
2. rathena-master\db\re\item_randomopt_group
This is a set randomopt_group
3.rathena-master\db\re\item_randomopt_db
This is a set randomopt DB
I want to output The damage of players do to monsters. (the last Damage is 261 to poring )
I was trying to use this msg to track back to the source code but I can't find it either in the msgstringtable and map_msg.
I tried this code below, but it showed the last maximum hit was the mob's total life points instead of the immediate hit damage.
So I'm here to search and ask for the solution, thank you for your helping and answering.
I have two scripts
I create A instance and enter is OK
then, I exit A instance
I use B instance
i don't create new B instance
but why can enter?
and no display
I use this https://rathena.org/board/topic/74969-send-mail-via-scriptcommand/
English and number is OK
but I use Chinese is faile
example:
sendmail .charid,.sender$,"("+NoviceReward+1+")","這是本私服給的小小獎勵!繼續加油!",100000,2456,1;
I can't Useing these command
* getmobdata(<GID>,<arrayname>) * setmobdata <GID>,<parameter>,<new value>;
and i can't find these Source add
How am i do ?