Jump to content

BeWan

Members
  • Posts

    403
  • Joined

  • Last visited

  • Days Won

    30

Everything posted by BeWan

  1. Go to: npc / guild2 / agit_main_se.txt find: OnStartArena: set .@GID,getcharid(2); replace with this: OnStartArena: set .@breaker$, strcharinfo(0); query_sql( "SELECT * FROM woe_ranking WHERE `PlayerName` = '"+strcharinfo(0)+"'", .@CharID, .@Name$, .@Kills, .@Deaths, .@EmpBreak); set .WoeBreakPoints, 1; set ToTalB , .@EmpBreak + .WoeBreakPoints; set .@GID,getcharid(2); if(.@Name$ == strcharinfo(0)){ query_sql("UPDATE `woe_ranking` SET `EmpBreak` = '"+ToTalB+"' WHERE `PlayerName` = '"+strcharinfo(0)+"'"); }else{ query_sql("INSERT INTO `woe_ranking` (`Char_ID`,`PlayerName`,`Kills`,`Deaths`,`EmpBreak`) VALUES ('"+getcharid(0)+"', '"+strcharinfo(0)+"', '"+.@Kills+"', '"+.@Deaths+"', '"+ToTalB+"')"); } untested. npc script get or save the name of the character not the nickname.
  2. did you update the sprite id in the item script? ID,Name,Name,Type,Price,Sell,Weight,ATK[:MATK],DEF,Range,Slot,Job,Class,Gender,Loc,wLV,eLV[:maxLevel],Refineable,View,{ Script },{ OnEquip_Script },{ OnUnequip_Script }
  3. much better if you use centos7 or ubuntu
  4. Guildmaster need to allow in ALT + G guild storage of the member
  5. View File SoloPack Command with Gepard Function (UniqueID) 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. If you like it, give me a ? Submitter BeWan Submitted 03/10/2020 Category Utilities Video Content Author BeWan  
  6. Version 1.0

    774 downloads

    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. If you like it, give me a ?
    Free
  7. use this multi purpose ranking list with points and shop
  8. View File GuildPack NPC with Gepard Function (UniqueID) 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. If you like it, give me a ? Submitter BeWan Submitted 03/06/2020 Category Utilities Video Content Author BeWan  
  9. Version 1.0

    608 downloads

    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. If you like it, give me a ?
    Free
  10. yes same information but different rank list when you choose on the 3 option(kills, deaths, emp break).
  11. you mean no peco-peco sprite but the effect still there? yeah this is possible
  12. you have problem on line 198 and 201in "db / pre-re / job_basehpsp_db.txt ctrl + g and enter the line 198 or 202
  13. View File Woe Ranking List ( GvG, Emp Break, Guild Rank ) with Points and Shop In response to this post : https://rathena.org/board/topic/122667-woe-ranking-script/ https://rathena.org/board/topic/121631-woe-rankings-script/#comment-373249 https://rathena.org/board/topic/96397-woe-ranking/ https://rathena.org/board/topic/109488-ranking-woe/ 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. If you like it, give me a ? Submitter BeWan Submitted 02/26/20 Category PvP, GvG, WoE, Battleground Video Content Author BeWan  
  14. you don't need 32 and ? sprite/act files on armor items.
  15. Version 6.0

    2111 downloads

    In response to this post : https://rathena.org/board/topic/122667-woe-ranking-script/ https://rathena.org/board/topic/121631-woe-rankings-script/#comment-373249 https://rathena.org/board/topic/96397-woe-ranking/ https://rathena.org/board/topic/109488-ranking-woe/ 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. If you like it, give me a ?
    Free
  16. use this.i update it i already include the reset pvp ladder about problem #2 you need to put it on your ro.grf data / wav / pvp_ladder.txt
  17. it will work. anyway here if (getskilllv("NV_BASIC") == 9) { mes "message"; close; }else{ mes "message"; close; } try this. if (.SkillPointCheck && SkillPoint) { mes "Please use all your skill points before proceeding."; close; }
  18. use this. runserver.bat serv.bat
  19. to fix problem #1 apply this patch. koe.patch
×
×
  • Create New...