Thread: command..

Page 3 of 4 FirstFirst 1234 LastLast
Results 31 to 45 of 52
  1. #31
    monophobic's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    270
    Reputation
    10
    Thanks
    55
    My Mood
    Cool
    as in its not catching the send_item_mail (name) (item id) <----
    as in we are putting the item in the wrong place maybe?
    something between ur receiver and item sent?
    Its ok to hate me
    im used to it

    Forum lurker

  2. #32
    Halosheep's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    My home, in the mountains behind yours.
    Posts
    429
    Reputation
    12
    Thanks
    56
    My Mood
    Happy
    I haven't been testing the command at all, but maybe the item ID is used at the end?
    Too many variables for easy testing.

  3. #33
    monophobic's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    270
    Reputation
    10
    Thanks
    55
    My Mood
    Cool
    maybe sum1 knws a command that sells to mp and we could possibly alter the command to make it fit for our needs here?
    like if it uses cost or gold or coin or something like that to make the transaction
    Its ok to hate me
    im used to it

    Forum lurker

  4. #34
    sephiroth30's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    san jose
    Posts
    22
    Reputation
    6
    Thanks
    1
    My Mood
    Amused
    I've been testing the command as well and it seems I have had the same amount of bad luck as everybody else.

    Guess item making isn't that easy

  5. #35
    jklpoi890's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    62
    Reputation
    10
    Thanks
    1
    My Mood
    Twisted
    maybe some hfs files have clues on how to do this send item cmd.
    Just guessing...but too lazy to go over all hfs files.

  6. #36
    monophobic's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    270
    Reputation
    10
    Thanks
    55
    My Mood
    Cool

    hfs

    Quote Originally Posted by jklpoi890 View Post
    maybe some hfs files have clues on how to do this send item cmd.
    Just guessing...but too lazy to go over all hfs files.
    im staring at 1016 unzipped hfs folders right now
    there not helping :/
    and i have found the mail one :[

    wish i could read allllll the hfs files
    but im not that smart :[
    Its ok to hate me
    im used to it

    Forum lurker

  7. #37
    jklpoi890's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    62
    Reputation
    10
    Thanks
    1
    My Mood
    Twisted
    Quote Originally Posted by monophobic View Post
    im staring at 1016 unzipped hfs folders right now
    there not helping :/
    and i have found the mail one :[

    wish i could read allllll the hfs files
    but im not that smart :[
    You have?
    Can u tell me whcih hfs file is the mail one? PLZ

  8. #38
    Karleo's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    CA
    Posts
    524
    Reputation
    24
    Thanks
    82
    Quote Originally Posted by jklpoi890 View Post
    You have?
    Can u tell me whcih hfs file is the mail one? PLZ
    Not even 5 minutes later and already a "PLZZZ" statement lol.

  9. #39
    jklpoi890's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    62
    Reputation
    10
    Thanks
    1
    My Mood
    Twisted
    Quote Originally Posted by Karleo View Post
    Not even 5 minutes later and already a "PLZZZ" statement lol.

    I am not asking him to tell me how to create items
    just wish he can tell me where can i find that hfs file..
    sor, I got to serious
    Last edited by jklpoi890; 04-27-2011 at 08:11 PM.

  10. #40
    Karleo's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    CA
    Posts
    524
    Reputation
    24
    Thanks
    82
    Quote Originally Posted by jklpoi890 View Post
    I am not asking him to tell me how to create items
    just wish he can tell me where can i find that hfs file..
    btw..
    we are here to find a solution, not talking shiz to others.
    I know it just seemed ironic,it was just at joke afterall

  11. #41
    monophobic's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    270
    Reputation
    10
    Thanks
    55
    My Mood
    Cool
    im lookn for the hfs again lost it in the pile >.>
    Its ok to hate me
    im used to it

    Forum lurker

  12. #42
    Piyo's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    74
    Reputation
    10
    Thanks
    2
    Yeah, maybe if we all were looking at the same hfs file it might be easier to come up with something.. Lol I'll dig through my zips too

  13. #43
    jklpoi890's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    62
    Reputation
    10
    Thanks
    1
    My Mood
    Twisted
    found something about ep 8...
    haven't found hfs files about the mail so far..

  14. #44
    s4itox's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Posts
    99
    Reputation
    19
    Thanks
    12
    If send_mail is anything to go by, the first two parameters of send_item_mail will definitely be recipient and mail subject in that order.The problem thereafter lies in the rest of the parameters; what's still needed is 'message', 'mail type (regular or express)', 'coin (send gold? cash on delivery?)', and an item being sent as well. As previously mentioned, sending a mail with COD and no item will get the error message currently being encountered; indicating that people trying to use this command are simply having the parameters in the wrong order. (my personal guess would be 'send_item_mail [recipient_name] [mail_title] [mail_content] [mail_item] [cash/cod] [mail_type]', though it is most likely wrong).
    With all that being said, even if we do manage to get this to not spew errors, as previously mentioned this could simply be a redundant command or red herring.

  15. #45
    jklpoi890's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    62
    Reputation
    10
    Thanks
    1
    My Mood
    Twisted
    Quote Originally Posted by s4itox View Post
    If send_mail is anything to go by, the first two parameters of send_item_mail will definitely be recipient and mail subject in that order.The problem thereafter lies in the rest of the parameters; what's still needed is 'message', 'mail type (regular or express)', 'coin (send gold? cash on delivery?)', and an item being sent as well. As previously mentioned, sending a mail with COD and no item will get the error message currently being encountered; indicating that people trying to use this command are simply having the parameters in the wrong order. (my personal guess would be 'send_item_mail [recipient_name] [mail_title] [mail_content] [mail_item] [cash/cod] [mail_type]', though it is most likely wrong).
    With all that being said, even if we do manage to get this to not spew errors, as previously mentioned this could simply be a redundant command or red herring.
    ahh..my head gona explode~
    and the problem is at the cash/cod part..
    how can u pick which one u want through the console?
    btw, anyone finds mail related hfs files?
    Last edited by jklpoi890; 04-27-2011 at 11:33 PM.

Page 3 of 4 FirstFirst 1234 LastLast