Re: [Help] Making Normal Items drop in Quest
Use this to make an procedure that will update the items
Quote:
GO
CREATE PROCEDURE spQuestItemUpdater
AS
BEGIN
UPDATE Items
Set Itemid = 25 WHERE Itemid = 525
Set Itemid = 27 WHERE Itemid = 526
Set Itemid = 28 WHERE Itemid = 527
END
change the item number to the numbers you want
Re: [Help] Making Normal Items drop in Quest
But one problem, the Quest items are not in the Table items
Re: [Help] Making Normal Items drop in Quest
Quote:
Originally Posted by
Rotana
But one problem, the Quest items are not in the Table items
Hmm.. you're right. Please don't tell me quest items are stored in the questiteminfo column of the character table... -.-
Btw, I appreciate your help alot.
Re: [Help] Making Normal Items drop in Quest
The quest items are stored in that tabe yes,
I just notce that, when i made that small procedure for and test it at mine database. I will look for something else, maybe i will find something
Re: [Help] Making Normal Items drop in Quest
It isn't called by MatchServer. So thats a custom procedure?
Re: [Help] Making Normal Items drop in Quest
An other point,
I just tried the xml files of ijji, but when i create a game with goblin king, Thats one of the scenario's where you get an reward, The server crash at loading of the game.
And i can't read the DMP file that the server made.
So i think its very hard to realise normale items as dropitems in gunz.
Re: [Help] Making Normal Items drop in Quest
If you just plop the ijji files in your server, it'll crash regardless of what scenario it is. It would take some tweaking.
Re: [Help] Making Normal Items drop in Quest
Damn.. I'm determined to figure this out.
The values in under the questiteminfo column seem to be encoded in some weird way. I'm gonna mess with those values a bit, maybe I can make some sense of it.. doubt it though.
Edit.. no, definately can't make any sense of this crap..
Some values:
[CODE]
Re: [Help] Making Normal Items drop in Quest
I suggest u all download and install Magic Translator.
It can translate korean, so we can read hints in XML-files. ;)
Re: [Help] Making Normal Items drop in Quest
Re: [Help] Making Normal Items drop in Quest
It Would Be Sweet To Drop Full Dragon Plate.....
Re: [Help] Making Normal Items drop in Quest
wtf lol this is Gunz not runescape XD
Re: [Help] Making Normal Items drop in Quest
No I Made A Item Called Dragon Plate Its The Brood Armor (Male) Recolored
Re: [Help] Making Normal Items drop in Quest
ooo alrighty.... had me confused... i was like, wtf is he talking about
Re: [Help] Making Normal Items drop in Quest