Jump to content

Rizta

Members
  • Posts

    109
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Rizta

  1. i guess this is auto inserted when a mob is recognized by MVP (MVP bit in mob_db) and your client is 2016+. About pets i really dont know but i think its the same.
  2. lovely project @Skorm, its impossible to use f1 atm, its already bind to help guide from common browsers. you could consider change the color of the ''miss'' text to make that more readable and increase font size of damage numbers also, in the future, insert a pause function to distribute points and see what every stats do ?
  3. if the only problem is the 3rd job part you can remove then from lua and db ?
  4. Belo trabalho Eduardo xD você pretende vender, como vai ser? precisa de teste? pode me falar mais no privado do seu projeto? +1 Nice work dude, this certainly will help the community and privates grows to another level ?
  5. Yup, i dont really need slots cause we dont use cards, instead we use random options that is possible to see by script(cards too).
  6. Rizta

    HP/SP Drain

    Thank you. I'll try this !
  7. As I remember that skill work as Misc skill, do you only need to change in skill_db.txt from type Misc to Magic, follow the skill_db header to change it correctly. And i think EDP cant affect dmg of soul destroyer
  8. Rizta

    HP/SP Drain

    Anyone tagged as Magic or Misc. Magic Ex: any bolts, stormgust, lov, meteor storm etc. Misc Ex: Falcon Assault, Blitz Beat etc... Currently drain hp and sp only work with skill IF these skills r Weapon type.
  9. You can do @reloaditemdb then reconnect your character to see changes.
  10. Thank you a lot. With this only the first one by class will receive the rewards, right? Awesome. Do you know about my plus request? ? Edit: sorry i asked and didnt see you edited your asnwer XD ill try to do that ?
  11. well, as tittle says i want a npc that give a prize for the first player of each trans job(sniper, lord knight, high priest etc...). Rules: 1. Only the FIRST 99/70 of each class. 2. Do not need to be account restricted, so, if a player reach 99/70 with different class he wll be able to collect the different prize. 3. Since every job will get a different weapon or whatever, every job will receive a set of the same prizes and one different. [PLUS] - by equipment, it will be good if get with getnameditem and enchantend in 5 slots with random option, pre-defined. Thats all, i know this isnt hard but i really do not remember how to do the rule 1 and 2.
  12. Yes, it is possible. Go to your db/[pre-]re/skill_db.txt then you'll find this 394,9,8,1,-1,0,0,10,-9,yes,0,0,0,weapon,0,0x0, CG_ARROWVULCAN,Vulcan Arrow simple change to this 394,9,8,1,-1,0,0,10,-9,yes,0,0,0,weapon,0,8, CG_ARROWVULCAN,Vulcan Arrow i dont have time to explain the changes now, so, i recommend you to read the header of skill_db.txt and you probabbly will understand the change and learn more.
  13. I im not sure if i understand but... I think its not possible a script take control over the cashshop, to do that you need something that write in item_cash_db.txt located on db/[pre]re/ and then do a @reloaditemdb . Probably you can do it in source mods
  14. Not necessarly wrong, but, try this: SM_BASH,1,6,15,15,10,10 Plase note that will increase damage in PvP/GvG maps in 15% against player, 15% against monster, 10% against MVP and 10% against Misc/Etc Explaining the columms of my example: SM_BASH = skill name ID 1 = bitmask, working only for player. 6 = bitmask, sum of 2(pvp) and 4(gvg) 15= Damage in % 15= Damage in % 10= Damage in % 10= Damage in %
  15. Can you post the script ?
  16. Rizta

    HP/SP Drain

    Hi! How can i edit HP/SP Drain bonuses to work with Magic and Misc type skills?
  17. Dont know if its a bug, so, ill report anyway. When shield is equipped, weapon related mastery stop evolve and only Safegaurd works even if its disabled in settings. This wont happen with Mystical.
  18. HOLY! This is amazing +1 @Emistry What do i need change in source to use that? When i try to apply this i got a error by some function that probably i dont have. (duplicatenpc).
  19. Thx a lot. Ill try follow your instructions! It worked! Thank you ?
  20. why dont you go to rathena/db/re/item_cash_db.txt , open, set your item then in game do a @reloaditemdb and reconnect ?
  21. 1. How can i revert the HEAL skill formula in renewal for the pre-renew version? Elaborating: Renewal uses MATK to calculate Heal Value instead INT. Its for a revo-classic purpose. 2. How can i change ASPD formula from original rAthena(kRO i think) for one equal or similar of iRO? Elaborating: I want something like the old pre-renew style, while agi and dex is more signifficant to reach good values of ASPD. 3. How can i make custom creation potions receive points and extra effect from alchemist rank? And the same for Blacksmith but in forge of course. 4. How can i turn a single target skill into a AoE skill and vice-versa? Desired skill examples to apply this: Holy Light, Throw Arrow, Melody/Musical Strike. 5. How can i do for Assassin's equip arrows again? Elaborate: when i try to equip arrow in Assassin server tell me i cant and request for a bow, but, i can equip as Thief. Dont know exactly if it is a source issue. 6. How can i edit the effective of passive skills? Elaborate: if i want to increase damage obtained by level of Sword Mastery or any other Weapon Mastery Passive Skill or simple add new features like receive more aspd.
  22. When you use Snatch, you teleport with monster to a random place, but, if you kill monster in process then only your character teleport. In the video instead teleport to a random place the Snatch skill when kill a mob, teleport player to another same mob in map. I think he want know how can modify Snatch to do it.
  23. Hello community! Today i would ask how can i turn a target skill into a aoe skill and vice-versa. Following this id,range,hit,inf,element,nk,splash,max,list_num,castcancel,cast_defence_rate,inf2,maxcount,skill_type,blow_count,inf3,name,description i make this 156,10,6,1,6,0x100,1,1,1,no,0,8193,0,magic,2,0, AL_HOLYLIGHT,Holy Light & 324,1,8,1,-1,0x100,1,5,1:2:3:4:5,yes,0,0x40000,0,weapon,0,8, DC_THROWARROW,Slinging Arrow And still wont working. What im doing wrong? Or maybe it is impossible by manipulating db and i need do src modifications?
  24. ill wait ? Dont worry =D Im just curious and how do you improve this haha
×
×
  • Create New...