Re: [Release] Add Item to NPC
You cud add a retrieval for every Table if the item exists there already - otherwise it'll cause error - furthermore you can shorten those 8 variables to 3 in total actually :)
And please change the 'SRO_VT_SHARD_INIT' into 'SRO_VT_SHARD' that's the common name for the DB.
Anyway nice work ^^
Re: [Release] Add Item to NPC
Wow great job. Do you think this will work with adding white wolf to npc?
Posted via Mobile Device
Re: [Release] Add Item to NPC
Quote:
Originally Posted by
Caipi
You cud add a retrieval for every Table if the item exists there already - otherwise it'll cause error - furthermore you can shorten those 8 variables to 3 in total actually :)
And please change the 'SRO_VT_SHARD_INIT' into 'SRO_VT_SHARD' that's the common name for the DB.
Anyway nice work ^^
I'm still a n00b with mssql and don't messed that much with the syntax now. but feel free to edit it :P
Re: [Release] Add Item to NPC
Re: [Release] Add Item to NPC
http://forum.ragezone.com/f722/relea...21/index2.html Look at my second last post :) just to emphasize what I mean, it's nice anyway ^^
Re: [Release] Add Item to NPC
Re: [Release] Add Item to NPC
Re: [Release] Add Item to NPC
Quote:
Originally Posted by
SL1MSH4DY
Wow great job. Do you think this will work with adding white wolf to npc?
Posted via Mobile Device
Yeah but at this point you only need to add Refprice and Refshop txt and table :) Because refscrap/package are already definied.
Re: [Release] Add Item to NPC
Re: [Release] Add Item to NPC
Hean;
Y'know the table editing skill moobs and drop?
Re: [Release] Add Item to NPC
Re: [Release] Add Item to NPC
Re: [Release] Add Item to NPC
very nice i was working on something like that but with web application you have to make some validations first (check the item exists and enabled .. calculate the slot automatically ..) but really nice effort thank you
Re: [Release] Add Item to NPC