Update of /cvsroot/wpdev/xmlscripts/scripts/wolfpack/commands
In directory sc8-pr-cvs1:/tmp/cvs-serv15850/wolfpack/commands
Modified Files:
info.py
Log Message:
trying to fix 'info after internal changes of the objects.
Index: info.py
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/scripts/wolfpack/commands/info.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** info.py 15 Jul 2003 15:41:45 -0000 1.6
--- info.py 26 Aug 2003 01:59:05 -0000 1.7
***************
*** 368,372 ****
gump.addText( 50, 120, "Account:", 0x834 )
! gump.addInputField( 200, 120, 200, 16, 0x834, 40, char.account )
gump.addText( 50, 140, "Muted:", 0x834 )
gump.addInputField( 200, 140, 200, 16, 0x834, 41, str( char.muted ) )
--- 368,372 ----
gump.addText( 50, 120, "Account:", 0x834 )
! gump.addInputField( 200, 120, 200, 16, 0x834, 40, char.account.name )
gump.addText( 50, 140, "Muted:", 0x834 )
gump.addInputField( 200, 140, 200, 16, 0x834, 41, str( char.muted ) )
***************
*** 636,640 ****
gump.addResizeGump( 195, 260, 0xBB8, 215, 20 )
gump.addResizeGump( 195, 280, 0xBB8, 215, 20 )
! gump.addResizeGump( 195, 300, 0xBB8, 215, 20 )
gump.addText( 50, 120, "Dyable:", 0x834 )
--- 636,640 ----
gump.addResizeGump( 195, 260, 0xBB8, 215, 20 )
gump.addResizeGump( 195, 280, 0xBB8, 215, 20 )
! #gump.addResizeGump( 195, 300, 0xBB8, 215, 20 )
gump.addText( 50, 120, "Dyable:", 0x834 )
***************
*** 659,664 ****
gump.addText( 50, 280, "Poisoned:", 0x834 )
gump.addInputField( 200, 280, 200, 16, 0x834, 29, str( item.poisoned ) )
- gump.addText( 50, 300, "Spawnregion:", 0x834 )
- gump.addInputField( 200, 300, 200, 16, 0x834, 30, str( item.spawnregion ) )
gump.addText( 310, 340, "Page "+str( page_ )+" of "+str( pages ), 0x834 )
--- 659,662 ----
***************
*** 713,731 ****
gump.addResizeGump( 195, 120, 0xBB8, 215, 20 )
! gump.addResizeGump( 195, 140, 0xBB8, 215, 20 )
! gump.addResizeGump( 195, 160, 0xBB8, 215, 20 )
! gump.addResizeGump( 195, 180, 0xBB8, 215, 20 )
! gump.addResizeGump( 195, 200, 0xBB8, 215, 20 )
gump.addText( 50, 120, "More4:", 0x834 )
gump.addInputField( 200, 120, 200, 16, 0x834, 41, str( item.more4 ) )
! gump.addText( 50, 140, "Moreb1:", 0x834 )
! gump.addInputField( 200, 140, 200, 16, 0x834, 42, str( item.moreb1 ) )
! gump.addText( 50, 160, "Moreb2:", 0x834 )
! gump.addInputField( 200, 160, 200, 16, 0x834, 43, str( item.moreb2 ) )
! gump.addText( 50, 180, "Moreb3:", 0x834 )
! gump.addInputField( 200, 180, 200, 16, 0x834, 44, str( item.moreb3 ) )
! gump.addText( 50, 200, "Moreb4:", 0x834 )
! gump.addInputField( 200, 200, 200, 16, 0x834, 45, str( item.moreb4 ) )
gump.addText( 310, 340, "Page "+str( page_ )+" of "+str( pages ), 0x834 )
--- 711,729 ----
gump.addResizeGump( 195, 120, 0xBB8, 215, 20 )
! #gump.addResizeGump( 195, 140, 0xBB8, 215, 20 )
! #gump.addResizeGump( 195, 160, 0xBB8, 215, 20 )
! #gump.addResizeGump( 195, 180, 0xBB8, 215, 20 )
! #gump.addResizeGump( 195, 200, 0xBB8, 215, 20 )
gump.addText( 50, 120, "More4:", 0x834 )
gump.addInputField( 200, 120, 200, 16, 0x834, 41, str( item.more4 ) )
! #gump.addText( 50, 140, "Moreb1:", 0x834 )
! #gump.addInputField( 200, 140, 200, 16, 0x834, 42, str( item.moreb1 ) )
! #gump.addText( 50, 160, "Moreb2:", 0x834 )
! #gump.addInputField( 200, 160, 200, 16, 0x834, 43, str( item.moreb2 ) )
! #gump.addText( 50, 180, "Moreb3:", 0x834 )
! #gump.addInputField( 200, 180, 200, 16, 0x834, 44, str( item.moreb3 ) )
! #gump.addText( 50, 200, "Moreb4:", 0x834 )
! #gump.addInputField( 200, 200, 200, 16, 0x834, 45, str( item.moreb4 ) )
gump.addText( 310, 340, "Page "+str( page_ )+" of "+str( pages ), 0x834 )
|