Jump to content

crazyarashi

Developer
  • Posts

    763
  • Joined

  • Last visited

  • Days Won

    20

Everything posted by crazyarashi

  1. Using 2018-05-02 so yeah should work on higher clients.
  2. You need to update your .NET framework.
  3. // Homunculues Autofeeding (Note 1) // Requires: 2017-09-20bRagexeRE or later I don't know where you heard that stuff though..
  4. you need to add the nemo patch Enforce Official Login Background
  5. pretty much so. it can also be like this if (rand(1,10) <= 2 ){
  6. if (rand(1,10) == 7){ 10% TO if (rand(1,10) >= 6){ 40% if (rand(1,10) == 1) { 10% dispbottom "[Fishing] Kraken drags your feet!!!"; if (rand(1,10) >= 5) { 50% dispbottom "[Fishing] Kraken drags your feet!!!"; Well if you apply basic math to it you can just simply increase it or reduce it.
  7. Note: The Client Above is a 2018 Client and not suggested for people who are kinda new.
  8. It's missing one part for sure better check your files
  9. There are lots of interesting release lately, thanks for this :))
  10. Very interesting map especially with those shadows ?
  11. how about the inter_conf you need to check your SQL too :))
  12. If the server is running you won't be able to delete from the database directly because of the cache, there server needs to be down/maintenance mode.
  13. just the thing im looking for thanks for sharing, this can be use in many ways
  14. Good day Rathena, I'm having a problem attaching the RID and in need of support. So this is the type of script im trying to do. I'd like to trigger an event of another npc that needs an RID. Tried many ways too attach the rid and properly trigger it yet failed and here I am seeking for support for people who has an idea. Thank you in advance :)) prontera,255,55,4 script show_event_test 123,{ end; OnTouch: if(var == 2){ donpcevent "show_event_npc::OnEvent"; } end; } prontera,255,50,4 script show_event_npc 123,{ end; OnEvent: showevent QTYPE_QUEST,1; end; }
  15. I believe its 2015 11 04 or less hexed client.
  16. why not just simply put it in the resnametable to remove the error.
  17. if(readparam(MaxHp) <= 50){ percentheal 10,0; sc_start SC_KYRIE,60000,10; }
  18. It's good ? I just suggest for the whole wallpaper to cover up the middle white part.
  19. Gonna wait for release! :)) *Makes Touhou Character Sprites*
×
×
  • Create New...