Jump to content

ranmaster27

Members
  • Posts

    17
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Server
    Kingdom RO

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

ranmaster27's Achievements

Poring

Poring (1/15)

0

Reputation

1

Community Answers

  1. To be honest, I'd buy that service. If you know anyone that can do it, please get me in contact with that person.
  2. Yes, exactly, where would I go about creating a hard ASPD cap for each item class? Edit: Oh sorry, I didn't read, as your post got upvoted to the top. +1!
  3. I'm talking about setting a new hard cap for MAX_ASPD, based on which weapon class is equipped.
  4. Wait what?? If base class is Job Mage, or Job Archer, Your Bonus ASPD Rate goes up 10% or goes down 10%?? That makes no sense at all in what I'm asking. =/ I'm asking for something like: If(Weapon_Equip_Class == SHOTGUN) { set MAX_APSD,170; } Or something in that kind of behavior.
  5. Is game master menu enabled by default?
  6. Read this on the wiki, but there's no source on what the heck master menu is, or what it even refers to... Anyone know?
  7. Is there a way to cap ASPD based on what weapon type is equipped?
  8. Has anyone officially solved this problem?? I've having it right now at the moment, with the latest rathena files from git. The clan tables can't be created on mysql, but I don't see any notible syntax errors on the clan code at all... Help?
  9. I was wondering if it was possible to chain a skill after one skill hits, with an adjustable ratio based off of the SKL Level learnt. I was trying to make it so the skill Envenom, can chain GC's Venom Impress and inflict it on the Target after Envenom has hit. Having trouble making it work in the source code. I looked at the code for Dark Illusion chaining off, Cross Impact, but I wasn't able to replicate it. Also, how would I go coding, an autocast skill from a normal attack, like how Monk's Raging Trifecta Blow works? EXAMPLE: If Knight is equipped with a spear, if they learned the Skill, Pierce, it will Autocast Pierce when normal attacking. Cast rate is based off of the skill level learned. RO's got a lot obsolete skills, and I was planning on turning them into Passive/Autocast skills, so Hot Keys can be focused more on Active Key Skills, rather than 3 bars used filled with almost useless skills after class change. Please let me know, and thanks much for helping. Ran
  10. Vit DEF is too high, and Tao Gunka only reduces Armor Def, not VIT DEF. If you wanna lower Thana damage, you'll have to lower your VIT, this forces players to not just max out vit for PVP, because it makes TANK classes like Paladin/Sacrifice too good with no weaknesses. Thana is a little hard to balance on higher rate server since stats easily go pass 150, but the beautiful thing about Thanatos is because it is literally a Tank Shredder. Try again with about 100 VIT and you'll see the difference in damage.
  11. If I remember in Pre-Renewal, Thana used used on any player with vit def over 90+, the damage really starts to amplify quiet alot. How much vit does your target opponent have? Or in this case, "Arche?" Is his Vit Maxed out? Because if it is, that would explain the high damage on the Tao Gunka Armor. As for the Ghostring Armor, I would have to see a screen shot of an elemental converter Ice Pick, vs Ghostring to see if damaged is amplified as well. Other wise, a Neutral Ice Pick, vs Ghostring will have it's total damage cut by 75%, only outputting 25% damage, due to the elemental resist.
  12. How much vit def does "Arche" have?? If I remember correctly, Thana/Ice Pick amplifies dmg based on def+vit def. Also, you should post screenies of your damage with different elements to see if it's just an element issue or maybe you changed the code a bit?
  13. Ohhh right, lemme look at that script real quick.
  14. I wanted to make Maya Purple card auto cast the effect of Intravision on self for 3 seconds when damage has been taken. How would I script that in the script lines??
  15. Welp, I just did a work around through manual item_db scripting. Apparently @effect still plays the default potion/healing sounds, so I just added this into their code in item_db.txt +misceffect <effectnum>; for each healing item with no effect sound. 501,Red_Potion,Red Potion,0,50,,70,,,,,0xFFFFFFFF,63,2,,,,,,{ itemheal rand(45,65),0; misceffect 204; },{},{} 502,Orange_Potion,Orange Potion,0,200,,100,,,,,0xFFFFFFFF,63,2,,,,,,{ itemheal rand(105,145),0; misceffect 205; },{},{} 503,Yellow_Potion,Yellow Potion,0,550,,130,,,,,0xFFFFFFFF,63,2,,,,,,{ itemheal rand(175,235),0; misceffect 206; },{},{} 504,White_Potion,White Potion,0,1200,,150,,,,,0xFFFFFFFF,63,2,,,,,,{ itemheal rand(325,405),0; misceffect 207; },{},{} 505,Blue_Potion,Blue Potion,0,5000,,150,,,,,0xFFFFFFFF,63,2,,,,,,{ itemheal 0,rand(40,60); misceffect 208; },{},{} 506,Green_Potion,Green Potion,0,40,,70,,,,,0xFFFFFFFF,63,2,,,,,,{ sc_end SC_POISON; sc_end SC_SILENCE; sc_end SC_BLIND; sc_end SC_CONFUSION; sc_end SC_HALLUCINATION; misceffect 209; },{},{} 507,Red_Herb,Red Herb,0,18,,30,,,,,0xFFFFFFFF,63,2,,,,,,{ itemheal rand(18,28),0; misceffect 204;},{},{} 508,Yellow_Herb,Yellow Herb,0,40,,50,,,,,0xFFFFFFFF,63,2,,,,,,{ itemheal rand(38,58),0; misceffect 206; },{},{} 509,White_Herb,White Herb,0,120,,70,,,,,0xFFFFFFFF,63,2,,,,,,{ itemheal rand(75,115),0; misceffect 207; },{},{} 510,Blue_Herb,Blue Herb,0,60,,70,,,,,0xFFFFFFFF,63,2,,,,,,{ itemheal 0,rand(15,30); misceffect 208; },{},{} 511,Green_Herb,Green Herb,0,10,,30,,,,,0xFFFFFFFF,63,2,,,,,,{ sc_end SC_POISON; misceffect 209; },{},{} Hopefully it's doesn't make the server lag too much. =(
×
×
  • Create New...