Jump to content

crazyarashi

Developer
  • Posts

    776
  • Joined

  • Last visited

  • Days Won

    22

Everything posted by crazyarashi

  1. Very interesting map especially with those shadows ?
  2. how about the inter_conf you need to check your SQL too :))
  3. 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.
  4. just the thing im looking for thanks for sharing, this can be use in many ways
  5. 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; }
  6. I believe its 2015 11 04 or less hexed client.
  7. why not just simply put it in the resnametable to remove the error.
  8. if(readparam(MaxHp) <= 50){ percentheal 10,0; sc_start SC_KYRIE,60000,10; }
  9. It's good ? I just suggest for the whole wallpaper to cover up the middle white part.
  10. Gonna wait for release! :)) *Makes Touhou Character Sprites*
  11. 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
  12. It is changeable in the msgstringtable but every shop display will be change from Z -> P
  13. I think it's probably a problem in you merging the files.. I'm using debian and I have no problem in it
  14. Well it's hard to find the source if you don't know how it exactly trigger. quick solution to it is getting a clean rathena
  15. How does the stats triggers anyway.
  16. this isn't possible if you're using the current rathena, unless someone mess up with your src.
  17. check the item script in item_db :))
  18. If you're gonna do a mob duplicate just use mob_avail ?
  19. db and conf is the only that has import folder. Import-tmpl is import template when you compile your server the exact copy of the template will be the import folder ( if doesn't exist)
  20. I agree with maken on functor in the 3rd party services.
  21. you need to disable renewal drop in renewal.hpp just comment out #define RENEWAL_DROP //#define RENEWAL_DROP
×
×
  • Create New...