Jump to content

AceofSpades

Members
  • Posts

    45
  • Joined

  • Last visited

Posts posted by AceofSpades

  1. 27 minutes ago, abdol said:

    and i also want to add death penalty each time the player dies 50% of his farmed items will be deleted 

    Here is the Script

     

    prontera,145,155,5    script    NFT Zone    757,{
    waitingroom "NFT  Zone",0;

    mes "Would you like to go to to the NFT Zone?";
    switch(select("Yes[^FF0000"+getmapusers("guild_vs5.gat")+"^000000]:No")) {
    case 1:
    if(class == 0 || class == 0 || class == 0) {
    warp "guild_vs5" ,50,50;
    }
    else {
    mes "I'm sorry but you need to be a Novice in order to enter this room.";
    close;
    }

    case 2:
    close;
    }

    OnInit:
    waitingroom "NFT Zone",0;
    end;
    }

    guild_vs5,25,26,3 script Exit 729,{
    mes "[^ffaa7fNFT Zone^000000]";
    mes "Would you like to leave?";
    menu "Yes let me leave!",-,"No I want to stay!",L_Stay;
    mes "Goodbye!";
    close2;
    sleep 500;
    warp "prontera",156,191;

    L_Stay:
    mes "Then stay in this room!";
    close;
    }
    // Mob Spawn
    guild_vs5,0,0,0,0    monster    Gcash Plant    1750,300,0,0,0
    //mapflag
    guild_vs5 mapflag nowarp
    guild_vs5 mapflag nowarpto
    guild_vs5 mapflag noteleport

    update and change your script from.

    guild_vs5,0,0,0,0    monster    Gcash Plant    1750,300,0,0,0

    to this

    guild_vs5,0,0,0,0    monster    Gcash Plant    1750,300

  2. 3 minutes ago, Florida said:

    Hello everyone.

     

    I'm trying to install flux on a cPanel hosting, I've uploaded a fresh copy into my host, configured everything correctly, yet I'm getting a 404 page once I visit the installer.

        'ServerAddress'                => 'mydomain.com',
        'BaseURI'                    => '', 

     

    image.png.fb8d27c4f9d2506310f6ca7ce9c0ea7d.png

     

    Can someone help me on this?

     

     

    Set ur ip address and mysql account at servers.php 

  3. On 11/29/2018 at 8:12 AM, Diana said:

    I edited the ports and IPs in the server.php but still not working 

    any help please?

    ** Edit : I opened the ports in my Cloud and still the same?

    HPqOtAs.png

     

     

    double check your server.php and make sure your ip is correct.....

  4. 18 hours ago, Luigi said:

    Hello everybody.

    I just put my server online on a external VPS server. It is running nice and players are able to join. The problem is that I CAN'T join my own server. I think is there something with my inter net configuration, because I use the apartment local network.

     

    It's like that, the land lord set a internet connection for every apartment in the building and I use it to connect to my own router.

    internet connection >> building routers >> my router >> pc

    When I try to connect I am able to login and after I select the server the communications are stopped and I can't connect to char server and login, char and map server are all setted with the server wan ip.

    My sclientinfo.xml is setted with server wan ip and I tried every sort of subnet_masks and it changes nothing.

    My last try was making a ssh tunnel to the server, changing my sclientinfo.xml to 127.0.0.1 and I could make it into the char server, but failed to join map server.

    Can anyone help me fixing this?

     

    Thanks!

    try to use your ip from cmd "ipconfig /all"

  5. 15 hours ago, JustinWarz said:

    Config on what sir? i already checked all of the conf files and fixed its ips. i dont know where i did wrong 😞

    Error]: Using the default user/password s1/p1 is NOT RECOMMENDED.
    [Notice]: Please edit your 'login' table to create a proper inter-server user/pa
    ssword (gender 'S')

     

    check your database then edit your username, password in char,,,map,,log.conf and in your MYSQL

  6. 20 hours ago, Musika6988 said:

    Hi rAthena!

    Can anyone kindly share a link on a "Latest Stable Client + Clean Server Files with working Title and Achievement System" 2015 and above maybe, if there is one?

    I'm willing to pay also if necessary just send me a PM and we'll talk about the price.

    Sorry, I can't seem to make my own because I'm using a very old PC. All it can manage is adding Custom Items, Monsters, Maps, etc. But building a server from scratch, some needed programs can't be installed.

    Hope someone will hear me out.

    me I have server files with custom items added

    • Love 1
  7. 5 hours ago, salmanshaikh14 said:

    do you mean by this ?  /conf/battle/battle.conf

     

    // Are arrows/ammo consumed when used on a bow/gun?
    // 0 = No
    // 1 = Yes
    // 2 = Yes even for skills that do not specify arrow consumption when said
    //	 skill is weapon-based and used with ranged weapons (auto-guesses which
    //	 skills should consume ammo when it's acquired via a card or plagiarize)
    arrow_decrement: 1

    i need specific arrow to be unlimited not all

     

     for example silver arrow will not be consumed but rest arrow will

    try edit at itemdb.txt in your server files

  8. 3 hours ago, salmanshaikh14 said:

    is there any way we can make specific arrow unlimited not all arrow will be unlimited they will be consumed, but some arrow will be unlimited. 

    check the client.conf then edit the ammuniation consume then make it 0....

×
×
  • Create New...

Important Information

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