Few Problems

Tom27

Golden Oldie
Golden Oldie
Sep 15, 2005
1,877
78
185
Norwich
PROBLEM 1
--------------
Sorted.


PROBLEM 2
-----------

I've added a trust merchant, But when people 'Consign' an item its taking the item and not storing it, completely removing the item from the game.
Not showing up for sale or in you're own personal 'consigned items' list.

PROBLEM 3
-----------
Sorted




Cheers
 
Last edited:

Chriz

Captain Lurker
VIP
Mar 24, 2003
1,198
1
336
315
LOMCN
I think you need to state the amount to check/take... e.g:

[@s]
#IF
CHECKITEM ExpToken(S) 1
#ACT
TAKE ExpToken(S) 1
MAPMOVE D9108
TIMERECALL 5
#ELSEACT
Goto @NoToken
 
Upvote 0

IceMan

Hero's Act Mir 2
Legendary
Apr 17, 2003
8,544
2
375
330
whenchecking a item

checkitem hppot 1 <most always put a # of the item to check for
 
Upvote 0

paul.obrien

LOMCN Veteran
Veteran
Aug 28, 2008
453
4
45
PROBLEM 1
--------------
Sorted.


PROBLEM 2
-----------

I've added a trust merchant, But when people 'Consign' an item its taking the item and not storing it, completely removing the item from the game.
Not showing up for sale or in you're own personal 'consigned items' list.

PROBLEM 3
-----------
Sorted




Cheers


problem 2 is a *****...but easlity sorted if you no someone whom has a working tm.such as my self.
Basicaly you need to redesign TBL_AUCTION and set a primary key.

2 FLD_AUCTIONID numeric 9 0
0 FLD_START int 4 0
0 FLD_END int 4 0
0 FLD_SELLER nvarchar 50 0
0 FLD_ITEMNAME nvarchar 50 0
0 FLD_COST int 4 0
0 FLD_MAKEINDEX int 4 0
0 FLD_WINDEX smallint 2 0
0 FLD_STDMODE tinyint 1 0
0 FLD_AMOUNT int 4 0
0 FLD_DURA int 4 0
0 FLD_MAXDURA int 4 0
0 FLD_ADDITIONAL_0 tinyint 1 0
0 FLD_ADDITIONAL_1 tinyint 1 0
0 FLD_ADDITIONAL_2 tinyint 1 0
0 FLD_ADDITIONAL_3 tinyint 1 0
0 FLD_ADDITIONAL_4 tinyint 1 0
0 FLD_ADDITIONAL_5 tinyint 1 0
0 FLD_ADDITIONAL_6 tinyint 1 0
0 FLD_ADDITIONAL_7 tinyint 1 0
0 FLD_ADDITIONAL_8 tinyint 1 0
0 FLD_ADDITIONAL_9 tinyint 1 0
0 FLD_ADDITIONAL_10 tinyint 1 0
0 FLD_ADDITIONAL_11 tinyint 1 0
0 FLD_ADDITIONAL_12 tinyint 1 0
0 FLD_ADDITIONAL_13 tinyint 1 0
0 FLD_ADDITIONAL_14 tinyint 1 0
0 FLD_ADDITIONAL_15 tinyint 1 0
0 FLD_ADDITIONAL_16 tinyint 1 0
0 FLD_ADDITIONAL_17 tinyint 1 0
1 FLD_SOLD bit 1 0

FLD_AUCTIONID must be set as the primary key.If you still need help pm me on msn or email me

email = [email protected]

msn = [email protected]

but copy this and it will work..ohh and you do not need to reboot..just reload configurastion and lists n stuff.
 
Upvote 0