wpdev-commits Mailing List for Wolfpack Emu (Page 9)
Brought to you by:
rip,
thiagocorrea
You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(14) |
Aug
(121) |
Sep
(256) |
Oct
(59) |
Nov
(73) |
Dec
(120) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(259) |
Feb
(381) |
Mar
(501) |
Apr
(355) |
May
(427) |
Jun
(270) |
Jul
(394) |
Aug
(412) |
Sep
(724) |
Oct
(578) |
Nov
(65) |
Dec
|
From: Incanus <inc...@us...> - 2004-10-19 13:32:42
|
Update of /cvsroot/wpdev/xmlscripts/definitions/items/professions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv543/definitions/items/professions Modified Files: tailorer.xml Log Message: Fixed leatherworkers and tanners not buying leather and hides Index: tailorer.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/professions/tailorer.xml,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** tailorer.xml 19 Oct 2004 03:43:21 -0000 1.22 --- tailorer.xml 19 Oct 2004 13:32:33 -0000 1.23 *************** *** 493,496 **** --- 493,498 ---- <tag name="resname" value="leather" /> <category>Professions\Tailorer\Cut Up Leather (N/S)</category> + <buyprice>4</buyprice> + <sellprice>2</sellprice> <weight>1.0</weight> </item> *************** *** 500,503 **** --- 502,507 ---- <tag name="resname" value="leather" /> <category>Professions\Tailorer\Cut Up Leather (W/E)</category> + <buyprice>4</buyprice> + <sellprice>2</sellprice> <weight>1.0</weight> </item> *************** *** 508,511 **** --- 512,516 ---- <category>Professions\Tailorer\Pile of Hides 1 (W/E)</category> <buyprice>4</buyprice> + <sellprice>2</sellprice> <weight>5.0</weight> </item> *************** *** 515,518 **** --- 520,525 ---- <tag name="resname" value="leather" /> <category>Professions\Tailorer\Pile of Hides 1 (N/S)</category> + <buyprice>4</buyprice> + <sellprice>2</sellprice> <weight>5.0</weight> </item> *************** *** 522,526 **** <tag name="resname" value="leather" /> <category>Professions\Tailorer\Pile of Hides 2 (W/E)</category> ! <buyprice>6</buyprice> <weight>5.0</weight> </item> --- 529,534 ---- <tag name="resname" value="leather" /> <category>Professions\Tailorer\Pile of Hides 2 (W/E)</category> ! <buyprice>4</buyprice> ! <sellprice>2</sellprice> <weight>5.0</weight> </item> |
From: Incanus <inc...@us...> - 2004-10-19 11:55:30
|
Update of /cvsroot/wpdev/xmlscripts/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7151/scripts Modified Files: blades.py Log Message: fixed a carving bug Index: blades.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/blades.py,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** blades.py 2 Oct 2004 10:04:33 -0000 1.11 --- blades.py 19 Oct 2004 11:55:21 -0000 1.12 *************** *** 181,186 **** blooditem = wolfpack.additem( bloodid ) blooditem.color = bloodcolor blooditem.moveto( corpse.pos ) - blooditem.decay = 1 blooditem.update() --- 181,186 ---- blooditem = wolfpack.additem( bloodid ) blooditem.color = bloodcolor + blooditem.decay = True blooditem.moveto( corpse.pos ) blooditem.update() |
From: Incanus <inc...@us...> - 2004-10-19 11:55:30
|
Update of /cvsroot/wpdev/xmlscripts/documentation/webroot In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7151/documentation/webroot Modified Files: ChangeLog.wolfpack Log Message: fixed a carving bug Index: ChangeLog.wolfpack =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/documentation/webroot/ChangeLog.wolfpack,v retrieving revision 1.165 retrieving revision 1.166 diff -C2 -d -r1.165 -r1.166 *** ChangeLog.wolfpack 19 Oct 2004 11:30:31 -0000 1.165 --- ChangeLog.wolfpack 19 Oct 2004 11:55:21 -0000 1.166 *************** *** 8,11 **** --- 8,12 ---- - Added xoffset, yoffset and zoffset to socket.attachmultitarget. (housing.deed) - Chars will now get revealed when using training dummy or archery butte. + - Fixed blood created at carving not decaying for a long time. * Misc. Changes: * Known Issues, Bugs, and Missing Features: |
From: Incanus <inc...@us...> - 2004-10-19 11:30:49
|
Update of /cvsroot/wpdev/xmlscripts/documentation/webroot In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv815/documentation/webroot Modified Files: ChangeLog.wolfpack Log Message: carve adjustments for sheep, cause wool can be selled for 31 gold and me think sheeps have 4 legs Index: ChangeLog.wolfpack =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/documentation/webroot/ChangeLog.wolfpack,v retrieving revision 1.164 retrieving revision 1.165 diff -C2 -d -r1.164 -r1.165 *** ChangeLog.wolfpack 18 Oct 2004 22:22:20 -0000 1.164 --- ChangeLog.wolfpack 19 Oct 2004 11:30:31 -0000 1.165 *************** *** 3,6 **** --- 3,7 ---- Wolfpack 12.9.13 Beta (CVS) * Definition Changes: + - Adjusted carving sheeps. * Python Script Changes: - Fixed bug #0000361. (Pets don't follow trough gate) |
From: Incanus <inc...@us...> - 2004-10-19 11:26:21
|
Update of /cvsroot/wpdev/xmlscripts/definitions/npcs/animals/land In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32128/definitions/npcs/animals/land Modified Files: sheep.xml Log Message: carve adjustments for sheep, cause wool can be selled for 31 gold and me think sheeps have 4 legs Index: sheep.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/animals/land/sheep.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** sheep.xml 21 Sep 2004 05:27:06 -0000 1.13 --- sheep.xml 19 Oct 2004 11:26:12 -0000 1.14 *************** *** 41,45 **** <category>Animals\Farm\Sheep (Sheered)</category> ! <intproperty name="carve_meat" value="3" /> <strproperty name="carve_meat_type" value="lambleg" /> </npc> --- 41,45 ---- <category>Animals\Farm\Sheep (Sheered)</category> ! <intproperty name="carve_meat" value="4" /> <strproperty name="carve_meat_type" value="lambleg" /> </npc> *************** *** 51,59 **** <category>Animals\Land\Sheep (Unsheered)</category> ! <intproperty name="carve_meat" value="3" /> <strproperty name="carve_meat_type" value="lambleg" /> <!-- Carve --> ! <intproperty name="carve_wool" value="3" /> </npc> --- 51,59 ---- <category>Animals\Land\Sheep (Unsheered)</category> ! <intproperty name="carve_meat" value="4" /> <strproperty name="carve_meat_type" value="lambleg" /> <!-- Carve --> ! <intproperty name="carve_wool" value="1" /> </npc> |
From: Thiago B. <hel...@us...> - 2004-10-19 03:43:31
|
Update of /cvsroot/wpdev/xmlscripts/definitions/items/professions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3551/definitions/items/professions Modified Files: tailorer.xml Log Message: fixed some unscripted items Index: tailorer.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/professions/tailorer.xml,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** tailorer.xml 29 Sep 2004 01:43:55 -0000 1.21 --- tailorer.xml 19 Oct 2004 03:43:21 -0000 1.22 *************** *** 419,422 **** --- 419,427 ---- </item> + <item id="101b"> + <id>0x101b</id> + <category>Professions\Tailorer\Decoration\Spinning Wheel (W/E)</category> + </item> + <item id="101c"> <id>0x101c</id> *************** *** 439,442 **** --- 444,452 ---- </item> + <item id="10a6"> + <id>0x10a6</id> + <category>Professions\Tailorer\Decoration\Spinning Wheel (E/W)</category> + </item> + <item id="105f"> <id>0x105f</id> |
From: Thiago B. <hel...@us...> - 2004-10-19 03:43:31
|
Update of /cvsroot/wpdev/xmlscripts/definitions/items/buildings In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3551/definitions/items/buildings Modified Files: walls.xml Log Message: fixed some unscripted items Index: walls.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/buildings/walls.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** walls.xml 3 Oct 2004 22:32:26 -0000 1.8 --- walls.xml 19 Oct 2004 03:43:20 -0000 1.9 *************** *** 3950,3953 **** --- 3950,3959 ---- </item> + <item id="315"> + <id>0x315</id> + <category>Buildings\Walls\Dungeon Wall\Wall 5</category> + <nodecay/> + </item> + <item id="245"> <id>0x245</id> |
From: Incanus <inc...@us...> - 2004-10-18 22:34:00
|
Update of /cvsroot/wpdev/xmlscripts/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26117/scripts Modified Files: archery_butte.py Log Message: typo ;) Index: archery_butte.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/archery_butte.py,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** archery_butte.py 18 Oct 2004 22:22:20 -0000 1.14 --- archery_butte.py 18 Oct 2004 22:33:50 -0000 1.15 *************** *** 134,138 **** return True ! #reveal the char if an array is fired char.reveal() --- 134,138 ---- return True ! #reveal the char if an arrow is fired char.reveal() |
From: Incanus <inc...@us...> - 2004-10-18 22:22:31
|
Update of /cvsroot/wpdev/xmlscripts/documentation/webroot In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23604/documentation/webroot Modified Files: ChangeLog.wolfpack Log Message: Chars will now get revealed when using training dummy or archery butte. Index: ChangeLog.wolfpack =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/documentation/webroot/ChangeLog.wolfpack,v retrieving revision 1.163 retrieving revision 1.164 diff -C2 -d -r1.163 -r1.164 *** ChangeLog.wolfpack 18 Oct 2004 12:06:37 -0000 1.163 --- ChangeLog.wolfpack 18 Oct 2004 22:22:20 -0000 1.164 *************** *** 6,9 **** --- 6,10 ---- - Fixed bug #0000361. (Pets don't follow trough gate) - Added xoffset, yoffset and zoffset to socket.attachmultitarget. (housing.deed) + - Chars will now get revealed when using training dummy or archery butte. * Misc. Changes: * Known Issues, Bugs, and Missing Features: |
From: Incanus <inc...@us...> - 2004-10-18 22:22:31
|
Update of /cvsroot/wpdev/xmlscripts/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23604/scripts Modified Files: archery_butte.py training_dummy.py Log Message: Chars will now get revealed when using training dummy or archery butte. Index: training_dummy.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/training_dummy.py,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** training_dummy.py 11 Jul 2004 02:47:25 -0000 1.5 --- training_dummy.py 18 Oct 2004 22:22:20 -0000 1.6 *************** *** 55,58 **** --- 55,61 ---- return True + # We'll get revealed if successfully punching the dummy + char.reveal() + # This increases the users skill char.checkskill( skill, 0, 1000 ) Index: archery_butte.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/archery_butte.py,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** archery_butte.py 15 Oct 2004 15:01:16 -0000 1.13 --- archery_butte.py 18 Oct 2004 22:22:20 -0000 1.14 *************** *** 134,137 **** --- 134,140 ---- return True + #reveal the char if an array is fired + char.reveal() + char.movingeffect( movingeff, item, 1, 1, 1, 0, 1 ) |
From: Sebastian H. <dar...@us...> - 2004-10-18 20:30:06
|
Update of /cvsroot/wpdev/wolfpack In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24402 Modified Files: ChangeLog basechar.cpp Log Message: Meditation skillcheck. Index: basechar.cpp =================================================================== RCS file: /cvsroot/wpdev/wolfpack/basechar.cpp,v retrieving revision 1.166 retrieving revision 1.167 diff -C2 -d -r1.166 -r1.167 *** basechar.cpp 17 Oct 2004 23:32:27 -0000 1.166 --- basechar.cpp 18 Oct 2004 20:29:51 -0000 1.167 *************** *** 3326,3329 **** --- 3326,3337 ---- } + if ( !isMeditating() ) { + double chance = ( double ) mana() / maxMana(); + double value = sqrt( skillValue( MEDITATION ) * 0.0005 ); + chance *= ( 1.0 - value ); + chance += value; + checkSkill( MEDITATION, ( int ) floor( ( 1.0 - chance ) * 1200 ), 1200 ); + } + double medPoints = QMIN( 13.0, ( intelligence() + skillValue( MEDITATION ) * 0.03 ) * ( skillValue( MEDITATION ) < 1000 ? 0.025 : 0.0275 ) ); double focusPoints = skillValue( FOCUS ) * 0.005; Index: ChangeLog =================================================================== RCS file: /cvsroot/wpdev/wolfpack/ChangeLog,v retrieving revision 1.119 retrieving revision 1.120 diff -C2 -d -r1.119 -r1.120 *** ChangeLog 18 Oct 2004 12:09:52 -0000 1.119 --- ChangeLog 18 Oct 2004 20:29:51 -0000 1.120 *************** *** 2,5 **** --- 2,6 ---- Wolfpack 12.9.13 Beta (CVS) + - Fixed meditation skillcheck in mana regeneration code. Wolfpack 12.9.12 Beta (18. October 2004) |
From: Sebastian H. <dar...@us...> - 2004-10-18 12:10:02
|
Update of /cvsroot/wpdev/wolfpack/network In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23545/network Modified Files: uosocket.cpp uosocket.h uotxpackets.h Log Message: Fixes Index: uosocket.cpp =================================================================== RCS file: /cvsroot/wpdev/wolfpack/network/uosocket.cpp,v retrieving revision 1.431 retrieving revision 1.432 diff -C2 -d -r1.431 -r1.432 *** uosocket.cpp 17 Oct 2004 01:20:20 -0000 1.431 --- uosocket.cpp 18 Oct 2004 12:09:52 -0000 1.432 *************** *** 2162,2166 **** } ! void cUOSocket::attachTarget( cTargetRequest* request, Q_UINT16 multiid ) { if ( multiid < 0x4000 ) --- 2162,2166 ---- } ! void cUOSocket::attachTarget( cTargetRequest* request, Q_UINT16 multiid, unsigned short xoffset, unsigned short yoffset, unsigned short zoffset ) { if ( multiid < 0x4000 ) *************** *** 2176,2179 **** --- 2176,2182 ---- cUOTxPlace target; + target.setXOffset(xoffset); + target.setYOffset(yoffset); + target.setZOffset(zoffset); target.setTargSerial( 1 ); target.setModelID( multiid - 0x4000 ); Index: uotxpackets.h =================================================================== RCS file: /cvsroot/wpdev/wolfpack/network/uotxpackets.h,v retrieving revision 1.115 retrieving revision 1.116 diff -C2 -d -r1.115 -r1.116 *** uotxpackets.h 25 Sep 2004 22:57:09 -0000 1.115 --- uotxpackets.h 18 Oct 2004 12:09:53 -0000 1.116 *************** *** 1362,1365 **** --- 1362,1374 ---- setShort( 18, data ); } + void setXOffset( unsigned short data ) { + setShort(20, data); + } + void setYOffset( unsigned short data ) { + setShort(22, data); + } + void setZOffset( unsigned short data ) { + setShort(24, data); + } }; Index: uosocket.h =================================================================== RCS file: /cvsroot/wpdev/wolfpack/network/uosocket.h,v retrieving revision 1.126 retrieving revision 1.127 diff -C2 -d -r1.126 -r1.127 *** uosocket.h 24 Sep 2004 04:47:39 -0000 1.126 --- uosocket.h 18 Oct 2004 12:09:53 -0000 1.127 *************** *** 269,273 **** void soundEffect( Q_UINT16 soundId, cUObject* source = NULL ); void attachTarget( cTargetRequest* request ); ! void attachTarget( cTargetRequest* request, Q_UINT16 multiid ); void attachTarget( cTargetRequest* request, std::vector<stTargetItem>& items, Q_INT16 xOffset = 0, Q_INT16 yOffset = 0, Q_INT16 zOffset = 0 ); void cancelTarget(); --- 269,273 ---- void soundEffect( Q_UINT16 soundId, cUObject* source = NULL ); void attachTarget( cTargetRequest* request ); ! void attachTarget( cTargetRequest* request, Q_UINT16 multiid, unsigned short xoffset, unsigned short yoffset, unsigned short zoffset ); void attachTarget( cTargetRequest* request, std::vector<stTargetItem>& items, Q_INT16 xOffset = 0, Q_INT16 yOffset = 0, Q_INT16 zOffset = 0 ); void cancelTarget(); |
From: Sebastian H. <dar...@us...> - 2004-10-18 12:10:02
|
Update of /cvsroot/wpdev/wolfpack/python In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23545/python Modified Files: socket.cpp Log Message: Fixes Index: socket.cpp =================================================================== RCS file: /cvsroot/wpdev/wolfpack/python/socket.cpp,v retrieving revision 1.89 retrieving revision 1.90 diff -C2 -d -r1.89 -r1.90 *** socket.cpp 2 Oct 2004 09:59:51 -0000 1.89 --- socket.cpp 18 Oct 2004 12:09:53 -0000 1.90 *************** *** 332,338 **** char* timeoutfunc = 0; unsigned int timeout = 0; ! if ( !PyArg_ParseTuple( args, "sHO!|ssI:socket.attachmultitarget" ! "(callback, multi, args, [cancelcallback], [timeoutcallback], [timeout])", &responsefunc, &multiid, &PyList_Type, &targetargs, &cancelfunc, &timeoutfunc, &timeout ) ) { return 0; --- 332,339 ---- char* timeoutfunc = 0; unsigned int timeout = 0; + short xoffset, yoffset, zoffset; ! if ( !PyArg_ParseTuple( args, "sHO!hhh|ssI:socket.attachmultitarget" ! "(callback, multi, args, xoffset, yoffset, zoffset, [cancelcallback], [timeoutcallback], [timeout])", &responsefunc, &multiid, &PyList_Type, &targetargs, &xoffset, &yoffset, &zoffset, &cancelfunc, &timeoutfunc, &timeout ) ) { return 0; *************** *** 343,352 **** cPythonTarget* target = new cPythonTarget( responsefunc, timeoutfunc, cancelfunc, targetargs ); ! if ( timeout ) ! { target->setTimeout( Server::instance()->time() + timeout ); } ! self->pSock->attachTarget( target, 0x4000 + multiid ); Py_RETURN_NONE; } --- 344,352 ---- cPythonTarget* target = new cPythonTarget( responsefunc, timeoutfunc, cancelfunc, targetargs ); ! if ( timeout ) { target->setTimeout( Server::instance()->time() + timeout ); } ! self->pSock->attachTarget( target, 0x4000 + multiid, xoffset, yoffset, zoffset ); Py_RETURN_NONE; } |
From: Sebastian H. <dar...@us...> - 2004-10-18 12:10:02
|
Update of /cvsroot/wpdev/wolfpack/languages In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23545/languages Modified Files: wolfpack_de.ts wolfpack_es.ts wolfpack_fr.ts wolfpack_ge.ts wolfpack_it.ts wolfpack_nl.ts wolfpack_pt_br.ts Log Message: Fixes Index: wolfpack_it.ts =================================================================== RCS file: /cvsroot/wpdev/wolfpack/languages/wolfpack_it.ts,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** wolfpack_it.ts 5 Oct 2004 16:24:18 -0000 1.10 --- wolfpack_it.ts 18 Oct 2004 12:09:52 -0000 1.11 *************** *** 127,154 **** </message> <message> - <source>GM Page from %1: %2</source> - <translation type="unfinished"></translation> - </message> - <message> - <source>Available Game Masters have been notified of your request.</source> - <translation type="unfinished"></translation> - </message> - <message> [...1658 lines suppressed...] + </message> + <message> + <source>Duplicate %1: %2 + [File: %3, Line: %4] + </source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Unknown element: %1 + [File: %2, Line: %3] + </source> + <translation type="unfinished"></translation> + </message> + <message> + <source>%1 + [File: %2, Line: %3, Column: %4</source> + <translation type="unfinished"></translation> + </message> </context> </TS> Index: wolfpack_es.ts =================================================================== RCS file: /cvsroot/wpdev/wolfpack/languages/wolfpack_es.ts,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** wolfpack_es.ts 5 Oct 2004 16:24:18 -0000 1.4 --- wolfpack_es.ts 18 Oct 2004 12:09:52 -0000 1.5 *************** *** 127,154 **** </message> <message> - <source>GM Page from %1: %2</source> - <translation type="unfinished"></translation> - </message> - <message> - <source>Available Game Masters have been notified of your request.</source> - <translation type="unfinished"></translation> - </message> - <message> [...1658 lines suppressed...] + </message> + <message> + <source>Duplicate %1: %2 + [File: %3, Line: %4] + </source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Unknown element: %1 + [File: %2, Line: %3] + </source> + <translation type="unfinished"></translation> + </message> + <message> + <source>%1 + [File: %2, Line: %3, Column: %4</source> + <translation type="unfinished"></translation> + </message> </context> </TS> Index: wolfpack_nl.ts =================================================================== RCS file: /cvsroot/wpdev/wolfpack/languages/wolfpack_nl.ts,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** wolfpack_nl.ts 5 Oct 2004 16:24:18 -0000 1.10 --- wolfpack_nl.ts 18 Oct 2004 12:09:52 -0000 1.11 *************** *** 127,154 **** </message> <message> - <source>GM Page from %1: %2</source> - <translation type="unfinished"></translation> - </message> - <message> - <source>Available Game Masters have been notified of your request.</source> - <translation type="unfinished"></translation> - </message> - <message> [...1658 lines suppressed...] + </message> + <message> + <source>Duplicate %1: %2 + [File: %3, Line: %4] + </source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Unknown element: %1 + [File: %2, Line: %3] + </source> + <translation type="unfinished"></translation> + </message> + <message> + <source>%1 + [File: %2, Line: %3, Column: %4</source> + <translation type="unfinished"></translation> + </message> </context> </TS> Index: wolfpack_ge.ts =================================================================== RCS file: /cvsroot/wpdev/wolfpack/languages/wolfpack_ge.ts,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** wolfpack_ge.ts 5 Oct 2004 16:24:18 -0000 1.4 --- wolfpack_ge.ts 18 Oct 2004 12:09:52 -0000 1.5 *************** *** 127,154 **** </message> <message> - <source>GM Page from %1: %2</source> - <translation type="unfinished"></translation> - </message> - <message> - <source>Available Game Masters have been notified of your request.</source> - <translation type="unfinished"></translation> - </message> - <message> [...1658 lines suppressed...] + </message> + <message> + <source>Duplicate %1: %2 + [File: %3, Line: %4] + </source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Unknown element: %1 + [File: %2, Line: %3] + </source> + <translation type="unfinished"></translation> + </message> + <message> + <source>%1 + [File: %2, Line: %3, Column: %4</source> + <translation type="unfinished"></translation> + </message> </context> </TS> Index: wolfpack_de.ts =================================================================== RCS file: /cvsroot/wpdev/wolfpack/languages/wolfpack_de.ts,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** wolfpack_de.ts 5 Oct 2004 16:52:07 -0000 1.7 --- wolfpack_de.ts 18 Oct 2004 12:09:52 -0000 1.8 *************** *** 127,154 **** </message> <message> - <source>GM Page from %1: %2</source> - <translation type="unfinished"></translation> - </message> - <message> - <source>Available Game Masters have been notified of your request.</source> - <translation type="unfinished"></translation> - </message> - <message> [...1564 lines suppressed...] + </message> + <message> + <source>Duplicate %1: %2 + [File: %3, Line: %4] + </source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Unknown element: %1 + [File: %2, Line: %3] + </source> + <translation type="unfinished"></translation> + </message> + <message> + <source>%1 + [File: %2, Line: %3, Column: %4</source> + <translation type="unfinished"></translation> + </message> </context> </TS> Index: wolfpack_pt_br.ts =================================================================== RCS file: /cvsroot/wpdev/wolfpack/languages/wolfpack_pt_br.ts,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** wolfpack_pt_br.ts 5 Oct 2004 16:24:19 -0000 1.3 --- wolfpack_pt_br.ts 18 Oct 2004 12:09:52 -0000 1.4 *************** *** 127,154 **** </message> <message> - <source>GM Page from %1: %2</source> - <translation type="unfinished"></translation> - </message> - <message> - <source>Available Game Masters have been notified of your request.</source> - <translation type="unfinished"></translation> - </message> - <message> [...1668 lines suppressed...] + </message> + <message> + <source>Duplicate %1: %2 + [File: %3, Line: %4] + </source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Unknown element: %1 + [File: %2, Line: %3] + </source> + <translation type="unfinished"></translation> + </message> + <message> + <source>%1 + [File: %2, Line: %3, Column: %4</source> + <translation type="unfinished"></translation> + </message> </context> </TS> Index: wolfpack_fr.ts =================================================================== RCS file: /cvsroot/wpdev/wolfpack/languages/wolfpack_fr.ts,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** wolfpack_fr.ts 5 Oct 2004 16:24:18 -0000 1.4 --- wolfpack_fr.ts 18 Oct 2004 12:09:52 -0000 1.5 *************** *** 127,154 **** </message> <message> - <source>GM Page from %1: %2</source> - <translation type="unfinished"></translation> - </message> - <message> - <source>Available Game Masters have been notified of your request.</source> - <translation type="unfinished"></translation> - </message> - <message> [...1658 lines suppressed...] + </message> + <message> + <source>Duplicate %1: %2 + [File: %3, Line: %4] + </source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Unknown element: %1 + [File: %2, Line: %3] + </source> + <translation type="unfinished"></translation> + </message> + <message> + <source>%1 + [File: %2, Line: %3, Column: %4</source> + <translation type="unfinished"></translation> + </message> </context> </TS> |
From: Sebastian H. <dar...@us...> - 2004-10-18 12:10:00
|
Update of /cvsroot/wpdev/wolfpack In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23545 Modified Files: ChangeLog res.rc verinfo.h Log Message: Fixes Index: verinfo.h =================================================================== RCS file: /cvsroot/wpdev/wolfpack/verinfo.h,v retrieving revision 1.46 retrieving revision 1.47 diff -C2 -d -r1.46 -r1.47 *** verinfo.h 15 Oct 2004 00:53:10 -0000 1.46 --- verinfo.h 18 Oct 2004 12:09:52 -0000 1.47 *************** *** 36,40 **** inline const char* productVersion() { ! return "12.9.12"; } --- 36,40 ---- inline const char* productVersion() { ! return "12.9.13"; } Index: res.rc =================================================================== RCS file: /cvsroot/wpdev/wolfpack/res.rc,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** res.rc 15 Oct 2004 00:53:10 -0000 1.35 --- res.rc 18 Oct 2004 12:09:52 -0000 1.36 *************** *** 36,40 **** 1 VERSIONINFO ! FILEVERSION 12,9,12,0 PRODUCTVERSION 13,0,0,0 FILEFLAGSMASK 0x3fL --- 36,40 ---- 1 VERSIONINFO ! FILEVERSION 12,9,13,0 PRODUCTVERSION 13,0,0,0 FILEFLAGSMASK 0x3fL *************** *** 55,59 **** VALUE "CompanyName", "Wolfpack Development Team" VALUE "FileDescription", "Ultima Online Server Emulator" ! VALUE "FileVersion", "12.9.12 Beta" VALUE "LegalCopyright", "© 2001-2004 Wolfpack Dev. Team" VALUE "OriginalFilename", "wolfpack.exe" --- 55,59 ---- VALUE "CompanyName", "Wolfpack Development Team" VALUE "FileDescription", "Ultima Online Server Emulator" ! VALUE "FileVersion", "12.9.13 Beta" VALUE "LegalCopyright", "© 2001-2004 Wolfpack Dev. Team" VALUE "OriginalFilename", "wolfpack.exe" Index: ChangeLog =================================================================== RCS file: /cvsroot/wpdev/wolfpack/ChangeLog,v retrieving revision 1.118 retrieving revision 1.119 diff -C2 -d -r1.118 -r1.119 *** ChangeLog 17 Oct 2004 01:20:19 -0000 1.118 --- ChangeLog 18 Oct 2004 12:09:52 -0000 1.119 *************** *** 1,5 **** Wolfpack ChangeLog ! Wolfpack 12.9.12 Beta (CVS) - Fixed a unix console error - Fixed a npc title loading problem (UTF-8) --- 1,7 ---- Wolfpack ChangeLog ! Wolfpack 12.9.13 Beta (CVS) ! ! Wolfpack 12.9.12 Beta (18. October 2004) - Fixed a unix console error - Fixed a npc title loading problem (UTF-8) |
From: Sebastian H. <dar...@us...> - 2004-10-18 12:07:12
|
Update of /cvsroot/wpdev/xmlscripts/documentation/webroot In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22716/webroot Modified Files: ChangeLog.wolfpack Log Message: gate fix Index: ChangeLog.wolfpack =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/documentation/webroot/ChangeLog.wolfpack,v retrieving revision 1.162 retrieving revision 1.163 diff -C2 -d -r1.162 -r1.163 *** ChangeLog.wolfpack 17 Oct 2004 23:37:34 -0000 1.162 --- ChangeLog.wolfpack 18 Oct 2004 12:06:37 -0000 1.163 *************** *** 1,5 **** Wolfpack ChangeLog ! Wolfpack 12.9.12 Beta (CVS) * Definition Changes: - Made leather armors and hats auto mage armors. --- 1,20 ---- Wolfpack ChangeLog ! Wolfpack 12.9.13 Beta (CVS) ! * Definition Changes: ! * Python Script Changes: ! - Fixed bug #0000361. (Pets don't follow trough gate) ! - Added xoffset, yoffset and zoffset to socket.attachmultitarget. (housing.deed) ! * Misc. Changes: ! * Known Issues, Bugs, and Missing Features: ! - Some skills are still incomplete. ! - Spawn regions are incomplete. ! We welcome donated OSI-like spawn scripts! ! - Town/World regions are incomplete. ! We welcome donated OSI-like region scripts! ! - Possible that a few monsters are missing and/or incomplete. ! - Multis (Houses/Boats) are not currently supported. ! ! Wolfpack 12.9.12 Beta (18. October 2004) * Definition Changes: - Made leather armors and hats auto mage armors. |
From: Sebastian H. <dar...@us...> - 2004-10-18 12:05:32
|
Update of /cvsroot/wpdev/xmlscripts/scripts/housing In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22468 Modified Files: __init__.py deed.py house.py Log Message: gate fix Index: deed.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/housing/deed.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** deed.py 17 Oct 2004 01:20:35 -0000 1.1 --- deed.py 18 Oct 2004 12:05:22 -0000 1.2 *************** *** 0 **** --- 1,94 ---- + + from wolfpack import tr, console + import wolfpack + from wolfpack.consts import * + import housing + from wolfpack.utilities import hex2dec + + # + # Get placement information from the multi definition + # + def getPlacementData(definition, dispid = 0, xoffset = 0, yoffset = 0, zoffset = 0): + node = wolfpack.getdefinition(WPDT_MULTI, definition) + + if not node: + return (dispid, xoffset, yoffset, zoffset) # Return, wrong definition + + if node.hasattribute('inherit'): + (dispid, xoffset, yoffset, zoffset) = getPlacementData(node.getattribute('inherit'), dispid, xoffset, yoffset, zoffset) + + count = node.childcount + for i in range(0, count): + subnode = node.getchild(i) + if subnode.name == 'id': # Found the display id + dispid = hex2dec(subnode.value) + elif subnode.name == 'inherit': # Inherit another definition + if subnode.hasattribute('id'): + (dispid, xoffset, yoffset, zoffset) = getPlacementData(subnode.getattribute('id'), dispid, xoffset, yoffset, zoffset) + else: + (dispid, xoffset, yoffset, zoffset) = getPlacementData(subnode.value, dispid, xoffset, yoffset, zoffset) + elif subnode.name == 'placement': # Placement info + xoffset = hex2dec(subnode.getattribute('xoffset', '0')) + yoffset = hex2dec(subnode.getattribute('yoffset', '0')) + zoffset = hex2dec(subnode.getattribute('zoffset', '0')) + + return (dispid, xoffset, yoffset, zoffset) + + # + # Checks if the deed is ok + # + def checkDeed(player, item): + # Has to be in our belongings + if not player.canreach(item, -1): + player.socket.clilocmessage(1042001) + return False + + # We may only own one house (Same for gamemasters -> registry) + house = housing.findHouse(player) + if house: + player.socket.clilocmessage(501271) + return False + + # Does this deed have a multi section assigned to it? + if not item.hastag('section'): + player.socket.sysmessage(tr('This deed is broken.')) + return False + + return True + + # + # Do the basic checks first + # + def onUse(player, item): + if not checkDeed(player, item): + return True + + (dispid, xoffset, yoffset, zoffset) = getPlacementData(str(item.gettag('section'))) + + if dispid == 0: + player.socket.sysmessage(tr('This deed is broken.')) + return True + + player.socket.clilocmessage(1010433) + player.socket.attachmultitarget("housing.deed.placement", dispid - 0x4000, [item.serial], xoffset, yoffset, zoffset) + return True + + # + # Target + # + def placement(player, arguments, target): + deed = wolfpack.finditem(arguments[0]) + if not checkDeed(player, deed): + return + + if not player.canreach(target.pos, 20): + player.socket.sysmessage('You can\'t reach that.') + return + + house = wolfpack.addmulti(str(deed.gettag('section'))) + house.owner = player + house.moveto(target.pos) + house.update() + + housing.registerHouse(house) + Index: house.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/housing/house.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** house.py 17 Oct 2004 01:20:35 -0000 1.1 --- house.py 18 Oct 2004 12:05:22 -0000 1.2 *************** *** 5,8 **** --- 5,103 ---- from wolfpack.utilities import hex2dec import housing + from housing.consts import * + + # + # CoOwner management + # Get a list of character STRINGS(!) + # Serials that are coowners of the house + # + def getCoOwners(house): + if not house: + return [] + + coowners = [] + if house.hastag('coowners'): + coowners = str(house.gettag('coowners')).split(',') + + return coowners + + # + # Add a coowner to this house + # + def addCoOwner(house, coowner): + if not coowner or not house: + return + + coowners = getCoOwner(house) + serial = str(coowner.serial) + + if serial not in coowners: + coowners.append(serial) + house.settag('coowners', ','.join(coowners)) + + # + # Remove a co-owner from the house + # + def removeCoOwner(house, coowner): + if not house or not coowner: + return + + coowners = getCoOwners(house) + serial = str(coowner.serial) + changed = False + + while serial in coowners: + coowners.remove(serial) + changed = True + + if changed: + house.settag('coowners', ','.join(coowners)) + + # + # Friends management + # Get a list of character STRINGS(!) + # Serials that are friends of the house + # + def getFriends(house): + if not house: + return [] + + friends = [] + if house.hastag('friends'): + friends = str(house.gettag('friends')).split(',') + + return friends + + # + # Add a friend to this house + # + def addFriend(house, friend): + if not friend or not house: + return + + friends = getFriends(house) + serial = str(friend.serial) + + if serial not in friends: + friends.append(serial) + house.settag('friends', ','.join(friends)) + + # + # Remove a friend from the house + # + def removeFriend(house, friend): + if not house or not friend: + return + + friends = getFriends(house) + serial = str(friend.serial) + changed = False + + while serial in friends: + friends.remove(serial) + changed = True + + if changed: + house.settag('friends', ','.join(friends)) # *************** *** 13,17 **** # ! # Register house # def onAttach(house): --- 108,112 ---- # ! # Register house on load # def onAttach(house): *************** *** 19,23 **** # ! # Unregister house # def onDetach(house): --- 114,118 ---- # ! # Unregister house on unload/deletion # def onDetach(house): *************** *** 129,133 **** # def isCoOwner(player, house): ! return False # --- 224,230 ---- # def isCoOwner(player, house): ! coowners = getCoOwners(house) ! serial = str(player.serial) ! return serial in coowners # *************** *** 136,140 **** # def isFriend(player, house): ! return False # --- 233,239 ---- # def isFriend(player, house): ! friends = getFriends(house) ! serial = str(player.serial) ! return serial in friends # Index: __init__.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/housing/__init__.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** __init__.py 17 Oct 2004 01:20:35 -0000 1.1 --- __init__.py 18 Oct 2004 12:05:22 -0000 1.2 *************** *** 1,3 **** --- 1,5 ---- + import wolfpack + # # Global house registry *************** *** 20,21 **** --- 22,33 ---- if serial in HOUSES: del HOUSES[serial] + + # + # Find a house for the given character in the registry + # + def findHouse(player): + serial = player.serial + if serial in HOUSES: + return wolfpack.finditem(HOUSES[serial]) + else: + return None |
From: Sebastian H. <dar...@us...> - 2004-10-18 12:05:20
|
Update of /cvsroot/wpdev/xmlscripts/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22410 Modified Files: gate.py Log Message: gate fix Index: gate.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/gate.py,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** gate.py 13 Sep 2004 18:11:34 -0000 1.9 --- gate.py 18 Oct 2004 12:05:12 -0000 1.10 *************** *** 35,38 **** --- 35,47 ---- if len(target) > 3: pos.map = target[3] + + # Move his pets if he has any + if player.player: + for follower in player.followers: + if follower.wandertype == 4 and follower.distanceto(player) < 5: + follower.removefromview() + follower.moveto(pos) + follower.update(0) + player.removefromview() player.moveto(pos) |
From: Sebastian H. <dar...@us...> - 2004-10-18 00:11:32
|
Update of /cvsroot/wpdev/xmlscripts/definitions/items/professions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv406/items/professions Modified Files: mage.xml Log Message: fixed again Index: mage.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/professions/mage.xml,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** mage.xml 17 Oct 2004 23:48:59 -0000 1.20 --- mage.xml 18 Oct 2004 00:11:22 -0000 1.21 *************** *** 42,46 **** <newbie /> <buyprice>2500</buyprice> ! <sellprice>1250</sellprice> <category>Professions\Mage\Runebook </category> <basescripts>magic.runebook</basescripts> --- 42,46 ---- <newbie /> <buyprice>2500</buyprice> ! <sellprice>250</sellprice> <category>Professions\Mage\Runebook </category> <basescripts>magic.runebook</basescripts> |
From: Sebastian H. <dar...@us...> - 2004-10-18 00:11:32
|
Update of /cvsroot/wpdev/xmlscripts/definitions/npcs/humans/vendors In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv406/npcs/humans/vendors Modified Files: mage.xml Log Message: fixed again Index: mage.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/humans/vendors/mage.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** mage.xml 17 Oct 2004 23:48:59 -0000 1.9 --- mage.xml 18 Oct 2004 00:11:23 -0000 1.10 *************** *** 132,136 **** </restockable> <sellable> - <item id="22c5" /> <!-- Runebook --> <item id="efa"/> <item id="1f14"/> --- 132,135 ---- |
From: Richard M. <dr...@us...> - 2004-10-17 23:58:50
|
Update of /cvsroot/wpdev/xmlscripts/definitions/items/weaponry/samurai In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29682/definitions/items/weaponry/samurai Modified Files: nunchaku.xml tetsubo.xml wakizashi.xml yumi.xml Log Message: Final Weapon Adjustments Index: tetsubo.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/weaponry/samurai/tetsubo.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** tetsubo.xml 8 Oct 2004 18:51:07 -0000 1.2 --- tetsubo.xml 17 Oct 2004 23:58:41 -0000 1.3 *************** *** 9,15 **** --- 9,17 ---- <definitions> + <!-- Macefighting --> <!-- Tetsubo --> <item id="27a6"> <id>0x27a6</id> + <twohanded /> <decay /> <nodye /> *************** *** 24,30 **** <tag name="resname" value="iron" /> <intproperty name="req_strength" value="35" /> ! <intproperty name="speed" value="37" /> ! <intproperty name="mindamage" value="14" /> ! <intproperty name="maxdamage" value="16" /> </item> --- 26,32 ---- <tag name="resname" value="iron" /> <intproperty name="req_strength" value="35" /> ! <intproperty name="speed" value="45" /> ! <intproperty name="mindamage" value="12" /> ! <intproperty name="maxdamage" value="14" /> </item> Index: yumi.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/weaponry/samurai/yumi.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** yumi.xml 8 Oct 2004 18:51:07 -0000 1.2 --- yumi.xml 17 Oct 2004 23:58:41 -0000 1.3 *************** *** 25,33 **** <intproperty name="projectile" value="0xf42" /> <strproperty name="ammunition" value="f3f" /> ! <intproperty name="req_strength" value="30" /> <intproperty name="range" value="12" /> <intproperty name="speed" value="25" /> ! <intproperty name="mindamage" value="16" /> ! <intproperty name="maxdamage" value="18" /> </item> --- 25,33 ---- <intproperty name="projectile" value="0xf42" /> <strproperty name="ammunition" value="f3f" /> ! <intproperty name="req_strength" value="35" /> <intproperty name="range" value="12" /> <intproperty name="speed" value="25" /> ! <intproperty name="mindamage" value="18" /> ! <intproperty name="maxdamage" value="20" /> </item> Index: nunchaku.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/weaponry/samurai/nunchaku.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** nunchaku.xml 8 Oct 2004 18:51:07 -0000 1.2 --- nunchaku.xml 17 Oct 2004 23:58:41 -0000 1.3 *************** *** 9,13 **** <definitions> ! <!-- Guessing Macefighting --> <!-- Nunchaku --> <item id="27ae"> --- 9,13 ---- <definitions> ! <!-- Macefighting --> <!-- Nunchaku --> <item id="27ae"> *************** *** 25,32 **** <!-- Properties --> <!--<tag name="resname" value="iron" />--> ! <intproperty name="req_strength" value="35" /> ! <intproperty name="speed" value="37" /> ! <intproperty name="mindamage" value="14" /> ! <intproperty name="maxdamage" value="16" /> </item> --- 25,32 ---- <!-- Properties --> <!--<tag name="resname" value="iron" />--> ! <intproperty name="req_strength" value="15" /> ! <intproperty name="speed" value="47" /> ! <intproperty name="mindamage" value="11" /> ! <intproperty name="maxdamage" value="13" /> </item> Index: wakizashi.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/weaponry/samurai/wakizashi.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** wakizashi.xml 13 Oct 2004 18:41:51 -0000 1.2 --- wakizashi.xml 17 Oct 2004 23:58:41 -0000 1.3 *************** *** 27,32 **** <intproperty name="req_strength" value="20" /> <intproperty name="speed" value="44" /> ! <intproperty name="mindamage" value="11" /> ! <intproperty name="maxdamage" value="13" /> </item> --- 27,32 ---- <intproperty name="req_strength" value="20" /> <intproperty name="speed" value="44" /> ! <intproperty name="mindamage" value="10" /> ! <intproperty name="maxdamage" value="12" /> </item> |
From: Sebastian H. <dar...@us...> - 2004-10-17 23:49:07
|
Update of /cvsroot/wpdev/xmlscripts/definitions/npcs/humans/vendors In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27151/npcs/humans/vendors Modified Files: mage.xml Log Message: runebook fixes Index: mage.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/humans/vendors/mage.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** mage.xml 26 Sep 2004 12:52:23 -0000 1.8 --- mage.xml 17 Oct 2004 23:48:59 -0000 1.9 *************** *** 132,135 **** --- 132,136 ---- </restockable> <sellable> + <item id="22c5" /> <!-- Runebook --> <item id="efa"/> <item id="1f14"/> |
From: Sebastian H. <dar...@us...> - 2004-10-17 23:49:07
|
Update of /cvsroot/wpdev/xmlscripts/definitions/items/professions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27151/items/professions Modified Files: mage.xml Log Message: runebook fixes Index: mage.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/professions/mage.xml,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** mage.xml 25 Sep 2004 15:26:33 -0000 1.19 --- mage.xml 17 Oct 2004 23:48:59 -0000 1.20 *************** *** 41,45 **** <decay /> <newbie /> - <type>1</type> <buyprice>2500</buyprice> <sellprice>1250</sellprice> --- 41,44 ---- |
From: Sebastian H. <dar...@us...> - 2004-10-17 23:37:44
|
Update of /cvsroot/wpdev/xmlscripts/documentation/webroot In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24587/webroot Modified Files: ChangeLog.wolfpack Log Message: Fix for spawns Index: ChangeLog.wolfpack =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/documentation/webroot/ChangeLog.wolfpack,v retrieving revision 1.161 retrieving revision 1.162 diff -C2 -d -r1.161 -r1.162 *** ChangeLog.wolfpack 17 Oct 2004 03:56:06 -0000 1.161 --- ChangeLog.wolfpack 17 Oct 2004 23:37:34 -0000 1.162 *************** *** 80,83 **** --- 80,85 ---- - Victims of harmfull spells will now defend themself. - Most monster cast magic spells no longer send socket messages to npcs. + - Fixed bug #0000360. (Problem with duping spawngems) + - Fixed a bug in inscription. (Mana being used even on failure) * Misc. Changes: * Known Issues, Bugs, and Missing Features: |
From: Sebastian H. <dar...@us...> - 2004-10-17 23:35:58
|
Update of /cvsroot/wpdev/xmlscripts/scripts/system In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24124/system Modified Files: spawns.py Log Message: Fix for spawns Index: spawns.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/system/spawns.py,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** spawns.py 17 Oct 2004 17:45:36 -0000 1.9 --- spawns.py 17 Oct 2004 23:35:48 -0000 1.10 *************** *** 42,48 **** valid = item != None if valid and not item.hasscript( 'spawngem' ): ! valid = 0 ! if valid and not item.hastag('spawntype') or not item.hastag('spawndef'): ! valid = 0 if not valid: --- 42,48 ---- valid = item != None if valid and not item.hasscript( 'spawngem' ): ! valid = False ! if valid and (not item.hastag('spawntype') or not item.hastag('spawndef')): ! valid = False if not valid: |