Does anyone bothered by the Small Font of the newer Clients? especially 2018-02-13 ?
I tried to fix this using the Custom Font Size on NEMO but seems some strings doesnt change.
https://drive.google.com/open?id=1pTiQFm57NbB5ck34Gsmb_pIgiT34BAyh
also what clientdate did you use and atleast try to show the clientinfo.xml
Credits to @Ridley
I get your concept or what-is-it you want to do.
try to do it using this sample script from the doc. https://github.com/rathena/rathena/blob/master/doc/sample/instancing.txt
2nd Question
Answer: if (getequiprefinerycnt(.@part) == 20) { ====== change the value(20) to 50
3rd Question
Answer: Skimmed on Hollegren's npc script. Im sure you'll know what to do once you read the npc script.
change the " Eff_Freeze " in the bonus2 bResEff,Eff_Freeze,10000;
Sample according to sir @Azrael- example.
- script Unfro -1,{
OnPCStatCalcEvent:
if (readparam(bStr) == 1 ){
bonus2 bResEff,Eff_Freeze,10000;
bonus2 bResEff,Eff_Stun,10000;
bonus2 bResEff,Eff_Sleep,10000;
end;
}
}
Turn it into egg by yourself and try using the 'delitem' and 'getitem' script. as far as I know theres no command/script for "Turning the pet into egg state via NPC Script".
Cheers!
@Mystogan if you're using Notepad++ read this:
Dont open the iteminfo.lua using the notepad++ it will cause to an unknown error if you save the file via NP++
Try Editing and Saving using Microsoft Wordpad ( not notepad).
been thinking.. does rA have a virtual guide book ?
in PDF format or something like that?
if its not yet implemented is it possible to turn the wiki from github into a document file?