Issue with set property

Jt

Member
I'm running the latest daily build 6231.

I'm running as a AT and trying to set my default action as pickpocket as follows but it's not working:

if ( my_class() == $class[ accordion thief ] || my_class() == $class[ disco bandit ] ) {
set_property("defaultAutoAttack", 3 )

It just never changes from disabled, but setting it to 1 works fine (attack).

Also i'm setting my battle action in one function to:

set_property("battleAction", "attack with weapon" );

And then in the next function to:

set_property("battleAction", "custom combat script" );

Which give this message in the cli but doesn't actually switch to the script (do I need to flush something here)

battleAction => custom: default.ccs


Any help would be great thanks!
Jt
 

Jt

Member
I tried to work around the above issue. But now I'm having issues with pickpockets, just wondering if I'm missing something? I'm a AT and running 6250 on XP.

Thanks,
Jt

css:

[ default]
1: steal
2: skill entangling noodles
3: skill fire orange bottle-rocket
4: attack with weapon

example:

[343] Frat House
Encounter: Orcish Frat Boy
Strategy: C:\Documents and Settings\rflynn\Desktop\kol\Run\ccs\steal.ccs
Round 0: juntao wins initiative!
Round 1: juntao casts ENTANGLING NOODLES!
Round 2: juntao casts FIRE ORANGE BOTTLE-ROCKET!
Round 3: juntao attacks!
You gain 13 Mojo Points
You gain 52 Meat
You acquire an item: ice-cold fotie
You acquire an item: roofie
You gain 4 Strongness
You gain 9 Mysteriousness
You gain 13 Sarcasm
 
Top