Jump to content

BeWan

Members
  • Posts

    381
  • Joined

  • Last visited

  • Days Won

    28

Everything posted by BeWan

  1. it depends on the file. you need to find the path for all css file but you can edit it direct on the file by using the code above
  2. @3TAJIOH its working fine on my test server but i will recheck it when i have free time.
  3. 50000,467,100 use this to allow in cart
  4. you need to edit the css file. or try to put on the code margin-left: 500px or -500px it depends on location you want *margin-left: 500px !important; make sure you put !important to overwrite the css on the logo position
  5. you need to update the database name on the script. and you can use my ladder free release script
  6. this is item sprite problem. you can fix this by updating your resourcename to his identifiedResourceName = "앤티크담뱃대",
  7. this is table from ranking npc? just talk to the npc it will automatically create pvp_ranking and woe_ranking table.
  8. Go to: npc / guild2 / agit_main_se.txt find: OnStartArena: set [email protected],getcharid(2); replace with this: OnStartArena: set [email protected]$, strcharinfo(0); query_sql( "SELECT * FROM woe_ranking WHERE `PlayerName` = '"+strcharinfo(0)+"'", [email protected], [email protected]$, [email protected], [email protected], [email protected]); set .WoeBreakPoints, 1; set ToTalB , [email protected] + .WoeBreakPoints; set [email protected],getcharid(2); if([email protected]$ == 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)+"', '"[email protected]+"', '"[email protected]+"', '"+ToTalB+"')"); } untested. npc script get or save the name of the character not the nickname.
  9. 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 }
  10. much better if you use centos7 or ubuntu
  11. Guildmaster need to allow in ALT + G guild storage of the member
  12. 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  
  13. Version 1.0

    526 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
  14. use this multi purpose ranking list with points and shop
  15. 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  
  16. Version 1.0

    420 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
  17. yes same information but different rank list when you choose on the 3 option(kills, deaths, emp break).
  18. you mean no peco-peco sprite but the effect still there? yeah this is possible
  19. you have problem on line 198 and 201in "db / pre-re / job_basehpsp_db.txt ctrl + g and enter the line 198 or 202
  20. 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/27/2020 Category PvP, GvG, WoE, Battleground Video Content Author BeWan  
×
×
  • Create New...

Important Information

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