random stats for STR INT DEX max of 100 and 150
actually im not asking for an ITEM, im asking for a BONUS that can use in an item or headgear..
like for example
bonus bRandStats
in every 1 poring coin = 3 poring points i cant find any scripts here..
im sorry.. i do have a script but its not working..
maybe anyone can help me ..
i attach my script..
converter.txt
No Sir Emistry.. Refer to the Post #1 he is asking for a NPC script to be placed anywhere example in prontera.. so he can use the VIP SCRIPT without whispering the NPC..
and it doesnt have the sql files needed..
i think this is what i asking for
rate = cap_value(rate, 0, 8000); //capped to 80%
question.. correct me if im wrong if i put that code. does that mean the max resist of element will be capped to 80%
because its possible to have a 100% resist to a certain element like FIRE ELEMENT, by using combination of cards and equipments.. mostly if i have custom items. and cards..
case NC_POWERSWING2:
skillratio += 80 + 20 * skill_lv + sstatus->str + sstatus->dex;
RE_LVL_DMOD(100);
break;
do i need to put that code here? this the from battle.c. . what i should i put then? sorry im still new about that, i dont know what should i change in your given code..
also another question, i know this is offtopic..
how can i make my powerswing fix damage to 15m? thanks for the help..