Page 1 of 1

Portal stone ID Number

Posted: Wed Aug 04, 2010 8:43 am
by bfvaaroe
Hey...

I hope you can help me

I Can't find the item number of portal stone

Re: Portal stone ID Number

Posted: Wed Aug 04, 2010 8:54 am
by SolidSnake
Try 3865, anyway you can use in game Alt + g, write 'Portal Stone', click on 'Item' and see results.

Re: Portal stone ID Number

Posted: Wed Aug 04, 2010 8:55 am
by filfritz
select * from etcitem where name = 'portal stone';

>> id: 3865

Bye

:mrgreen:

Re: Portal stone ID Number

Posted: Sat Aug 07, 2010 2:27 am
by pinkcore
filfritz wrote:select * from etcitem where name = 'portal stone';

>> id: 3865

Bye

:mrgreen:
Query "SELECT id FROM etcitem WHERE name = 'Portal Stone';" is more accurate, it only shows id :P