adonthell-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Adonthell-commits] CVS: wastesedge/scripts/schedules/mapcharacters extr


From: Kai Sterker <address@hidden>
Subject: [Adonthell-commits] CVS: wastesedge/scripts/schedules/mapcharacters extro.py,1.20,1.21 jelom.py,1.7,1.8 to_cellar.py,1.6,1.7
Date: Mon, 02 Sep 2002 06:59:54 -0400

Update of /cvsroot/adonthell/wastesedge/scripts/schedules/mapcharacters
In directory subversions:/tmp/cvs-serv22112/schedules/mapcharacters

Modified Files:
        extro.py jelom.py to_cellar.py 
Log Message:
FIXED Bjarn walking around after he starts crying
FIXED player schedule disabled after loading from start screen/quick loading
ADDED a little short cut to Jelom's dialogue


Index: extro.py
===================================================================
RCS file: 
/cvsroot/adonthell/wastesedge/scripts/schedules/mapcharacters/extro.py,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -r1.20 -r1.21
*** extro.py    6 May 2002 13:47:18 -0000       1.20
--- extro.py    2 Sep 2002 10:59:50 -0000       1.21
***************
*** 243,246 ****
--- 243,247 ----
              bjarn.go_south ()
              bjarn.load ('bjarn_crying.mchar')
+             bjarn.pause ()
              
              talan = adonthell.gamedata_get_character ('Talan Wendth')

Index: jelom.py
===================================================================
RCS file: 
/cvsroot/adonthell/wastesedge/scripts/schedules/mapcharacters/jelom.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** jelom.py    21 Aug 2002 15:34:50 -0000      1.7
--- jelom.py    2 Sep 2002 10:59:50 -0000       1.8
***************
*** 49,51 ****
          self.myself.launch_action (adonthell.gamedata_player ())
          adonthell.gamedata_get_character ("Erek Stonebreaker").pause ()
!         
--- 49,51 ----
          self.myself.launch_action (adonthell.gamedata_player ())
          adonthell.gamedata_get_character ("Erek Stonebreaker").pause ()
!         adonthell.gamedata_get_quest ("demo").set_val ("convince_jelom", 3)

Index: to_cellar.py
===================================================================
RCS file: 
/cvsroot/adonthell/wastesedge/scripts/schedules/mapcharacters/to_cellar.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** to_cellar.py        22 Aug 2002 20:08:10 -0000      1.6
--- to_cellar.py        2 Sep 2002 10:59:50 -0000       1.7
***************
*** 52,60 ****
              
              submap = self.myself.mymap ().get_submap (self.myself.submap ())
!             x = random.randint (1, 4)
              y = random.randint (5, 9)
  
              while not submap.get_square (x, y).is_free () or (y == 5 and x > 
2):
!                 x = random.randint (1, 4)
                  y = random.randint (5, 9)
  
--- 52,60 ----
              
              submap = self.myself.mymap ().get_submap (self.myself.submap ())
!             x = random.randint (2, 5)
              y = random.randint (5, 9)
  
              while not submap.get_square (x, y).is_free () or (y == 5 and x > 
2):
!                 x = random.randint (2, 5)
                  y = random.randint (5, 9)
  





reply via email to

[Prev in Thread] Current Thread [Next in Thread]