Jump to content

fiction

Members
  • Posts

    44
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Chile

Recent Profile Visitors

2302 profile views

fiction's Achievements

Poring

Poring (1/15)

1

Reputation

  1. db/skill_cast_db.txt SkillID,CastingTime,AfterCastActDelay,AfterCastWalkDelay,Duration1,Duration2,Cool Down == Explained: // CastingTime : time to cast this skill, in miliseconds // AfterCastActDelay : "normal" delay, character cannot use skills, in miliseconds // AfterCastWalkDleay : amount of time before character can move again, in miliseconds // Duration1 / Duration2 : usually the durations used by the skill, at special cases it is used to hold special data // Cool Down : amount of time until character can re-use this skill, in miliseconds //-- AS_SONICBLOW 136,0,2000,2000,0,5000,0 -> //-- AS_SONICBLOW 136,0,2000,0,0,5000,0 if u're using renewal -> db/re/skill_cast_db.txt otherwise db/pre-re/skill_cast_db.txt
  2. works perfect!. Thx KeyWorld and Omnipotent ! only spam this in the console [Error]: script:delitem: failed to delete 1 items (AID=2000005 item_id=20139). [Debug]: Source (NPC): Wings_Conf (invisible/not on a map) callsub Ids, 20116, 1, 111, 1, 20139, 1, 111, 1, 20122, 1, 111, 0 ; solved. Thx so much !
  3. if(isequipped(ID)) { bonus X;}
  4. Ok i made the changes, but continue without envolve. Slot for wings => 1. Wings_Evo.txt
  5. i made the changes, no error in consola but the wings doesn't envolved :/
  6. when i start to kill monster i get this error [Error]: run_script: infinity loop ! [Debug]: Source (NPC): Wings_Conf (invisible/not on a map) regards!. Wings_Evo.txt
  7. Proxy is not allowed when clicking in vote now how can i fix?
  8. how can i apply these patch in my dedicated server?. What's the command? how can i fix this [Warning]: Unknown setting 'faction_system' in file conf/battle/faction.conf [Warning]: Unknown setting 'faction_color_chat' in file conf/battle/faction.conf [Warning]: Unknown setting 'fvf_hp_bar' in file conf/battle/faction.conf [Warning]: Unknown setting 'fvf_short_attack_damage_rate' in file conf/battle/faction.conf [Warning]: Unknown setting 'fvf_long_attack_damage_rate' in file conf/battle/faction.conf [Warning]: Unknown setting 'fvf_weapon_attack_damage_rate' in file conf/battle/faction.conf [Warning]: Unknown setting 'fvf_magic_attack_damage_rate' in file conf/battle/faction.conf [Warning]: Unknown setting 'fvf_misc_attack_damage_rate' in file conf/battle/faction.conf [Warning]: Unknown setting 'fvf_min_lvl' in file conf/battle/faction.conf [Warning]: Unknown setting 'fvf_visual_size' in file conf/battle/faction.conf [Warning]: Unknown setting 'chat_leader' in file conf/battle/faction.conf [Error]: npc_parse_mapflag: unrecognized mapflag 'fvf' (file 'doc/sample/npc_test_faction.txt', line '7'). [Error]: script error on doc/sample/npc_test_faction.txt line 24 parse_line: expect command, missing function name or calling undeclared function 19 : mes .@name$,"Your Base level must be 55 and above!"; 20 : break; 21 : } 22 : mes .@name$,"Choose the Faction, please:"; 23 : menu "1 - Angel",-,"2 - Elf",-,"3 - Demon",-; * 24 : 's'etfaction @menu; 25 : mes "Now you're in faction : ["+strcharinfo(4)+"]"; 26 : break; 27 : case 2: 28 : mes .@name$,"Select menu, please:"; 29 : menu "1 - Angel",-,"2 - Elf",-,"3 - Demon",-; when i try to logged with my char, i recived this error [Error]: chrif_authok: Data size mismatch! 39828 != 39824 Fixed. i don't understand what's relic :/
  9. i have sql error with rank guild. : DB error - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'FROM `guild_rank_guild` WHERE `rank` > '0' ORDER BY `rank` DESC' at line 1[Debug]: at script.c:14278 - SELECT `guild_id` , `rank` , `woe` , FROM `guild_rank_guild` WHERE `rank` > '0' ORDER BY `rank` DESC [Debug]: Source (NPC): Guild Ranker#gldrank at prontera (149,190) how can i fix? Thx for this excelent collection!. Greetings.-
  10. [Error]: npc_parsesrcfile: Unknown syntax in file 'npc/custom/pvp_system.txt', l ine '1'. Stopping... * w1=´╗┐//===================================================================== =================== [Debug]: mapindex_name2id: Map "´╗┐-" not found in index list! [Error]: npc_parsesrcfile: Unknown map '´╗┐-' in file 'npc/custom/pvp_system.txt ', line '1'. Skipping line... dafuq ´╗┐- xD?
  11. thx Emistry. now, when the event start announce this " INVASION has started at . " don't announce reamings monsters in whole server. Example: 100...99.88..55.44.22.11..mob reaming. How can i add more mobs, not only porings?. thx for reply ! @edit [Error]: script_rid2sd: fatal error ! player not attached! [Debug]: Source (NPC): Sample (invisible/not on a map) [Warning]: script:get_val: cannot access player variable '#CASHPOINTS', defaulti ng to 0 Thank You, i forget to mention something ? Need to put more Boss Ids, but only summon One boss random. Sorry for my insistence
  12. hello, anyone can make a invasion with cash system. With the follow: Random cash per kill monster 1 ~ 5 Announce all monster reaming. Random Map Invasion Configurable hours when kill all the monster, only one MvP appears, that MvP grants 25 cash point to the winner Announce who kill the MvP Who creates this script help me so much about scripting structure. Thanks in advance and Greetings! edited all
  13. it's possible but i don't know
  14. · How can i patch Systen files for Ragnarok in neoncube? For example: I need to patch C:\Program Files\Ragnarok\System\iteminfo.lua How can i do? · How can i patch client in neoncube? For example: I need to change my Exe clients for another one exe? Thanks in advance!.-
  15. Estimado, Muchas gracias por responder. ¿Podrías profundizar un poco mas tu respuesta?, es decir detallar un poco mas que no me quedo muy claro como hacerlo. Un saludo.-
×
×
  • Create New...