Jump to content


Saradas

Member Since 01 Apr 2015
Offline Last Active Apr 23 2022 12:40 AM

Posts I've Made

In Topic: [MOD] Shadow of the the Hierophant - Arena project (chapter one)

01 February 2016 - 12:00 AM

Discussing thread..

 

[space reserved for future contents]


In Topic: Errors with states.ids

29 January 2016 - 07:46 PM

alright he likes this one! it's working

 

    !CheckStatGT(LastSeenBy(Myself),1,WIZARD_PROTECTION_FROM_MAGIC_WEAPONS)

In Topic: Errors with states.ids

29 January 2016 - 07:32 PM

Still not working......I think the states/stats entries are glitchy...

 

   IF
    See(Nearestenemyof(Myself))
    HPPercentLT(LastSeenBy(Myself),50)
    HaveSpell(ROGUE_ASSASINATION)
    OR(4)
    !CheckStat(LastSeenBy(Myself),3,WIZARD_PROTECTION_FROM_MAGIC_WEAPONS)
    !CheckStat(LastSeenBy(Myself),4,WIZARD_PROTECTION_FROM_MAGIC_WEAPONS)
    !CheckStat(LastSeenBy(Myself),5,WIZARD_PROTECTION_FROM_MAGIC_WEAPONS)
    !CheckStat(LastSeenBy(Myself),6,WIZARD_PROTECTION_FROM_MAGIC_WEAPONS)
    THEN
    RESPONSE #100
    EquipMostDamagingMelee()
    Spell(Myself,ROGUE_ASSASINATION)
    AttackReevaluate(Nearestenemyof(Myself),30)
  END

 

for example here I'm trying to make my enemy Assassin cast the assassination ability ONLY IF the last enemy he saw is not over 50% hp or protected from magical weapons +3 up to +6.

 

I cast protection from magic weapons on my cavy, but the assassin's script still reports TRUE and performs the action.


In Topic: Errors with states.ids

29 January 2016 - 05:50 AM

Thank you for your info, Argent77, I will try again tomorrow.

 

The Imp, sorry if it doesn't work but I see no point in uploading those infos as the spell is not custom-made and that is hardly the problem. Thanks anyway


In Topic: Errors with states.ids

29 January 2016 - 04:11 AM

I'm not sure if I screened the right part you wanted to see... 

 

http://i68.tinypic.com/jkbp21.png