Jump to content

BeWan

Members
  • Posts

    398
  • Joined

  • Last visited

  • Days Won

    30

Everything posted by BeWan

  1. maybe lack of files or you messed up your luafiles. message me i will help you.
  2. if you are using item_db.yml its so easy to set all items sell to 1z.
  3. 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
  4. try it in lower version or different software for hexing. if the result are same, try to manual hex it.
  5. 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 //.
  6. 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.
  7. //Male data / sprite / Àΰ£Á· / ¸öÅë / 32 / Å©·ç¼¼ÀÌ´õ_³².act //Female data / sprite / Àΰ£Á· / ¸öÅë / ¿© / Å©·ç¼¼ÀÌ´õ_¿©.act
  8. try to get the latest files. https://ro.industrial-illusions.net/files/
  9. you must check if you have supported file for langtype 19 or if it works on the client version.
  10. this is php function not htaccess.
  11. 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/
  12. and make sure you are using normal character and not gm character.
  13. i think. you can set this in htaccess to set page for this.
  14. 1. maybe hex problem 2. same in #1 3. check your data.ini 4. check line #3
  15. 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";
  16. why dont you create script and put it on rand? and then use oncall function to your new branch item?
  17. 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;
  18. View File RODEX and BANK disabled - NORODEX and NOBANK MAPFLAG You can disabled rodex and bank feature just add mapname in rodex.txt You can use this mod to complete disabled rodex and bank function in the whole server by editing the condition in mod. By downloading this file, you agree with my Terms of Service: • You are not allowed remove my signature from any of the included files. • You are not allowed claim my work as yours. • I can give you support, kindly message me. Submitter BeWan Submitted 05/14/2021 Category Source Modifications Video Content Author BeWan  
  19. View File Devotion and Defender + Auto Guard Fixed In response to this post : + two client requesting this Kindly message me if you want to buy this. By downloading this file, you agree with my Terms of Service: • You are not allowed remove my signature from any of the included files. • You are not allowed claim my work as yours. • I can give you support, kindly message me. Submitter BeWan Submitted 05/12/2021 Category Source Modifications Video Content Author BeWan  
  20. BeWan

    devotion bug

    i already upload paid diff for that. wait for admin to accept it.
  21. i test it and it works. i am just giving you an idea on how to do it.
×
×
  • Create New...