Jump to content

nobukadnezar

Members
  • Posts

    163
  • Joined

  • Last visited

Posts posted by nobukadnezar

  1. dear Peopleperson49,

    i tried you script on King Of Emperium Hill. It work fine but the emblem on the flag wont change even if it have been conquered by other guild. I have tried @refresh and relog but it just wont change. Unless i @reloadscript then it change.

    i dont know what wrong with this, this suppose to be doing fine

    OnInit:
    OnChangeKoE:if($KOEGUILD==0) { end; }
         flagemblem $KOEGUILD;end;
  2. Hi there,

     

    i tried to use mob for using bragis skill but it turn out like it cast skill forever. here's my script

     

     

    payon,155,228,4    script    tes skill#tes1    733,{
        mes "tesssss!";
        close2;
        areamonster "this", 154, 224, 154, 224, "Holy Plant", 1083, 20, strnpcinfo(0)+"::OnKilled";    
        end;
    
    OnKilled:
        mes "Do not kill these precious Holy Plant!";
        close;
        
    OnTimer5000:
    areamobuseskill    "payon",154,224,1,1083,"BA_POEMBRAGI",10,3000,1,e_gg,0;
        
    OnInit:
        initnpctimer;
        end;    
    }
    
     

     

    any idea?

  3. it still there... even if i turn everything off.  You know some server use kill announcement on woe castle. it's annoying since i cant communicate with my guild member properly. My chat is flooded with kill announce, So i am trying to figure it out how to fix this...

  4. I have Error


     

     

       156 :        }
       157 :
       158 :        mes "[ ^0033CC"+.@npcname$+"^000000 ]";
       159 :        mes "Don't die kid!";
       160 :        mes "You and your party will be warped immediately.";
    *  161 :        set .@instance,instance_create("300 Monsters"','.@party_id);
       162 :
       163 :        if ( .@instance < 0 ) {
       164 :                next;
       165 :                mes "[ ^0033CC"+.@npcname$+"^000000 ]";
       166 :                mes "Something seemed to have went awry...";

     

    after i check at rathena wiki about instance_create, it seems it have only 1 parameter http://rathena.org/wiki/Instance_create. but this code use 2?

  5. Hi Azura, I clearn the iptables file at etc/sysconfig/iptables first and Here's what i got from both step

    ]# ./clear-iptables

    iptables: No chain/target/match by that name

    iptables: No chain/target/match by that name

    iptables: No chain/target/match by that name

    iptables: No chain/target/match by that name

    iptables: No chain/target/match by that name

    iptables: No chain/target/match by that name

    iptables: Bad policy name

    iptables: Bad policy name

    # ./iptables-policy

    iptables: No chain/target/match by that name

    : command not foundline 2:

    'ptables v1.3.5: Invalid target name `ACCEPT

    Try `iptables -h' or 'iptables --help' for more information.

    'ptables v1.3.5: Invalid target name `ACCEPT

    Try `iptables -h' or 'iptables --help' for more information.

    : command not foundline 5:

    iptables: Bad policy name

    iptables: Bad policy name

    iptables: Bad policy name

    : command not foundline 9:

    'ptables v1.3.5: Invalid target name `ACCEPT

    Try `iptables -h' or 'iptables --help' for more information.

    'ptables v1.3.5: Invalid target name `ACCEPT

    Try `iptables -h' or 'iptables --help' for more information.

    : command not foundline 12:

    : command not foundline 13:

    'ptables v1.3.5: Invalid target name `ACCEPT

    Try `iptables -h' or 'iptables --help' for more information.

    : command not foundline 16:

    : command not foundline 17:

    'ptables v1.3.5: Invalid target name `ACCEPT

    Try `iptables -h' or 'iptables --help' for more information.

    'ptables v1.3.5: Invalid target name `ACCEPT

    Try `iptables -h' or 'iptables --help' for more information.

    'ptables v1.3.5: Invalid target name `ACCEPT

    Try `iptables -h' or 'iptables --help' for more information.

    'ptables v1.3.5: Invalid target name `ACCEPT

    Try `iptables -h' or 'iptables --help' for more information.

    'ptables v1.3.5: Invalid target name `ACCEPT

    Try `iptables -h' or 'iptables --help' for more information.

    'ptables v1.3.5: Invalid target name `ACCEPT

    Try `iptables -h' or 'iptables --help' for more information.

    : command not foundline 25:

    : command not foundline 26:

    'ptables v1.3.5: Invalid target name `ACCEPT

    Try `iptables -h' or 'iptables --help' for more information.

    'ptables v1.3.5: Invalid target name `ACCEPT

    Try `iptables -h' or 'iptables --help' for more information.

    : command not foundline 30:

    : command not foundline 31:

    # Generated by iptables-save v1.3.5 on Fri Jul 27 06:59:43 2012

    *mangle

    :PREROUTING ACCEPT [665:28352]

    :INPUT ACCEPT [664:28312]

    :FORWARD ACCEPT [0:0]

    :OUTPUT ACCEPT [1235:1675476]

    :POSTROUTING ACCEPT [1235:1675476]

    COMMIT

    # Completed on Fri Jul 27 06:59:43 2012

    # Generated by iptables-save v1.3.5 on Fri Jul 27 06:59:43 2012

    *nat

    :PREROUTING ACCEPT [5:268]

    :POSTROUTING ACCEPT [0:0]

    :OUTPUT ACCEPT [0:0]

    COMMIT

    # Completed on Fri Jul 27 06:59:43 2012

    # Generated by iptables-save v1.3.5 on Fri Jul 27 06:59:43 2012

    *filter

    :INPUT ACCEPT [1640:70315]

    :FORWARD ACCEPT [0:0]

    :OUTPUT ACCEPT [1233:1675228]

    COMMIT

    # Completed on Fri Jul 27 06:59:43 2012

    Asura, i accidently typed /sbin/iptables --policy INPUT DROP in console and now i can't access to my vps trough anything. Is there any way to shut the firewall down?

×
×
  • Create New...