Jump to content

Sallycantdance

Members
  • Posts

    830
  • Joined

  • Last visited

Posts posted by Sallycantdance

  1. hello good afternoon everyone i want to disable the used of body reloc when the champion is in trap, web and in close confined space, i already tried this but i got errors im using the latest rathena

     

    Quote

     

        case MO_BODYRELOCATION:
            if ( map_count_oncell(src->m,x,y,BL_NPC,0) ) {
                clif_skill_fail(sd,skill_id,USESKILL_FAIL_LEVEL,0);
                return 0;
            }

            // Block skill usage while you have SC_SPIDERWEB status
            if(sc&& sc->data[SC_ANKLE])
                break;

            if (unit_movepos(src, x, y, 2, 1)) {

     

     

  2. 32 minutes ago, Start_ said:

    It's on server side -> Try find it on conf folder. (Maybe item or player)

    got it thanks bro 

    item.conf

    // Hide n last characters of player's name with asterisk (*) when the player
    // obtained an item with special broadcast flag or refined an item at a level with broadcast flag.
    // Note: Players with short names can be fully converted to asterisks if this
    // config value is set high.
    broadcast_hide_name: 0

  3. hello im trying to implement the whole player ign after the announce is broadcast but im always getting error while editing this part

    [ %s ] killed the monster %s and got a %s!!# is there anyway to edit this from ign** to complete ign

    1.png

  4. 15 minutes ago, Start_ said:

    Missing texture files. I can't tell which files but it's friend and party window texture file related.

    i try to put the entire basic_interface folder to check it and after trying it it still crashes, i think it was not the problem 

  5. hello im using the latest rathena emmulator 

    packet.h set to
    #define PACKETVER 20220406 

    client side is Froggo Rö Folder im using 20220406  exe 

    after i click the alt + z the friend and party settings setup tab is appearing there's no problem in the party tab but after i click the circle in the friend tab the client crash do you have any idea how to fix this 

     

    1.png

    2.png

  6. 56 minutes ago, Chaos92 said:

    maybe u mistakenly some settings anywhere then. maybe its using usa rather than kr ? or any.

    Depends on your setup. also make sure the ports are opened.

    im using the latest rathena and frogos client side , how can i check if its looking for  usa rather than kr? anyways ty for your time

  7. 12 hours ago, Chaos92 said:

    latest rathena already have that implemented. doesnt need to pull anymore.

    i already tried the latest rathena but still the guild emblem is not showing i also apply your guide here
     

    After that, run query SQL sql-files/web.sql so that your database will create the table required for web server.

    Then recompile since u used Centos, can recompile as usual

    ./configure
    make clean
    make sql
    make web
    make server

    the only thing i didnt do is to get the pull in github since you said earlier that the latest rathena is already has it and i didnt edit anything in this part

    Then, setting inter-athena.conf for web server, and web athena.conf if needed. 

    im also done in editing it here 
    ExternalSettings_kr.lub
    since it working in my offline server

  8. On 7/1/2021 at 1:45 AM, Chaos92 said:

    Use this PR. Easy since its included in rAthena.

    https://github.com/rathena/rathena/pull/5731

    hello can you give more details or complete guide how to apply this to the server side? im also having a problem in my online server in offline i already fixed the emblem issue by editing the ExternalSettings_kr file but after i upload my server to my vps and edit the ip in the externalsettings im getting this message 

    [Info]: IP [POST /emblem/download] 200
    [Info]: IP POST /emblem/upload] 200
    [Info]: IP [POST /emblem/download] 200

    and after searching here in rathena i find your answer here but i dont know how to pull in git so im asking you sir if you can guide me where should i  can edit it manually in the server side thank you in advance
     

     

  9. hello im having this warning message, anyone knows how to fix this? thank you

     

    Quote

    [Warning]: clif_process_message: Player 'PLAYER IGN' sent a message too long ('ONE TIME I WAS MASTURBATING OUTSIDE A BAR IN CAPITOLA. A POLICE OFFICER SHINED HIS LIGHT INTO THE ALLEY AND FOUND ME WITH MY PANTS DOWN. I EXPLAINED THAT I WAS TAKING A LEAK. FOR MY TROUBLES, THE OFFICER GAVE ME A LECTURE ABOUT HOW I COULD BE CHARGED WITH')!

     

    Screenshot 2025-05-24 221428.png

  10. On 5/23/2025 at 1:24 AM, Racaae said:

    Put this in \conf\import\battle_conf.txt. Then save the file and use @reloadbattleconf or restart the server.

    skill_trap_type: 1

     

    Thank you so much!

  11.  hello im wondering how to edit gm permission event its level 99 it cant drop the item or cant trade if the item is not tradable or droppable  so i cant test the item on time without using normal player ty

    - Id: 99
        Name: Admin
        Level: 99
        Inherit:
          Support: true
          Law Enforcement: true
        LogCommands: true
        Permissions:
          can_trade: true
          can_party: true
          command_enable: true
          all_skill: false
          all_equipment: false
          skill_unconditional: false
          use_check: true
          use_changemaptype: true
          all_commands: true
          channel_admin: true
          can_trade_bounded: true
          item_unconditional: false
          bypass_stat_onclone: true
          bypass_max_stat: true
          macro_register: true
          trade_unconditional: true
          #all_permission: true

×
×
  • Create New...