any of the devs would like to upload latest database ? with all included so far.
im pretty sure DarkGts didnt give u permission to post that.Quote:
this is my first post here after i have something useful
Found this admin tools
thanx for the dev
[Only registered and activated users can see links. Click Here To Register...]
minimize the game server to work good
srry my sistem got error any way they mad because some time they find nothing when they searchQuote:
:cool:
and peeps are getting mad at me, when i say use the damn search
i wonder why :(
devs are right to post nothing in the mean time, before they are done
but but i want a invite to that private forum, just to read/search and try out the new thing :)
owel i need to find a new dream :pimp:
reported for spam, use the fucking edit
oh didnt read your post but its not only working with learn_all_skill....Quote:
BTW i already said this in my earlier post, but to get
#item_insert command to work, you first need to do the
#learn_all_skill("char name") command... then after that item insert will work... btw if you got a public server or more then 1 char.. then the items will go to whoever used the
#learn all skill command last
example: #learn_all_skill("test1")
now every inserted item goes to test 1 even if test2 writes
#insert_item(540063, 1, 1, 1, "test2") ... the item will show up in test1's inventory
NOTE: the learn all skill command makes you 170
did not know about working with other commands.. well thx for clearing that upQuote:
oh didnt read your post but its not only working with learn_all_skill....
you can do it with some different commands too!
and it was just a reminder for ppls who doesnt know that
not everyone reads the full topic
sry but tried it 1000000 time I get this error :)Quote:
I use different clients and repacks to try different things, but aor client + JW988's guide stuff works like a charm. The command works fine but for some weird reason not for everyone. You can also use the insert item procedure to insert items.
Found this while back here.Code:USE [Telecaster] GO DECLARE @return_value int EXEC @return_value = [dbo].[smp_insert_item] @IN_SID = 5009, --Change this Per Item @IN_OWNER_ID = 15, --Char ID @IN_ACCOUNT_ID = 0, @IN_SUMMON_ID = 0, @IN_AUCTION_ID = 0, @IN_KEEPING_ID = 0, @IN_CODE = 2010258, --Item Code @IN_IDX = 100, --Place in Inv (doesnt seem to matter) @IN_FLAG = 0, @IN_CNT = 1, --How Many you want @IN_LEVEL = 1, --Item Level @IN_ENHANCE = 0, -- Item + @IN_ENDURANCE = 100, @IN_GCODE = 1, @IN_REMAIN_TIME = 0, @IN_ELEMENTAL_EFFECT_TYPE = 0, @IN_ELEMENTAL_EFFECT_EXPIRE_TIME = N'1970-01-01 11:00:00.000', @IN_ELEMENTAL_EFFECT_ATTACK_POINT = 0, @IN_ELEMENTAL_EFFECT_MAGIC_POINT = 0 SELECT 'Return Value' = @return_value GO
Quote:
Msg 8114, Level 16, State 5, Procedure smp_insert_item, Line 0
Error converting data type nvarchar to int.
(1 row(s) affected)
Quote:
USE [Telecaster]
GO
DECLARE @return_value int
EXEC @return_value = [dbo].[smp_insert_item]
@IN_SID = 7890, --Change this Per Item
@IN_OWNER_ID = TheSuperKiller, --Char ID
@IN_ACCOUNT_ID = 0,
@IN_SUMMON_ID = 0,
@IN_AUCTION_ID = 0,
@IN_KEEPING_ID = 0,
@IN_CODE = 3630024, --Item Code
@IN_IDX = 21, --Place in Inv (doesnt seem to matter)
@IN_FLAG = 0,
@IN_CNT = 1, --How Many you want
@IN_LEVEL = 1, --Item Level
@IN_ENHANCE = 0, -- Item +
@IN_ENDURANCE = 100,
@IN_GCODE = 1,
@IN_REMAIN_TIME = 0,
@IN_ELEMENTAL_EFFECT_TYPE = 0,
@IN_ELEMENTAL_EFFECT_EXPIRE_TIME = N'1970-01-01 11:00:00.000',
@IN_ELEMENTAL_EFFECT_ATTACK_POINT = 0,
@IN_ELEMENTAL_EFFECT_MAGIC_POINT = 0
SELECT 'Return Value' = @return_value
GO
Ur owner id has to be the number id of ur chara in the database I.E. 1 for 1st chara and so onQuote:
sry but tried it 1000000 time I get this error :)
And the item doesnt show .
What I did :
btw : I searched alot And didn't find any answer
got it now ..... it should be number not the name ...... testing :)Quote:
Ur owner id has to be the number id of ur chara in the database I.E. 1 for 1st chara and so on
just go on telecaster and chara table, find ur chara and find its id i think its the sid not sure.