Jump to content

TiMz

Members
  • Posts

    192
  • Joined

  • Last visited

  • Days Won

    1

Community Answers

  1. TiMz's post in Edited Prontera gat tiles issue was marked as the answer   
    You might have forgotten to update your db/re/map_cache.dat
  2. TiMz's post in Soul Link effects. was marked as the answer   
    Try this.
    - script sample_soullink_hp -1,{ OnPCStatCalcEvent: if ( getstatus( SC_SPIRIT ) ) { bonus bMaxHPrate,20; } end; }
  3. TiMz's post in dispbottom not working on this item script was marked as the answer   
    Change item type to 11. Then add below monster line
    monster "this",-1,-1,"--ja--",-1,1,""; to
    monster "this",-1,-1,"--ja--",-1,1,""; delitem 604,1;
  4. TiMz's post in Client side Custom Headgear problem was marked as the answer   
    It doesn't seem like it's in English. You might have imported the lub file incorrectly.
     
    Also make sure the directory is data\luafiles514\lua files\datainfo
     
    Some folder are arranged as data\lua files\datainfo which doesn't work for that client version.
  5. TiMz's post in Thor Patcher Patching outside grf? was marked as the answer   
    Yes of course it's possible. Just use the Thor generator and pick "OUTPUT in the dropdown as FILE not RO-GRF."
  6. TiMz's post in Card effect stacking was marked as the answer   
    Brilliant. Thank you Emistry!
×
×
  • Create New...