help uni bag doesnt open when i right click it

01/20/2010 22:46 Demonology#1
i get this system message but idk what it means

19001200: [19001201,19001204]. type[508], data[0] param:[7 0 50].

19001201: [19001210, 19001202]. type[1001], data[0], param:[profession == 10].

19001202: [19001220,19001203]. type[1001], data[0], param:[profession == 20].

19001203: [19001230,0]. type[1001], data[0], param:[profession == 30].

19001230: [19001231,0]. type[502], data[729328], param:[].
any ideas on how to fix it?
01/20/2010 23:26 funhacker#2
Quote:
Originally Posted by Demonology View Post
i get this system message but idk what it means

19001230: [19001220,19001203]. type[1001], data[0], param:[profession == 20].

19001230: [19001220,19001203]. type[1001], data[0], param:[profession == 30].

19001230: [19001220,19001203]. type[729328], data[0], param:[].

any ideas on how to fix it?
You have writen it incorrectly.

Because you have 3 ID's the same number they should be something different as should your id_next and id_nextfail.

Your last type is completely wrong but again I think you got that from the data field as for the first two they are checking if you are either warrior and or paladin I am thinking there is more to this code then just those three lines. Please clear your chat before opening then open and write all the code here correctly. Without that we can't help you.
01/20/2010 23:57 Demonology#3
yeah that wasnt the whole thing here it is

19001200: [19001201,19001204]. type[508], data[0] param:[7 0 50].

19001201: [19001210, 19001202]. type[1001], data[0], param:[profession == 10].

19001202: [19001220,19001203]. type[1001], data[0], param:[profession == 20].

19001203: [19001230,0]. type[1001], data[0], param:[profession == 30].

19001230: [19001231,0]. type[502], data[729328], param:[].
01/21/2010 00:27 King_Arthur#4
19001200 is checking to see if you have 7 free spaces in your inventory and it succeeds
19001201 is checking to see if you are a mage and it fails
19001202 is checking to see if you are a warrior and it also fails
19001203 is checking to see if you are a paladin and it succeeds
19001230 is trying to delete an item with the id of 729328 and it fails. Its set to end on a failure. (id_nextfail = 0)
01/21/2010 00:51 Demonology#5
is there a way to fix this?
01/21/2010 01:54 PraDevil[ELITE]#6
try to change the type 502 to 501..from what i know the type action like king_athur said..type 502 is the function to delete the item from your inventory..and 501 is giving to you:)
01/21/2010 02:00 matrix89#7
Quote:
Originally Posted by Demonology View Post
[profession == 20].
[profession == 30].
lolz..This jobs code..

Wait..
Quote:
19001230: [19001220,19001203]. type[1001], data[0], param:[profession == 20].
19001230: [19001220,19001203]. type[1001], data[0], param:[profession == 30].
19001230: [19001220,19001203]. type[729328], data[0], param:[].
Red line id code is same...how you make it???:confused:
01/21/2010 02:10 PraDevil[ELITE]#8
haha..im also didnt see the action ID =.=
your item action id is wrong..check it..
01/21/2010 02:53 Demonology#9
Quote:
Originally Posted by matrix89 View Post
lolz..This jobs code..

Wait..


Red line id code is same...how you make it???:confused:
yeah i typed it wrong its actually this

19001200: [19001201,19001204]. type[508], data[0] param:[7 0 50].

19001201: [19001210, 19001202]. type[1001], data[0], param:[profession == 10].

19001202: [19001220,19001203]. type[1001], data[0], param:[profession == 20].

19001203: [19001230,0]. type[1001], data[0], param:[profession == 30].

19001230: [19001231,0]. type[502], data[729328], param:[].
01/21/2010 05:40 PraDevil[ELITE]#10
Quote:
Originally Posted by Demonology View Post
yeah i typed it wrong its actually this

19001200: [19001201,19001204]. type[508], data[0] param:[7 0 50].

19001201: [19001210, 19001202]. type[1001], data[0], param:[profession == 10].

19001202: [19001220,19001203]. type[1001], data[0], param:[profession == 20].

19001203: [19001230,0]. type[1001], data[0], param:[profession == 30].

19001230: [19001231,0]. type[502], data[729328], param:[].
ya..nvm..but for the bag off your uni must NOT HAVE THE PROFEESION action..your item action id was wrong..your should find the real cq_action for them or u can make a new cq_action id..what DB u use i will try to find out..
01/21/2010 12:52 Demonology#11
manequin db from drenferalis's tutorial
01/21/2010 13:07 PraDevil[ELITE]#12
give me the item id off the uni
01/21/2010 16:08 funhacker#13
Your action id in the item is completely wrong. The code running is obviously for the newbie gift. I know this because of the amount of item space it is hoping for along with the profession setup. The reason for the failure is because you actually don't have that item in your bag due to the action id mix up. I think the uni types are about 527/526 not too sure been a while but your code should be something like


508-0-1 0 52
126-0-You do not have enough space in your eudemon bag!
526-0-
502-%itemID-
126-0-Congratulations on the new X* Universal!