Jump to content

crazyarashi

Developer
  • Posts

    761
  • Joined

  • Last visited

  • Days Won

    19

Everything posted by crazyarashi

  1. You need to update your .NET framework.
  2. // Homunculues Autofeeding (Note 1) // Requires: 2017-09-20bRagexeRE or later I don't know where you heard that stuff though..
  3. you need to add the nemo patch Enforce Official Login Background
  4. pretty much so. it can also be like this if (rand(1,10) <= 2 ){
  5. 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.
  6. Note: The Client Above is a 2018 Client and not suggested for people who are kinda new.
  7. It's missing one part for sure better check your files
  8. There are lots of interesting release lately, thanks for this :))
  9. Very interesting map especially with those shadows
  10. how about the inter_conf you need to check your SQL too :))
  11. 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.
  12. just the thing im looking for thanks for sharing, this can be use in many ways
  13. 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; }
  14. I believe its 2015 11 04 or less hexed client.
  15. why not just simply put it in the resnametable to remove the error.
  16. if(readparam(MaxHp) <= 50){ percentheal 10,0; sc_start SC_KYRIE,60000,10; }
  17. It's good I just suggest for the whole wallpaper to cover up the middle white part.
  18. Gonna wait for release! :)) *Makes Touhou Character Sprites*
  19. crazyarashi

    Relog 10s

    conf/battle/player.conf // Prevent logout of players after being hit for how long (in ms, 0 disables)? prevent_logout: 10000 // When should the server prevent a player from logging out? Have no effect if prevent_logout is disabled. (Note 3) // Official servers prevent players from logging out after attacking, casting skills, and taking damage. // 0 = Players can always logout // 1 = Prevent logout on login // 2 = Prevent logout after attacking // 4 = Prevent logout after casting skill // 8 = Prevent logout after being hit prevent_logout_trigger: 14
  20. It is changeable in the msgstringtable but every shop display will be change from Z -> P
×
×
  • Create New...

Important Information

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