[Release] New GM commands

Results 1 to 11 of 11
  1. #1
    Valued Member mar is offline
    MemberRank
    Nov 2006 Join Date
    142Posts

    [Release] New GM commands

    Patch ver.4.3 for MainSvrT.exe. New functions after applying:

    1) /addotp
    2) /addevasion
    3) /addabsorb
    4) /addresist
    5) /warbegin
    6) /warend
    7) /declare
    8) /buffoff - u can takeoff assassin mask and cancel some buffs - details in readme.txt

    *NEW in 4.3*

    9) /jmp change your position in Z axis. Argument can be positive or negative. Someting like jump ;)
    10) modified existing /portuser - porting players works also in Z axis now.


    buffoff argument is 0-255 value. Every bit is specific buff. You must play to learn. For example Assassin mask is 1...
    Attached Files Attached Files


  2. #2
    Account Upgraded | Title Enabled! QuikSilveR1 is offline
    MemberRank
    Jul 2008 Join Date
    SwedenLocation
    334Posts

    Re: [Release] New GM commands

    hehe, thanks.....usefull i quess^^ btw i got a lil tip what u could add^^

    add a command like /rgt = reset guild time

  3. #3
    Account Upgraded | Title Enabled! samsam is offline
    MemberRank
    Mar 2007 Join Date
    RussianLocation
    359Posts

    Re: [Release] New GM commands

    /Thanks alot ^^

  4. #4
    Apprentice taxi2000 is offline
    MemberRank
    Jun 2007 Join Date
    21Posts

    Re: [Release] New GM commands

    reset guild time commands would be very useful

    most of ppl would like to have it =D

  5. #5
    Enthusiast DJBL is offline
    MemberRank
    Aug 2008 Join Date
    37Posts

    Re: [Release] New GM commands

    do you need the patches before this one to apply this one?

    Because if i patch mainserver it crashed when command is entered

  6. #6
    Valued Member mar is offline
    MemberRank
    Nov 2006 Join Date
    142Posts

    Re: [Release] New GM commands

    Patch works only with exaclty one version of mainsvrt I suppose. I dont know wihich ver i got. I changed even its length so i cant say which verion it was

    There is no need to make another command for guild quitting pelnalty time. Simple kosp script is enough.

  7. #7
    Enthusiast Xerxes008 is offline
    MemberRank
    Apr 2008 Join Date
    41Posts

    Re: [Release] New GM commands

    /you rock /we want more :)

  8. #8
    Member killeraxe13 is offline
    MemberRank
    Aug 2007 Join Date
    Behind my ComputerLocation
    92Posts

    Re: [Release] New GM commands

    For the ones who need it, simple php script I made to reset guild time:
    PHP Code:
    <?php
    if($_SERVER['REQUEST_METHOD'] == 'POST')
    {
        if(isset(
    $_SESSION['reset']))
        {
            echo 
    "Dont spam my reset script nubcake!";
        }
        else
            {
            
    $connect mssql_connect('localhost''username''password');
                    
    mssql_select_db('kal_db'$connect);
            
    $update mssql_query("UPDATE GuildMember SET [Date] ='0' WHERE [Date] != '0' ");
            if(
    $update)
            {
                
    $_SESSION['reset'] = 'done';
                echo 
    "Succesfully reset all guild timers.";
            }
            else
            {
                echo
    "Something went wrong, timers not reset.";
            }
        }
    }

    ?>
    <form method="POST" action="">
        <table>
            <tr>
                <td><input type="submit" name="POST" value="Reset" /></td>
            </tr>
        </table>
    </form>

  9. #9
    Apprentice ZazaUAE is offline
    MemberRank
    Dec 2008 Join Date
    6Posts

    Re: [Release] New GM commands

    nice work bro keep up the new :)

  10. #10
    Proficient Member SpearoX is offline
    MemberRank
    Apr 2007 Join Date
    HOLLANDLocation
    197Posts

    Re: [Release] New GM commands

    nice release again :D keep it up

    greetings

  11. #11
    Apprentice DutchAngel166 is offline
    MemberRank
    Dec 2008 Join Date
    14Posts

    Re: [Release] New GM commands

    /warend doesnt work for me.. ty anyways nice commands
    Last edited by DutchAngel166; 08-02-09 at 04:34 PM. Reason: fixed my prob got new question now.



Advertisement