-
Content Count
173 -
Joined
-
Last visited
-
Days Won
4
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by OmarAcero
-
Edit ASPD-Renewal, with shield penalty!
OmarAcero replied to OmarAcero's question in General Server Support
Solved, thank you very much! Note: tested in emulator Hercules and rathena ... It is only functional in Hercules -
Someone could teach me to make compatible emulator with exes 2015-10 to more .... currently only it supports exe 2015-05 ... what files of src i can edit for exaple : mmo.h... packets.h .. units.c ...? I have the emulator hercules, last year and I 'm updating manually.... with the commits in the github Thank you for your help...
-
Edit ASPD-Renewal, with shield penalty!
OmarAcero replied to OmarAcero's question in General Server Support
I'll try: yes i have a hercules repository 2015.... u,u! -
Edit ASPD-Renewal, with shield penalty!
OmarAcero replied to OmarAcero's question in General Server Support
You mean to : ... nothing happens T-T, // -- job_db1.txt ----JobID,Weight,HPFactor,HPMultiplicator,SPFactor,Unarmed,Dagger,1HSword,2HSword,1HSpear,2HSpear,1HAxe,2HAxe,1HMace,2HMace(unused),Rod,Bow,Knuckle,Instrument,Whip,Book,Katar,Revolver,Rifle,Gatling Gun,Shotgun,Grenade Launcher,Fuuma Shuriken,2HStaff,Shield // Novice 0, 20000,0 ,500 ,100 ,440 ,590 ,610 ,2000 ,2000 ,2000 ,540 ,2000 ,540 ,540 ,690 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,690 ,0 -
I need Help 2015-10-29aRagexeRE Client :(
OmarAcero replied to bachir's question in Client-Side Requests
http://herc.ws/board/topic/11563-job-spoiler/#entry68954 Here man -
Hi guys, help please.... someone can teach me to edit the formula of "ASPD RENEWAL" for that not applied ASPD + SHIELD PENALTY! .... I do not want that increase the defense points Thanks..
-
Yo apoyo con soporte sin necesidad de mansiones ni renombres y como yo hay muchos aquí en la comunidad mientras todos nos apoyemos entre si, va ser bien dificil que esta muera hmmm Y cuanto al emulador, la verdad que no he tenido problemas si hay algo que ajustar se ajusta, si hay algo que mejorar uno mismo lo mejora por algo es un emulador gratuito, si ves en las noticias día a día se van poniendo las mejoras. El cliente que uses ya es criterio de cada uno, aquí en los foros de hercules sugieren cuales podrían ser los mas estables, en cuanto a mi he usado clientes 2010, 2011 , 2012 , 2013 , 2014 y hasta el ultimo que uso actualmente 2015 y no he tenido mas inconvenientes de los que previamente he leído en el foro. Ahora consejo seria: Para prevenir errores o para evitarlos, siempre diffen sus propios exes por uno mismo, con la finalidad de buscar su propia comodidad y no usar tantos parches al momento de diffear solo los necesarios. Lo digo por experiencia.
-
Creo que hubieras revisado mejor los CV
-
Ese error es por LUA FILES ... y Carpeta System Descarga el cliente mas actual según la FECHA DE TU EXE.
-
Miengo estas usando sistema pre-re o renewall?
-
Yo tampoco sabia : http://herc.ws/board/topic/9393-error-hpmdatacheck-plugin-afk-and-autoattack/ espero que te ayude yo aprendí así leyendo la guia
-
I help you! .. i translate all the npc espanish version xD!...
-
I need pluggin the homunculus custom...: skill and mob... pls imbox...
-
hmmm you try the following: * trunk/conf/battle/items.conf gtb_sc_immunity: 50 *Golden Thief Bug Card;{"bonus bMagicAtkDef,100; bNoMagicDamage, 40; }, {}, {}
-
How increase the amount of skills of the homunculus?
OmarAcero replied to Black Box's question in Source Support
@Neo is already working on it : Here -
*** You review these Steps*** 1.- SKILL RANGES: Player Skills Slots available: 5020 skills (mmo.h::MAX_SKILL) From: 0 To: 5019 (max. to 5019) Note: mmo.h::MAX_SKILL is 5020, if using ID more than 5019, ID will be invalid for player's skill, or can use the values more than 5019 but need to add the src/common/mmo.h #define MAX_SKILL value. (the current MAX_SKILL is kind of waste space! Even in Renewal, skill is less than 200) 2.- EDIT SRC. yourserver/src/map/skill.h = YOU_SKILL = 5020, yourserver/src/map/skill.c = Case YOU_SKILL; yourserver/src/map/battle.c = Case YOU_SKILL: skillratio += 10*(skill_lv-1); break; 3.- LUA FILES. a) skillinfolist.lub [sKID.YOU_SKILL] = { "YOU_SKILL"; SkillName = "Custom skill", MaxLv = 10, SpAmount = {8, 8, 8, 8, 8, 15, 15, 15, 15, 15}, bSeperateLv = true, AttackRange = {1, 1, 1, 1, 1, 1, 1, 1, 1, 1} }, b ) skillid.lub YOU_SKILL = 5020, c) skilldescript.lub [sKID.YOU_SKILL] = { "Custom skill", "Max Level: 10", "Skill Form: ^FF0000Offensive^000000", "Target: ^777777Enemy^000000", "Description: ^777777Hit an enemy with crushing force.", "If the Fatal Blow skill is learned, Bash will have", "an added ^702180Stun^777777 effect at level 6 and higher.^000000", "[Lv 1]: ^777777130% ATK^000000", "[Lv 2]: ^777777160% ATK^000000", "[Lv 3]: ^777777190% ATK^000000", "[Lv 4]: ^777777220% ATK^000000", "[Lv 5]: ^777777250% ATK^000000", "[Lv 6]: ^777777280% ATK^000000", "[Lv 7]: ^777777310% ATK^000000", "[Lv 8]: ^777777340% ATK^000000", "[Lv 9]: ^777777370% ATK^000000", "[Lv 10]: ^777777400% ATK^000000" }, 4.- TEXTURE a) data/texture/À¯ÀúÀÎÅÍÆäÀ̽º/item/YOU_SKILL.bmp
-
http://herc.ws/board/files/file/110-bot/ <------
-
Thx Friends, I solved, I will set them an example... All parches accepted... Note: Diff "enable custom job" is the error.
-
But I use Homunculus custom T-T --> Here <-- then, the pache not working?
-
I get this error, and I'm only using the recommended diff and no use diff that are in error.. parther_Omar.txt
-
Hello friends, would you please tell me suggestions for choosing the diffs for client 2014-10.. of yommi... I tried not to use these diff but I get other errors parth HERE : i am use Nemo!
-
I get error, with msgstrintable.txt => NEMO ABRIL-2015
OmarAcero replied to OmarAcero's question in Client-Side Support
Pls Nemo ... this options are very important ... I'll be waiting -
I get error, with msgstrintable.txt => NEMO ABRIL-2015
OmarAcero posted a question in Client-Side Support
I used: Repository: https://github.com/MStr3am/NEMO.git (Update 30-04-2015) And I have exe 2014-10 of the Yommy posted Hercules.... i get the nexts errors: 1.- with Read Data Folder First 2.- with Read msgstrintable.txt Help! u,u" -
If pet intimacy is Loyal or Cordial and you want your pet a bonus, you have edit --> db/pet_db.txt Example 1: The Chikorita Pet grants you Bonus Heal when the owner have less 80% hp and 5% damage in DemiHuman 3210,CHIKORITA,Chikorita,729,22669,0,537,80,20,20,100,250,5,3500,100,0,1002,1000,1000,5000,{ petskillsupport 28,15,5,80,100;},{bonus2 bAddRace,RC_DemiHuman,5;} Example 2: The Thanatos pet, grants you Bonus MaxHP 10% and 5% damage in DemiHuman 1708,THANATOS,Thanatos,729,22668,0,537,80,20,20,100,250,5,3500,100,0,1002,1000,1000,5000,{ },{ bonus bMaxHP,10; bonus2 bAddRace,RC_DemiHuman,5; } Example 3: The pet Pikachu gives bonus, of attack the lightning bolt skill when the owner is attacked or the owner attacks its enemy... 3263,PIKACHU,Pikachu,729,22732,0,537,80,20,20,100,250,5,3500,100,0,1002,1000,1000,5000,{ petskillattack 20,10,5,0;},{bonus2 bAddRace,RC_DemiHuman,5;} Note 1: you have to edit the second field of the parenthesis, if you grant passive bonuses. If you want only give bonus action to support or attack you have to edit the first field of theparenthesis. Note 2: if you have placed the custom pet in the mob_db2, you have to edit the file pet_db or pet_db2. If you have placed your custom pet in mob_db then you can edit files pet_db. Example: My --> db/mob_db2.txt 3210,CHIKORITA,Chikorita,Chikorita,90,500,0,0,0,0,1,1,100,99,1,1,1,1,1,1,0,0,2,0,20,0x160,300,1288,288,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 3263,PIKACHU,Pikachu,Pikachu,90,500,0,0,0,0,1,1,100,99,1,1,1,1,1,1,0,0,2,0,20,0x160,300,1288,288,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 As some I've only seen seen that the bonus is activated intimacy loyal
-
I get this error too