Jump to content

BeWan

Members
  • Posts

    403
  • Joined

  • Last visited

  • Days Won

    30

Everything posted by BeWan

  1. BeWan

    R>Autopots

    https://github.com/rathena/rathena/blob/master/npc/custom/etc/autopot.txt
  2. bonus2 bExpAddRace,RC_All,5; bonus2 bDropAddRace,RC_All,5;
  3. @pandabro and @Almond Snicker please check your inbox for diff update.
  4. did you try to put ignorelandpro in skill db?
  5. maybe lack of files or you messed up your luafiles. message me i will help you.
  6. if you are using item_db.yml its so easy to set all items sell to 1z.
  7. you experience this because your pet ID are not in the range of available id. for custom pet egg. try to start on item id # 9125
  8. try it in lower version or different software for hexing. if the result are same, try to manual hex it.
  9. you can turn off dungeon warp. in GameMaster Menu menu "Last Warp ^777777["+lastwarp$+"]^000000",-, " ~ Towns",Towns, " ~ Fields",Fields, //" ~ Dungeons",Dungeons, " ~ Guild Castles",Castles, " ~ Guild Dungeons",Guild_Dungeons, " ~ Instances",Instances, " ~ Special Areas",Special; all you have to do is remove it by using //.
  10. while(checkvending() >= 1) { if( .@mes$ == "" ) { dispbottom set( .@mes$, "The hourly points event stopped because you were vending!" ); set @hourly_points_timer, 0; } sleep2 .delay; } we already gave you an idea. you can use search engine to solve your problem.
  11. //Male data / sprite / Àΰ£Á· / ¸öÅë / 32 / Å©·ç¼¼ÀÌ´õ_³².act //Female data / sprite / Àΰ£Á· / ¸öÅë / ¿© / Å©·ç¼¼ÀÌ´õ_¿©.act
  12. try to get the latest files. https://ro.industrial-illusions.net/files/
  13. you must check if you have supported file for langtype 19 or if it works on the client version.
  14. this is php function not htaccess.
  15. https://rathena.org/board/topic/115625-guide-on-making-ragnarok-offline-server/ https://rathena.org/board/topic/109823-ragnarok-online-complete-offline-server-client-pack-2019-make-your-ro-server-in-less-than-5-minutes/
  16. and make sure you are using normal character and not gm character.
  17. i think. you can set this in htaccess to set page for this.
  18. 1. maybe hex problem 2. same in #1 3. check your data.ini 4. check line #3
  19. function script LHZ_Boss { OnInit: set .mob_id, rand(1646,1651); or if you want different id you can use f_rand .mob_id = callfunc("F_Rand",1,2,3,4,5,6,7,11,10,9); monster "this", -1,-1, "--ja--", .mob_id[.@s], 1, ""; } For ITEMDB callfunc "LHZ_Boss";
  20. why dont you create script and put it on rand? and then use oncall function to your new branch item?
  21. Bound_Account : Account Bound item Bound_Guild : Guild Bound item Bound_Party : Party Bound item Bound_Char : Character Bound item *sample: getitembound 512,Bound_Guild;
×
×
  • Create New...