Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 10/20/20 in all areas

  1. 1 point
    AnnieRuru

    custom statue NPC

    ok so I have been annoyed by some people claiming that statue doesn't work so I tackle this topic instead -> https://rathena.org/board/topic/125602-statue-npc-not-pvp-rankings/ let GM do whatever they want with this npc, let it disguise as a player to reward them as a champion in an event, or just to shame a player for doing wrong things whatever Download: 1.4 script Remember the color code remember Navigation link and Item Link
  2. 1 point
    AnnieRuru

    Punching Bag

    no idea why that script doesn't work, it works fine in my test server but if you want a punching bag that can never be kill, then use setunitdata and make it crazy high hp - script Punching Bag FAKE_NPC,{ OnInit: .mobid = monster("prontera",158,183, "Punching Bag", BARRICADE, 1, "Punching Bag::OnInit"); setunitdata .mobid, UDT_MAXHP, 2000000000; OnTimer10000: setunitdata .mobid, UDT_HP, 2000000000; initnpctimer; end; }
  3. 1 point
    AnnieRuru

    custom statue NPC

    1.4a - script - fix a bug when there is no text line and insert an empty space, causes Complete Setup doesn't work - fix a missing sprite change from LOOK_ROBE
  4. 1 point
    AnnieRuru

    Dota PVP Ladder

    select * from item_db where type = 5 and equip_locations & 4 and view_sprite > 0; yeah my RO knowledge is again outdated, never thought robes can show sprite change 3.6 - script - fix a missing sprite change from LOOK_ROBE PS: why the wings on my character is being chop off but the statue is display correctly ? WTF ??
  5. 1 point
    gidzdlcrz

    Dota PVP Ladder

    For the people who wants their costume robe to show up! Find these lines and add this BOLD. Alright. *Edit again. I forgot to mention that this is for rathena. 😝
  6. 1 point
×
×
  • Create New...

Important Information

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