Jump to content

Firerain

Members
  • Posts

    43
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Firerain

  1. right.. What I need is the correct stat. <effect name="Buff" time="25" val="0"> <mul order="0x30" stat="pvpPhysDmg" val="1.3"/> <mul order="0x30" stat="pvpPhysSkillsDmg" val="1.3"/> </effect> That's the effect for it, but it gives pvpdmg, which isn't correct. I need the stat that reflects magic damage back to the target.
  2. Wrong skill, that's Deflect Magic. I'm looking for the Shield Deflect Magic, the ID for it is 916. Here' s what mine currently looks like: <skill id="916" levels="4" name="Shield Deflect Magic"> <set name="hitTime" val="1500"/> <set name="target" val="TARGET_SELF"/> <set name="skillType" val="BUFF"/> <set name="operateType" val="OP_ACTIVE"/> <set name="reuseDelay" val="45000"/> <for> <effect name="Buff" time="25" val="0"> <mul order="0x30" stat="pvpPhysDmg" val="1.3"/> <mul order="0x30" stat="pvpPhysSkillsDmg" val="1.3"/> </effect> </for> </skill> I need the correct stat for it, because pvpdmg isn't right.
  3. Sorry, still don't understand that too much. What do I create a copy of? I couldn't find him in the database.
  4. What's the stat for Shield Deflect Magic? It's a skill that reflects magic damage back to the person who cast it on you. This is what mine looks like: <for> <effect name="Buff" time="15" val="0"> <mul order="0x30" stat="pvpPhysDmg" val="1.3"/> <mul order="0x30" stat="pvpPhysSkillsDmg" val="1.3"/> </effect> </for> </skill> As you can see, it says pvpphysdmg and pvpphysskillsdmg, which isn't right. I need it so it reflects the magic back.
  5. Soo, how do I fix that? :o
  6. Well, I'm making it so you don't have to do the quest. My problem, is that when I spawn it and attack it, it doesn't attack back. Could you go a little more in-depth? =o
  7. L2j Nightlies, Gracia Final
  8. Like the title says, Baium doesn't attack. He just kind of chills out and doesn't do anything.
  9. Ah, makes perfect sense. Thank you again.
  10. How do I change the model of an NPC? I've been trying to figure it out but haven't been lucky so far. I'm guessing it has something to do with the 'Class' in the database?
  11. Ah, found it. Thank you.
  12. I'm trying to figure out where to get the icon string (ie: icon.accessory_valakas_circlet_i00) but I don't know where to find them. I really only need the Valakas Necklace one.
  13. I'm trying to add a custom teleport but I'm having issues with SQL. Here's the error it's giving: [Err] 1064 - 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 ''Gold Bar Farm', 50176, 197372, -213217, -3723, 0, 0)' at line 1 [Err] ('Gold Bar Farm', 50176, 197372, -213217, -3723, 0, 0); [Msg] Finished - Unsuccessfully -------------------------------------------------- I don't see what's wrong with it. Any ideas?
  14. I have a problem with Flame Icon too, mine doesn't cast. It gives me the system message "Flame Icon cannot be used due to unsuitable terms." Anyone know why?
  15. Thank you, this one worked. Could a mod please close this?
  16. Alright, I need a WORKING Gracia Final Gatekeeper. Don't tell me to search. I have. Many times. Every Gatekeeper I've tried has failed. I always get an SQL error when I try to put it into my DB. Any help would be appreciated.
×
×
  • Create New...