Jump to content

BeWan

Members
  • Posts

    398
  • Joined

  • Last visited

  • Days Won

    30

Everything posted by BeWan

  1. do it on loadmap. so if the characters enter in specific map " BG registration map " you have a script that will validate if there's a dual.
  2. if you have gepard you can use get unique id if(limit > 2) kick or warp maintown
  3. getmapxy .map_self$, .x_self, .y_self, 0; replace 0; to this BL_PC; for item map much better to use this
  4. if this feature is enable you need to fill some items in the table. db_roulette
  5. you need to use css for calender or calendar plugins or html <input type="date" id="bday" name="bday">
  6. this is the error message: Duplicate column name 'use_existing' check your cp tables
  7. .@map$ = strcharinfo(3); if ( getmapflag( .@map$,mf_pvp ) ) || getmapflag( .@map$,mf_gvg ) { dispbottom .@atcmd_command$+" failed in PVP/GVG maps"; end; }
  8. style = " margin-left: 500px !important; " if you dont have knowledge in css, check this website https://www.w3schools.com/w3css/
  9. you need to put wav file for gloria skill
  10. go to: conf / battle / skill.conf // Should traps (hunter traps + quagmire) change their target to "all" inside gvg/pvp grounds? (Note 3) // Default on official servers: 1 (for players) gvg_traps_target_all: 1
  11. i told you to direct it to the file of the logo.. header.php or etc..
  12. 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
  13. @3TAJIOH its working fine on my test server but i will recheck it when i have free time.
  14. 50000,467,100 use this to allow in cart
  15. 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
  16. you need to update the database name on the script. and you can use my ladder free release script
  17. this is item sprite problem. you can fix this by updating your resourcename to his identifiedResourceName = "앤티크담뱃대",
  18. this is table from ranking npc? just talk to the npc it will automatically create pvp_ranking and woe_ranking table.
  19. 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.
  20. 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 }
  21. much better if you use centos7 or ubuntu
×
×
  • Create New...