Hey i got problem with talisman pimping example 17/17/7 etc..
I made set prefix, prefix into server files, prefix into config.pk , inititem ... and db.exe ofcourse but when i made relog armor or weapon still clean :S
Any idea to fix?
Printable View
Hey i got problem with talisman pimping example 17/17/7 etc..
I made set prefix, prefix into server files, prefix into config.pk , inititem ... and db.exe ofcourse but when i made relog armor or weapon still clean :S
Any idea to fix?
did you create a stored procedure for it?
Code:ELSE IF (@prefix = XXX)
begin
--18/18/8 Physical
UPDATE [Item] SET UpgrLevel = 18, XHit = 8, XAttack = 18 WHERE IID = @iid
end
ELSE IF (@prefix = XXX)
begin
--18/18/8 Magical
UPDATE [Item] SET UpgrLevel = 18, XHit = 8, XMagic = 18 WHERE IID = @iid
end
Yes im created :S