Jump to content

LearningRO

Members
  • Posts

    778
  • Joined

  • Last visited

  • Days Won

    12

Everything posted by LearningRO

  1. Only happen on pre reneawal
  2. me have some problem but only with medusa card
  3. you must configuration at externalsetting_kr.lub
  4. maybe its too late to reply but the problem its your background.jpg its have big size file Try to compress your background.jpg and your problem will be fixed
  5. 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; }
  6. just check your head sprite for 38
  7. 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.
  8. https://aesir.perfontain.cc/forum/
  9. maybe you can contact @4144 to do it
  10. i guess you use mod for those skill? or have use other client have custom for it
  11. 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
  12. if you have aura mod from gepard you can do it
  13. 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
  14. maybe u can ask to @Neo-Mind or @4144
  15. you can addd it on /data/book/
  16. 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
  17. LearningRO

    4 Jobs

    yes
  18. How to use it? for YML TO TXT?
  19. hi kappa do you still have TXT version?
  20. - script dropallmonster -1,{ OnInit: .listmonster$ = "1096|1388|1307|1283"; end; OnNPCKillEvent: if( compare( "|"+.listmonster$+"|","|"+killedrid+"|" ) ){ if(rand(100)>75){ getitem 501,1; end; } end; } }
  21. better u give more detail your rathena version
  22. if(vip_status(VIP_STATUS_ACTIVE) ){getitem 607,1;}
  23. or do some trick if(status_vip(VIP_STATUS_ACTIVE)(getitem 608,1;)
  24. much better if you copy the text in here ahha
×
×
  • Create New...