Welcome to the RaGEZONE - MMORPG development forums.

help on commands

This is a discussion on help on commands within the Conquer Tutorials forums, part of the Conquer Online category; hello.. i am trying to mack a command for my sources like /cyclone to get cyclone and cyclone never goes ...

Results 1 to 5 of 5
  1. #1
    Member
    Rank
    Member
    Join Date
    Feb 2008
    Posts
    87
    Liked
    0

    help on commands

    Click
    hello..
    i am trying to mack a command for my sources like /cyclone to get cyclone and cyclone never goes a way untell you type it agen or type somting like /rcyclone plz help me if you can
    ow ya im using lotf sorces lol hard for you to help me if you dont no what sorces im using xd well help if you can sorry if i have bad spelling

  2. #2
    Account Upgraded | Title Enabled!
    Rank
    Member +
    Join Date
    Jan 2008
    Location
    In ur mom!
    Posts
    418
    Liked
    0

    Re: help on commands

    Im not really Sure just add a command line and put Xp.Cylone=on or something i will find out
    HA HA IM WITH YOUR MOM AND YOU CANT STOP ME!

  3. #3
    Member
    Rank
    Member
    Join Date
    Feb 2008
    Posts
    87
    Liked
    0

    Re: help on commands

    k ty for the help il go try it

  4. #4
    Member
    Rank
    Member
    Join Date
    Feb 2008
    Posts
    87
    Liked
    0

    Re: help on commands

    um dotn work
    i trys using and when i type /cyclone it will come up for like 1 sec then it goes a way it may be someting smeile im still a lite new at this codding thangy


    Code:
     
    if (Splitter[0] == "/cyclone")
    {
    MyChar.CycloneOn = true;
    SendPacket(General.MyPackets.Vital(MyChar.UID, 26, MyChar.GetStat()));
    }

  5. #5
    Member
    Rank
    Member
    Join Date
    Feb 2008
    Posts
    87
    Liked
    0

    Re: help on commands

    any help??

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •