Update of /cvsroot/wpdev/xmlscripts/scripts/wolfpack/commands
In directory sc8-pr-cvs1:/tmp/cvs-serv14044/wolfpack/commands
Modified Files:
info.py
Log Message:
blabla
Index: info.py
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/scripts/wolfpack/commands/info.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** info.py 28 Aug 2003 20:47:57 -0000 1.8
--- info.py 1 Sep 2003 22:15:11 -0000 1.9
***************
*** 560,565 ****
gump.addText( 50, 120, "Name:", 0x834 )
gump.addInputField( 200, 120, 200, 16, 0x834, 1, item.name )
- gump.addText( 50, 140, "Name (identified):", 0x834 )
- gump.addInputField( 200, 140, 200, 16, 0x834, 2, item.name2 )
gump.addText( 50, 160, "ID:", 0x834 )
gump.addInputField( 200, 160, 200, 16, 0x834, 3, hex( item.id ) )
--- 560,563 ----
***************
*** 576,581 ****
gump.addText( 50, 280, "Layer:", 0x834 )
gump.addInputField( 200, 280, 200, 16, 0x834, 9, str( item.layer ) )
- gump.addText( 50, 300, "Good:", 0x834 )
- gump.addInputField( 200, 300, 200, 16, 0x834, 10, str( item.good ) )
gump.addText( 310, 340, "Page "+str( page_ )+" of "+str( pages ), 0x834 )
--- 574,577 ----
***************
*** 611,620 ****
gump.addText( 50, 240, "High damage:", 0x834 )
gump.addInputField( 200, 240, 200, 16, 0x834, 17, str( item.hidamage ) )
- gump.addText( 50, 260, "Str (required):", 0x834 )
- gump.addInputField( 200, 260, 200, 16, 0x834, 18, str( item.strength ) )
- gump.addText( 50, 280, "Dex (required):", 0x834 )
- gump.addInputField( 200, 280, 200, 16, 0x834, 19, str( item.dexterity ) )
- gump.addText( 50, 300, "Int (required):", 0x834 )
- gump.addInputField( 200, 300, 200, 16, 0x834, 20, str( item.intelligence ) )
gump.addText( 310, 340, "Page "+str( page_ )+" of "+str( pages ), 0x834 )
--- 607,610 ----
***************
*** 638,643 ****
#gump.addResizeGump( 195, 300, 0xBB8, 215, 20 )
- gump.addText( 50, 120, "Dyable:", 0x834 )
- gump.addInputField( 200, 120, 200, 16, 0x834, 21, str( item.dye ) )
gump.addText( 50, 140, "Decay:", 0x834 )
gump.addInputField( 200, 140, 200, 16, 0x834, 22, str( item.decay ) )
--- 628,631 ----
***************
*** 648,653 ****
gump.addText( 50, 200, "Visible:", 0x834 )
gump.addInputField( 200, 200, 200, 16, 0x834, 25, str( item.visible ) )
- gump.addText( 50, 220, "Rank:", 0x834 )
- gump.addInputField( 200, 220, 200, 16, 0x834, 26, str( item.rank ) )
gump.addText( 50, 240, "Price:", 0x834 )
if ( item.hastag( 'price' ) ):
--- 636,639 ----
***************
*** 680,685 ****
gump.addResizeGump( 195, 300, 0xBB8, 215, 20 )
- gump.addText( 50, 120, "Disabled:", 0x834 )
- gump.addInputField( 200, 120, 200, 16, 0x834, 31, str( item.disabled ) )
gump.addText( 50, 140, "Time unused:", 0x834 )
gump.addInputField( 200, 140, 200, 16, 0x834, 32, str( item.timeunused ) )
--- 666,669 ----
|