Search results

  1. X

    monster die will drop items randomly in map

    According to the video the drop is scattered all around the map of prt_fild08 is there a way we can do this? if we kill king poring its drop will be scattered all around the map? i tried this but it doesnt make the item on the ground, and it shoule be drop in random places in that map thats why...
  2. X

    Requesting RWC NPC

    Anyone has this script? This is how it works~ A. The landing area - Izlude The map of izlude is remain same, but the npc location has been relocated.     Indication Function Remark A Shopping Area Purchase equipments, cards and items. B Service Area Kafra Service, Collect Job Item, Learn...
  3. X

    Support for Euphy's Woe Controller

    //===== rAthena Script =======================================//= Euphy's WOE Controller//===== By: ==================================================//= Euphy//===== Current Version: =====================================//= 1.5//===== Compatible With: =====================================//=...
  4. X

    Reduce damage of Final strike when frost

    It seems like the damage increases when being frost, is there a way to reduce the damage of it when frozen?
  5. X

    R> item that Reduces damage of skill to player wearing it

    How to make a script for item that reduces the skill damage by percent? For example i have  happy_card on my armor and the description is reduce final strike/asura/certain skills damage to you by 50%, i am not referring to elements.
  6. X

    What is the name of this headgear?

    The rotating globe on my head.
  7. X

    [Showcase] Galaxy Room (PvP)

    A Simple PvP room on Galaxy~! P.S. The clock hands rotates and some space glowing things effect. Can be use for all client type and comes with a BGM.
  8. X

    Requesting Hourglass RSM file

    is there a hourglass rsm files in RO?
  9. X

    custom cloth dye rainbow

    I am using 20130605 client, i already setup my client.con in battle folder but when i try to use and browse my cloth color above 127 it will appear rainbow, my palette pack contains 500+ cloth color but it only shows upto 127...anyone can help me?
  10. X

    unitattack clarification...

    *unitattack <GID>,<Target ID>{,<action type>};*unitattack <GID>,"<Target Name>"{,<action type>}; does this mean i can make npc attack monsters? if it is can you give me a sample script?
  11. X

    Paid Service : Map of my Month

    [No message]
  12. X

    exporting models browedit

    Right now i am done with my map. Is there a way i can extract all models i used in my map? since i use some arcturus textures and models. Do i need to manually find them in the grf?. I just want to have the models and textures i used in creating my map be included in the file, not the whole...
  13. X

    Browedit question

    For example i already finished creating my map, i already generate lightmaps with shadows and in the time i want to add another small light, do i need to recalculate again the whole lightmaps including the shadow? since calculating with shadows tooks alot of time, is there a way that it will...
  14. X

    simple mining

    I want to request a mining script. This is how it works: 1) The player should have Pick (ID:25000) if (countitem(25000 > 1) {It will mine different minerals with % chancesMinerals 25001 20% chance to get 25002 50% chance to get 25003 80% chance to get 25004 2% chance to get there is...
  15. X

    @night more darker?

    is there a way to make @night darker than the default?
  16. X

    Browedit Lightmaps

    In browedit, my map has lightmaps, i added colors etc, but whn i save it and load it in-game the lightmaps are not there. How can i fix this?
  17. X

    check item before opening attach shop

    im using this dynamic shop by emistry, but i tried to use goto function after each cases so it will go to if (countitem(26130) < 0) goto noring;noring: but its giving me error// Settings :// - Only required to edit the ShopSetting() Function// Notes : You may also add / remove Menu ( If...
  18. X

    how to use unitwarp?

    They say i can use unitwarp to warp monster when the script has OnTouchNPC: OnTouchNPC: unitwarp 0,"this",-1,-1; what is this?
Back
Top