Jump to content

LearningRO

Members
  • Posts

    722
  • Joined

  • Last visited

  • Days Won

    10

Everything posted by LearningRO

  1. how the item work? if as consumable still can do with the trick and dont forget triger too on ONPCLOGINEVENT: OnPCLoginEvent: if (noview == 1){ changelook LOOK_HEAD_TOP, 0; changelook LOOK_HEAD_MID, 0; changelook LOOK_HEAD_BOTTOM, 0; }
  2. just check your head sprite for 38
  3. You have patched "Previews Costume on cashsop?" on your exe? and have you enable it in Server side too? and what client date do you use for client 2018 will get that issue btw.
  4. maybe you can contact @4144 to do it
  5. i guess you use mod for those skill? or have use other client have custom for it
  6. maybe you can do some trick make function and then triger with onpclogin: if ( noview == 1){ do script { in your equipment script just give script set noview 1 when use and noview 0 when put it off
  7. if you have aura mod from gepard you can do it
  8. Hi, emistry how to get the right time if I want to make random time for start the floating rates but only for 1 hour? after 1 hour will back to normal rate
  9. you can addd it on /data/book/
  10. or you can see sprite from HG beginner hat just replace with your LOGO RO but if you wanna animation HG LOGO you must learn how to make it
  11. - script dropallmonster -1,{ OnInit: .listmonster$ = "1096|1388|1307|1283"; end; OnNPCKillEvent: if( compare( "|"+.listmonster$+"|","|"+killedrid+"|" ) ){ if(rand(100)>75){ getitem 501,1; end; } end; } }
  12. better u give more detail your rathena version
  13. if(vip_status(VIP_STATUS_ACTIVE) ){getitem 607,1;}
  14. or do some trick if(status_vip(VIP_STATUS_ACTIVE)(getitem 608,1;)
  15. much better if you copy the text in here ahha
  16. this part should have same User id and password on your ragnarok database not your root id and password
  17. what client do you use? and try to diff only with recomended pick
  18. Hi, Im looking spriter to make costume suit saitama Like Picture below Please contact me on discord if you all interesting. thank you
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.