[HELP]Level limit of Items

04/12/2015 23:11 Rafaelo619#1
Hi guys.I would like to know how to change the level limit of an item.For example i got a bell that can be equipped from level 75 but i wanna change it to 105.All opinions appreciated :)
04/13/2015 12:48 Ðαrkbøζζ#2
Hey, you can Change it in your database.
Choose in mysql the database "Player" and then choose the table "item_proto"
here you find a column "Level".

Sorry for my bad english :-( Hope it was helpfull :P
04/13/2015 13:47 Rafaelo619#3
thank you dude :)
04/13/2015 16:22 Nick#4
Quote:
Originally Posted by Ðαrkbøζζ View Post
Hey, you can Change it in your database.
Choose in mysql the database "Player" and then choose the table "item_proto"
here you find a column "Level".

Sorry for my bad english :-( Hope it was helpfull :P
There is no column for the level, setting the value in the column 'limittype0' to 1 will cause the item can only be equipped if the player level corresponds to the value in the following column 'limitvalue0'.

e.g. limittype0 = 1, limitvalue0 = 75 will cause the item can only be equipped with player level 75.

Greetings