Jupeto Posted September 13, 2012 Posted September 13, 2012 (edited) How do the server save those values in mail table specifically when someone sent an elemental item. Here are the fields I want to know attributes, card0, card1, card2, card3. Be reminded that the item attached in the mail is an elemental weapon. I tried to send one and this is what I got in my mail table attribute = 0 ( I really don't know ) card0 = 255 ( I really don't know ) card1 = 4 which is wind ( I believe this is from 0 - 4 value, elements neutral, ice, earth, flame, and wind ) card2 = 18941 and the other row has 18942 ( this is what I suspect is the name of the forger, but where do that value came from? ) card3 = 2 ( I really don't know ) Edited September 13, 2012 by Jupeto Quote
clydelion Posted September 13, 2012 Posted September 13, 2012 This is neatly documented in doc/script_command.txt in *getitem2 section 1 Quote
Jupeto Posted September 13, 2012 Author Posted September 13, 2012 Oh!!! I see, Thanks +1 to you case solved! Quote
Question
Jupeto
How do the server save those values in mail table specifically when someone sent an elemental item.
Here are the fields I want to know attributes, card0, card1, card2, card3. Be reminded that the item attached in the mail is an elemental weapon.
I tried to send one and this is what I got in my mail table
attribute = 0 ( I really don't know )
card0 = 255 ( I really don't know )
card1 = 4 which is wind ( I believe this is from 0 - 4 value, elements neutral, ice, earth, flame, and wind )
card2 = 18941 and the other row has 18942 ( this is what I suspect is the name of the forger, but where do that value came from? )
card3 = 2 ( I really don't know )
Edited by Jupeto2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.