thank you any links you have on how to?
i found same thread http://rathena.org/board/topic/57110-max-damage/ but im lost anyone with pure hearts to explain.
the maximum damage you can see is 999k i want to make it more than 999k like if you asura you will see 2500000 damage
is this a client side edit or server side?
Remove the clif_displaymessagecolor function in clif.c. You already have this function.
Remove the original or yours?
i tried to use my clif_disp code but when i start my server it says unknow function in conf/faction .....
I have error while compiling
clif.c(8163): error C2084: function 'void clif_displaymessagecolor(map_session_data *,const char *,unsigned long)' already has a body
anyone knows how to fix this?
Ver. 1.8.1 i have problem tho.
i used 2 chars
Lets assume :
Char A
Char B
Char A vend an item ygg for 26000 Bronze Coins(while Char A inventory has 5000 Bronze Coins)
Char B bought ygg from Char A
Char B receives ygg and reduce his Bronze Coins by 26000
but the problem is
Char A remains with 5000 Bronze Coins.
is there a way that if the vendor exceeded the x number of items in his inventory
and someone bought it will say that the vendor has exceeded the max inventory?
thanks!