Jump to content

BeWan

Members
  • Posts

    381
  • Joined

  • Last visited

  • Days Won

    28

Everything posted by BeWan

  1. i think. you can set this in htaccess to set page for this.
  2. 1. maybe hex problem 2. same in #1 3. check your data.ini 4. check line #3
  3. 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[[email protected]], 1, ""; } For ITEMDB callfunc "LHZ_Boss";
  4. why dont you create script and put it on rand? and then use oncall function to your new branch item?
  5. 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;
  6. 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  
  7. View File Devotion and Defender + Auto Guard Fixed 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. Submitter BeWan Submitted 05/12/2021 Category Source Modifications Video Content Author BeWan  
  8. BeWan

    devotion bug

    i already upload paid diff for that. wait for admin to accept it.
  9. i test it and it works. i am just giving you an idea on how to do it.
  10. they are using account bound item and normal item.
  11. this is the result when you remove the bound item condition.
  12. i tested it and it work sir. you need to put it on onpclogin event
  13. make a condition. if player enter the name correct, convert the name into charid
  14. are you sure that sql user and pass correct?
  15. you have to use *addtoskill <skill id>,<level>{,<flag>}; *addtoskill "<skill name>",<level>{,<flag>}; These commands will give the invoking character a specified skill. This is also used for item scripts.
  16. @atcmd_parameters$[0] = @navto @atcmd_parameters$[1] = strcharinfo(0)
  17. BeWan

    Cell PVP

    for /ns or shift and pvp area. you need to check clif.cpp. it can fix your problem
  18. check clif.cpp, it can fix your problem.
  19. add it before if(unit then compile your server
×
×
  • Create New...

Important Information

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