Would you help me ?

01/19/2012 01:32 shadedurza#1
Thanks primarily;

1-I would like to be,when creates a character inventory in the all 11d seal of nova +7 full blue items.

2-When creates a character to get 3 inventory page.

3-When creates a character to get 110 lvl 20m sp 100m gold.

4-European characters arise in Jangan

I know a little bit difficult,thanks again ( sorry for my bad english )
01/19/2012 01:53 Kape7#2
All of that can be added editing the stored procedure used when you create a character (cant remember the name right now but it has been mentioned many times on this forum).
01/19/2012 02:01 shadedurza#3
How do i search ? impossible to find :(
01/19/2012 02:26 Kape7#4
Quote:
Originally Posted by shadedurza View Post
How do i search ? impossible to find :(
[Only registered and activated users can see links. Click Here To Register...]

That's on _AddNewChar stored procedure on shard database. Edit it and execute the query. Those are the starter items, if you investigate a bit about stored procedures you can do the rest.
01/19/2012 02:42 shadedurza#5
I know them.

110lv , 20m sp , 100m gold : ok
Inventory pages : ok

Need : items , region now

Edit : I dont know how to add blue,+,%100 stats

region is ok

i need full blue +7 items :( npc or inventory
01/19/2012 06:11 Bаne#6
Like he stated before, find the procedure that declares what your character get's on creation, and add these new items in! :P
01/19/2012 18:06 shadedurza#7
still could not :(
01/20/2012 00:17 IceAmStiel#8
Adding 100% Blue/White Items through the procedure _ADD_ITEM_EXTERN isn't possible - that's prolly what he meant.

Try the Stored Procedure "_SMC_ADD_ITEM" out, there you can add your desired parameters for blues/white stats - play around with them or look the parameters up from a 100% blued item. The rest shouldn't be a problem :)

Click on "Modify", there are the variables listed