Jump to content

BeWan

Members
  • Posts

    381
  • Joined

  • Last visited

  • Days Won

    28

Everything posted by BeWan

  1. Version 3.0.0

    7 downloads

    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.
    $10.00
  2. i did this already. wait for the approval of the file. this is paid version release.
  3. Version 1.0.0

    3 downloads

    In response to this post : + two client requesting 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.
    $20.00
  4. View File Ganbantein and Land Protector Old Behavior Sample Video: https://drive.google.com/file/d/1vsVErqmxK-JADKQbMwbTgM_8Vv49LgIa/view?usp=sharing Report all error/bugs in the forum post not in the PM for faster fix, Thanks! 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, but please, do not message me. Submitter BeWan Submitted 03/25/2021 Category Source Modifications Video https://drive.google.com/file/d/1vsVErqmxK-JADKQbMwbTgM_8Vv49LgIa/view?usp=sharing Content Author BeWan  
  5. you can create table in database and save the data there and set = 1 to yes and set it to 0 when resetting the data
  6. @Azhul no need to message me. @Haruka Mayumi help you already.
  7. Version 1.0.1

    28 downloads

    Sample Video: https://drive.google.com/file/d/1vsVErqmxK-JADKQbMwbTgM_8Vv49LgIa/view?usp=sharing Report all error/bugs in the forum post not in the PM for faster fix, Thanks! 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, but please, do not message me.
    $25.00
  8. View File Meteor Storm + Land Protector In response to this post : Report all error/bugs in the forum post not in the PM for faster fix, Thanks! 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, but please, do not message me. Submitter BeWan Submitted 02/19/2021 Category Source Modifications Video Content Author BeWan  
  9. separate the condition to make it work.
  10. Version 1.0.1

    25 downloads

    In response to this post : Report all error/bugs in the forum post not in the PM for faster fix, Thanks! 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, but please, do not message me.
    $20.00
  11. https://rathena.org/board/topic/115914-how-to-delete-magnifying-glass-icon-that-appear-on-guide-npc-head/
  12. BeWan

    Jur Weapon

    then use script like if(base == thief class id){}else{}
  13. this happen because on the 2nd time no sql command to execute. check the file on that part so you can fix your problem.
  14. BeWan

    Jur Weapon

    Jobs: Assassin: true Thief: false try
  15. here bonus bDef,(50+(getrefine()/1)); bonus(bHealPower, 20 * getskilllv(SU_PURRING)); if(getskilllv("SU_SPIRITOFSEA") >= 1){ skill "AL_PNEUMA",1; }
  16. set .Fee,500000; if(Zeny < .Fee){ npctalk "message"; end; } if(class == Job_Knight) { set Zeny, Zeny - .Fee; changebase 4060; close; end; } if(class == Job_Assassin) { set Zeny, Zeny - .Fee; changebase 4065; close; end; } if(class == Job_Crusader) { set Zeny, Zeny - .Fee; changebase 4073; close; end; }
  17. View File Rental NPC Support 3rd/4th job Suit Mado Gear and Dragon *Don't forget to add required skill on your suit item skill "RK_DRAGONTRAINING",5; skill "NC_MADOLICENCE",5; Report all error/bugs in the forum post not in the PM for faster fix, Thanks! 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, but please, do not message me. If you like it, give me a Submitter BeWan Submitted 12/27/2020 Category Utilities Video Content Author BeWan  
  18. Version 1.0.0

    308 downloads

    *Don't forget to add required skill on your suit item skill "RK_DRAGONTRAINING",5; skill "NC_MADOLICENCE",5; Report all error/bugs in the forum post not in the PM for faster fix, Thanks! 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, but please, do not message me. If you like it, give me a
    Free
  19. make sure your packet obfuscation in your file and client same enabled or disabled and check your clientinfo.xml - <version></version>
×
×
  • Create New...

Important Information

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