Jump to content

Rynbef

Members
  • Posts

    509
  • Joined

  • Last visited

  • Days Won

    7

Posts posted by Rynbef

  1. It looks simple, clean and modern. There are many projects which wasnt finished. I which u able to finish it and I whould like to know which features or main functions u've finished yet.

    I whould like to here about ur progress.

     

    Do u want to use it just for ur own or u want to share it sometime?

     

    Rynbef~

  2. @DEsMOnidk why u don't use the simplest way. U wanna unequip every equipment. Just use the *nude script command.

    weaponaccesspvp.txt

     

    Just to say:

    U use a lot of unused statements. U try to read the 2nd index (3rd entrie) of the array at OnPCKillEvent but the map array starts with index 0 and only two added.

    U don't need to use a switch(select()) for only one entrie. U can shorter it by if(select()) and no need of.case.

    If u only have one case u don't need break. Break is for skipping the other cases and jump after the switch statement.

    The script could be much shorter and easier to read.

     

    @DEsMOnI've restructure, rewritten and fixed the script completely. This was a bit confused. The error could prompt cause u forgotten () or doubled semicolon.

    Please try to compare the scripts to learn.

     

    //not tested

    weaponaccesspvp fixed.txt

     

    Rynbef~

  3. Try:

    screen -dmS login ./login-server && screen -dmS char ./char-server && screen -dmS map ./map-server

     

    The screens will run detached. U can attach like on previous posts already said.

     

    Rynbef~

  4. The easiest way is to install "screen" and run the server by:

    screen -S rathena ./athena-start start

    With: screen -R rathena u can attach the screen. U can detach with CTRL+A+D as @Royralready said.

    U can ofcourse use mtputty to create tabs for each screen. See example in previous post.

     

    Rynbef~

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.