Jump to content

Recommended Posts

Posted

hello can some1 help me? i use interlude vault serwerpack v5 and i have problem...all s grade and custom items are shadow items and they are broken after something about 2h how can i change it? please helllp;p

Posted

?.? , go on mysql with the mysql management tool of your choice, and on etcitems table run a query to set the duration column value to -1. If you don't wanna get shadow items to -1 too, you should manually replace the values/make a query with the respected IDs for the items you wish to change.

 

http://www.mckoi.com/database/SQLSyntax.html

http://www.w3schools.com/sql/default.asp

 

Update `etcitems` SET `duration` = -1;

 

 

Topic locked

Already answered/wrong section

Guest
This topic is now closed to further replies.


×
×
  • Create New...