Jump to content

eirwanda182

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by eirwanda182

  1. Hello rAthena, im new to the script and  need some help to fix this error

    i'm using this script, i found this script on rAthena and they said would unequip the item whenever they re-equip it again.

    and i saw this error on map server and keep spaming when player stay on map.

     

    i want the script looks like this:

    - Unequip when player enter the map and unequip when they trying to using the blocked equipment

     

     

    Thank you rAthena.

    Quote

    -    script    cvc    -1,{

    OnPCLoadMapEvent:
    while( strcharinfo(3) == "guild_vs1" ){
            unequip EQI_GARMENT;
            unequip EQI_ARMOR;
            sleep2 2000;
            }
        end;
    }

    image.png.d521e19829c2e3720bb7484952d2496a.png

  2. Hello rAthena, i really need some help about this

    Example:

    Spoiler

    image.png.169ad77b64e09c22f0e05f7e84a639a3.pngimage.png.0be4607abe0250ff6fc9741b05723e1e.png

    Item DB :

    Spoiler

       - Id: 32539
        AegisName: icelandicwing
        Name: icelandicwing
        Type: Armor
        Locations:
          Costume_Head_Low: true
        EquipLevelMin: 1
        View: 1939

    - Id: 32540
        AegisName: leopardearhat
        Name: leopardearhat
        Type: Armor
        Locations:
          Costume_Head_Top: true
        EquipLevelMin: 1
        View: 1940

    accessoryid.lub:

    Spoiler

    ACCESSORY_icelandicwing = 1939,

    ACCESSORY_leopardearhat = 1940,

    accname.lub:

    Spoiler

    [ACCESSORY_IDs.ACCESSORY_leopardearhat] = "_leopardearhat",

    [ACCESSORY_IDs.ACCESSORY_icelandicwing] = "_icelandicwing",

     

    Case: When I'm using both of them together, the wings aren't showing. It works with some others sprite, and the rest is just same like Leopard+Wings

    Spoiler

    image.png.f4a77a984fa0588f898da05c44616825.pngimage.png.260058fb57f83b79e9dd549bb8ad27b5.png

     

    Thank you rAthena

    image.png

    image.png

×
×
  • Create New...