View Single Post
  #3  
Old 10-25-2008, 05:11 AM
JudgeMan JudgeMan is offline
Approved Member
 
Join Date: Oct 2008
Posts: 22
Default

Nice thanks for that.

Although I didn't find deadcloud in special_attacks.lua there is this in the necromant.atom:

Code:
 throw1 {
    group=1,2
    showdmg=1
    device=deadcloud
    base_attack=1
    class=throw
    distance=6
    mindist=1
    friendly_fire=1
    penalty=0.5
    animation=throw_attack/throw/thtarget
    throw=deadcloud
    framekey=x
    7in1=0.5
    damage {
      magic=8,12
    }
Could it be only that? I checked the Druid.atom and instead of Friendly_fire=1 it has base_attack=1. So can we change (how?) anything in these .atom files?


PS. You're Bman from TQ forums aren't you?
Reply With Quote