In which stored procedure can I change the character's starting position? (Is it possible to set that both CH and EU chars start at the same place?)
Is it possible to add starter items to storage? I mean if someone create a new character/account, there will be items in the storage.
it's all in there and you could also add some new lines in that code too add the start items.
Btw I just opend that stored procedure and the gameserver sends the start region xyz position but you can change the values in the query to use your spot.
it's all in there and you could also add some new lines in that code too add the start items.
Btw I just opend that stored procedure and the gameserver sends the start region xyz position but you can change the values in the query to use your spot.
I already changed some stuff at _addnewchar (instant 110, 99m sp, 999b gold etc.)
I also added some items like premium, global, but there's not enough space in the inventory to add all male + female sets + weapons + accessory :/ that's why i wanted to add them to storage
I already changed some stuff at _addnewchar (instant 110, 99m sp, 999b gold etc.)
I also added some items like premium, global, but there's not enough space in the inventory to add all male + female sets + weapons + accessory :/ that's why i wanted to add them to storage
isnt it possible to change the ammount of inventorry slots ?
There's no column related to inventory slots at the _Char table :/
I suggest you to open your eyes. I open the _Char table and what do I see in middle of all columns "InventorySize"
btw the storage items are stored somewhere and there is probably also a stored procedure so you could use that stored procedure to add the items in the storage.
Like lesderid said explore the database a bit
EDIT: @up read it again no one said it's a table it's a stored procedure it's under programmability -> stored procedures
I suggest you to open your eyes. I open the _Char table and what do I see in middle of all columns "InventorySize"
btw the storage items are stored somewhere and there is probably also a stored procedure so you could use that stored procedure to add the items in the storage.
Like lesderid said explore the database a bit
EDIT: @up read it again no one said it's a table it's a stored procedure it's under programmability -> stored procedures
I already changed some stuff at _addnewchar (instant 110, 99m sp, 999b gold etc.)
I also added some items like premium, global, but there's not enough space in the inventory to add all male + female sets + weapons + accessory :/ that's why i wanted to add them to storage
you can change inventory slots from char on shard , and it is - you should search for 45 on char table , because that's the deafult inventory slot