Jump to content

ZelosAvalon

Members
  • Content Count

    218
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by ZelosAvalon

  1. this only happened when I modified my item_db and I forgot to make a backup
  2. any1 have a item_db.conf most updated for give me ? i lost my item_db and now all my itens on japaneses names =/
  3. i have this ERROS when i restart my server with Putty for check how i can fix this ? any1 can help me please ? [Warning]: socket_init: failed to set socket limit to 16384, setting to maximum allowed (original limit=1024, current limit=4096, maximum allowed=4096, error 1: Operation not permitted). [Warning]: Unknown setting 'drop_rateincrease' in file conf/battle/drops.conf [Warning]: Unknown setting 'finding_ore_rate' in file conf/battle/drops.conf [Error]: itemdb_uid_load: Unable to fetch unique_id data [Debug]: mapindex_name2id: Map "" not found in index list!
  4. when you ride in italics, this message appears: You have mounted a Peco Peco. in message.conf is the line 102: You have mounted a Peco Peco. how i can modify or create another line for when you mount a Griffon appears this message: : You have mounted a Griffon.
  5. soo how i can do this ? i can modify my variables, if you explain to me what should I do
  6. should be displayed the 10 players (TOP 10) which contains more Event Points, which are contained in variable #T_Event_Point. #T_Event_Point contains all points earned in all events I would like to see in a npc the list of 10 players that contains more points. example: mes "Event Ranking" mes "Top 10 Event players" 1st - Player Name - [Number of T_Event_Point #] 2nd - Player Name - [Number of T_Event_Point #] ... 10th - Player Name - [Number of T_Event_Point #]
  7. when i told i have two var: #Event_Point - this var u get on kill monsters in a event ( this var u use for buy items on game ) #T_Event_Point - this var its just for count ur event points acquired at all events ( this var u don't use for nothing just for count ) I would like to add these two variables in a sql table for safety, but idk how, can you help me ?
  8. don't work =/ how i'll add this SQL ? i need to add : "SELECT `char_reg_num_db`.`value`,`char`.`name` FROM `char` INNER JOIN `char_reg_num_db` ON `char_reg_num_db`.`char_id`=`char`.`char_id` WHERE `char_reg_num_db`.`key`='Event_Point' ORDER BY `char_reg_num_db`.`value` DESC LIMIT 10" or i need to put .@value,.@name$; too ? i dont undestand much about SQL tables can u help me ? i dont have a sql table for my #Event_Points, maybe can you help me to make one! i need two var: T_Event_Point = for count total Event Points and use in ranking/ Event_Point = the points for use to buy items on game!
  9. I have an event that when a player kills a monster he gains 1 Event_Point. How can I create a top 10 ranking of the players who have more Event_Point?
  10. I'm using the Hercules emulator the latest, however I am in error in fluxcp, every time I try to install I get an error, where I find a compatible fluxcp with hercules? and does anyone know how to fix these errors: Warning: Invalid argument supplied for foreach() in /home/us4731/public_html/fluxcp/lib/Flux.php on line 305 Warning: Cannot modify header information - headers already sent by (output started at /home/us4731/public_html/fluxcp/lib/Flux.php:305) in /home/us4731/public_html/fluxcp/lib/Flux/Template.php on line 860 please i need help!
  11. how i can configure for a combo set give a effect from a player when he use the set ? for example: when use combo items ID:2357+2421+2524+8031 you will got skilleffect 375 on u char. In the old emulators command was: if(isequipped(2357,2421,2524,8031)) {skilleffect 375,0;} but now i dont know how i can configure this! any1 can help me ?
  12. I need something like this, is just one example, does not work! where I can choose what I will summon monsters, where i will summon and quantity of monster will sumom!
×
×
  • Create New...

Important Information

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