Skip to content

Commit

Permalink
Changes from forum feedback today
Browse files Browse the repository at this point in the history
Lots of typos, several added I_C_Ts, .tp2 fixes for bow equippage, and a bunch of other things. This is not the most helpful list, but all I have time for tonight. Oh, And removal of some ToB stinkage.
  • Loading branch information
cmorganbg committed Oct 19, 2011
1 parent 02c7b20 commit 2d9bcfe
Show file tree
Hide file tree
Showing 7 changed files with 954 additions and 593 deletions.
28 changes: 14 additions & 14 deletions aranw/baf/c-aran.baf
Expand Up @@ -686,8 +686,8 @@ END
IF
InParty(Myself)
!StateCheck(Myself,CD_STATE_NOTVALID)
Global("c-aranintimate","GLOBAL",4)
Global("c-aransex","GLOBAL",3) // shared everything
Global("c-aranintimate","GLOBAL",4) // shared everything
Global("c-aransex","GLOBAL",3)
Gender(Player1,FEMALE)
!HasItemEquiped("belt05",Player1)
THEN
Expand Down Expand Up @@ -2818,19 +2818,19 @@ END

/* Easter Egg for Multi-stronghold folks who get all strongholds at once */
IF
Global("c-aranas","LOCALS",0)
GlobalGT("JoinLathander","GLOBAL",0)
GlobalGT("JoinTalos","GLOBAL",0)
GlobalGT("JoinHelm","GLOBAL",0)
GlobalGT("PaladinOrder","GLOBAL",0)
GlobalGT("Playhouse","GLOBAL",0)
GlobalGT("PCKeepOwner","GLOBAL",0)
GlobalGT("PlayerThiefGuild","GLOBAL",0)
GlobalGT("DruidStrongHold","GLOBAL",0)
GlobalGT("PCSphere","GLOBAL",0)
GlobalGT("RangerProtector","GLOBAL",0)
Global("c-aranas","LOCALS",0)
GlobalGT("JoinLathander","GLOBAL",0)
GlobalGT("JoinTalos","GLOBAL",0)
GlobalGT("JoinHelm","GLOBAL",0)
GlobalGT("PaladinOrder","GLOBAL",0)
GlobalGT("Playhouse","GLOBAL",0)
GlobalGT("PCKeepOwner","GLOBAL",0)
GlobalGT("PlayerThiefGuild","GLOBAL",0)
GlobalGT("DruidStrongHold","GLOBAL",0)
GlobalGT("PCSphere","GLOBAL",0)
GlobalGT("RangerProtector","GLOBAL",0)
THEN RESPONSE #100
SetGlobal("c-aranas","LOCALS",1)
SetGlobal("c-aranas","LOCALS",1)
END

/* Bards : Activate */
Expand Down
14 changes: 7 additions & 7 deletions aranw/baf/c-arand.baf
Expand Up @@ -10,7 +10,7 @@

/* c-arand.bcs */
/* Sparring, females */
IF
IF
Global("c-aranspar","GLOBAL",1)
InParty(Myself)
!RealGlobalTimerNotExpired("c-arandreamtalk","GLOBAL")
Expand Down Expand Up @@ -42,8 +42,8 @@ IF
!StateCheck(Player1,CD_STATE_NOTVALID)
!AreaType(DUNGEON)
OR(2)
AreaType(OUTDOOR)
AreaType(FOREST)
AreaType(OUTDOOR)
AreaType(FOREST)
THEN
RESPONSE #100
SetGlobal("c-aranspar","GLOBAL",5)
Expand All @@ -55,7 +55,7 @@ THEN
END

/* Stone Walls, Stone Hearts, Stone Heads : Dream Script, De'Arnise Keep (Stronghold) Script */
IF
IF
Global("c-arandreamstone","GLOBAL",0)
InParty(Myself)
!RealGlobalTimerNotExpired("c-arandreamtalk","GLOBAL")
Expand Down Expand Up @@ -84,16 +84,16 @@ IF
Global("c-arandreamstar","LOCALS",0)
InParty(Myself)
!RealGlobalTimerNotExpired("c-arandreamtalk","GLOBAL")
!RealGlobalTimerExpired("RE_DreamTimer","GLOBAL")
!RealGlobalTimerExpired("RE_DreamTimer","GLOBAL")
Gender(Player1,FEMALE)
GlobalLT("Chapter","GLOBAL",5)
CombatCounter(0)
!StateCheck(Myself,CD_STATE_NOTVALID)
!StateCheck(Player1,CD_STATE_NOTVALID)
!AreaType(DUNGEON)
OR(2)
AreaType(OUTDOOR)
AreaType(FOREST)
AreaType(OUTDOOR)
AreaType(FOREST)
THEN
RESPONSE #100
SetGlobal("c-arandreamstar","GLOBAL",1)
Expand Down

0 comments on commit 2d9bcfe

Please sign in to comment.