Jump to content

rqueen

Members
  • Posts

    82
  • Joined

  • Last visited

Everything posted by rqueen

  1. @Patskie - script's working great, thanks a lot! @Euphy - thanks for the clarification/explanation!
  2. I'm trying to revise the script for Spike[2] to only give the 2/3 reduction of total DEF for priest classes only since Champions are op in our server. I've tried this: 1538,Spike_,Spike,4,,10,700,85,,1,2,0x00008110,7,2,2,4,40,1,8,{ bonus bCritical,40; if(BaseClass==Job_Priest) bonus bDefRate,-67; bonus bDef2Rate,-67; },{},{} and this: 1538,Spike_,Spike,4,,10,700,85,,1,2,0x00008110,7,2,2,4,40,1,8,{ bonus bCritical,40; if(BaseJob==Job_Priest) bonus bDefRate,-67; bonus bDef2Rate,-67; },{},{} I've tried removing the parentheses as well to no avail. We are still using an eAthena emulator btw.
  3. I like the whole concept, and would love to implement this in our server. Can anyone confirm if this would work in eAthena?
  4. I fucking love you. I'm using the 5.0 since our server is still on eA, and I've been stuck with the same problem as OP for weeks now trying to debug it. This change worked perfectly.
  5. Hello, which do I comment out so the script only crits on magic again and not other damage skills?
  6. Hi, we have an almost no-delay server though i'm planning to make a few changes. I'm currently stuck on one this one. I can't seem to figure out how to add like a non-reducable 0.2 sec delay on Tarot Card of Fate that's applicable only in GvG/WoE scenarios. Is this possible? Any help would be appreciated.
  7. Hello, first of, I'm not sure if I've posted this in the correct section. If not, my apologies and please feel free to move this. I need a new command or NPC that can change the guild leader of a certain guild. This becomes a problem when we have to block a player and he happens to be holding ownership of an active guild.
×
×
  • Create New...