|
You last visited: Today at 03:24
Advertisement
help uni bag doesnt open when i right click it
Discussion on help uni bag doesnt open when i right click it within the EO PServer Hosting forum part of the Eudemons Online category.
01/20/2010, 22:46
|
#1
|
elite*gold: 0
Join Date: Aug 2007
Posts: 146
Received Thanks: 60
|
help uni bag doesnt open when i right click it
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
|
#2
|
elite*gold: 20
Join Date: Sep 2007
Posts: 1,767
Received Thanks: 1,746
|
Quote:
Originally Posted by Demonology
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
|
#3
|
elite*gold: 0
Join Date: Aug 2007
Posts: 146
Received Thanks: 60
|
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
|
#4
|
elite*gold: 246
Join Date: Jan 2008
Posts: 1,712
Received Thanks: 896
|
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
|
#5
|
elite*gold: 0
Join Date: Aug 2007
Posts: 146
Received Thanks: 60
|
is there a way to fix this?
|
|
|
01/21/2010, 01:54
|
#6
|
elite*gold: 0
Join Date: Nov 2009
Posts: 1,486
Received Thanks: 919
|
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
|
#7
|
elite*gold: 0
Join Date: Aug 2009
Posts: 347
Received Thanks: 114
|
Quote:
Originally Posted by Demonology
[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???
|
|
|
01/21/2010, 02:10
|
#8
|
elite*gold: 0
Join Date: Nov 2009
Posts: 1,486
Received Thanks: 919
|
haha..im also didnt see the action ID =.=
your item action id is wrong..check it..
|
|
|
01/21/2010, 02:53
|
#9
|
elite*gold: 0
Join Date: Aug 2007
Posts: 146
Received Thanks: 60
|
Quote:
Originally Posted by matrix89
lolz..This jobs code..
Wait..
Red line id code is same...how you make it??? 
|
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
|
#10
|
elite*gold: 0
Join Date: Nov 2009
Posts: 1,486
Received Thanks: 919
|
Quote:
Originally Posted by Demonology
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
|
#11
|
elite*gold: 0
Join Date: Aug 2007
Posts: 146
Received Thanks: 60
|
manequin db from drenferalis's tutorial
|
|
|
01/21/2010, 13:07
|
#12
|
elite*gold: 0
Join Date: Nov 2009
Posts: 1,486
Received Thanks: 919
|
give me the item id off the uni
|
|
|
01/21/2010, 16:08
|
#13
|
elite*gold: 20
Join Date: Sep 2007
Posts: 1,767
Received Thanks: 1,746
|
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!
|
|
|
Similar Threads
|
anyone know an autoclicker than can click without a main co window open?
02/13/2010 - Conquer Online 2 - 2 Replies
so does anyone know any? One that doesn;t require the conquer main window to be open, so i can use it minimized and do other stuff :)
|
Click Here!!..i wan buy ermm ermmm just click
01/19/2010 - Cabal Online Trading - 0 Replies
Any Player Cabal Chronicle,i wan buy cash cabal chronicle.
850 crones=RM 100 i need 5150 crone.
just pm me ya wan sell.
i bank in.
|
BOT doesnt OPEN shops
05/29/2007 - Silkroad Online - 8 Replies
well as the title sayfs my bot cant open shopes.
i play on a laptob with a wide screen many people say its bcouse of the resolution
or i have to restart bot and all that kinda stuff.
well if it is the resolution, i would love to know if someone knows on what i should put it.
can anyone help me out with this problem?
who knows how i can make my bot iopen shop again..
many many tnX TwankeR :)
|
All times are GMT +1. The time now is 03:25.
|
|