Jump to content


rapsam2003

Member Since 30 Mar 2016
Offline Last Active Apr 04 2016 10:22 AM

Topics I've Started

Script Won't Work

03 April 2016 - 10:03 PM

I am trying to use a script to fire off a spell that changes humans to tieflings. The spell itself is working, I think. But it's almost as if the script isn't even firing.

IF
  AreaCheck("AR2600")
  XPLT(Player1,2000)
  Race(Player1,Human)
THEN
  RESPONSE #100
    ReallyForceSpellRES("spinzr01",LastSummonerOf(Player1))
    DestroySelf()
END

 

 

Basically, when the character is level 1 and is a human and is in Candlekeep, I want the script to fire. And I want the character to be "remade" as a tiefling by firing off that spell.


Number of Races Hard Coded?...

30 March 2016 - 04:32 PM

I am trying to bring Tieflings into BGEE. (See here: https://forums.beamd...iwd1-wip#latest .) I'm having issues adding the race to the character screen. It's kind of a pain, because I'd hate to have to tell folks to use EEKeeper or something.