Jump to content

IndieRO

Members
  • Content Count

    286
  • Joined

  • Last visited

  • Days Won

    13

Posts posted by IndieRO


  1. On 3/1/2023 at 12:56 PM, AyenPanda said:

    Good Day,

     

    i was wondering how can i retrieve my old account here. @Luffy i was previously retrieve this account way back 2020 by the help of @Ridley but it seems his not been active recently.
    Can someone help me?

    Hi, hercules got attack by spammer thats why haru must reset password all account hercules user

    you can ask to haru about it


  2. On 3/1/2023 at 1:22 PM, jowi said:

    I'm trying to clear player variables/timer when they leave the map.

    I need something like 'OnPCUnloadMapEvent'.

    how player leave the map
    with npc or usable or by command?

    maybe you can give check every certain time if player still on the right map will continue the script
    but if not will stop the timer or variable


  3. On 6/27/2022 at 12:45 AM, Timokha said:

    Hello IndieRO,

    Thanks for your reply, but I am now creating PVP zones, where monsters (including mini-mvp) also spawns.

    I am trying to do so, if the player kills the mob, another player (if nearby) can pick up the drops without any delay, BUT it must not be applied to all the server maps, but only for my special PVP maps, where I use "Loadevent" mapflag, as example. 

    Yes, thank you again, I think, it will also work, but it will consume many hours to make these script drops for more than 100+ mobs.

    BTW, if I use "makeitem" with OnMyMobDead label, how can I find the coordinates of dead mob?

    Previosly i've tried it, the item was created near the player, not the monster.

     

    but you can spawn different monster same label
    you dont need 100 OnMyMobDead if you want to spawn 100 different mob

    for next issue use this script command to get .@x and .@y for monster

     

    *getmapxy("<variable for map name>", <variable for x>, <variable for y>, <type>{, "<search parameter>"})

    This function will locate a character object, NPC object or pet's
    coordinates and place their coordinates into the variables specified when
    calling it. It will return 0 if the search was successful, and -1 if the
    parameters given were not variables or the search was not successful.

    Type is the type of object to search for:

        UNITTYPE_PC   - Character object
        UNITTYPE_NPC  - NPC object
        UNITTYPE_PET  - Pet object
        UNITTYPE_MOB  - Monster object
        UNITTYPE_HOM  - Homunculus object
        UNITTYPE_MER  - Mercenary object
        UNITTYPE_ELEM - Elemental object


  4. what goal do you want
    maybe you can change drop mob via script command 
     

    use this

     

    *makeitem(<item id>, <amount>, "<map name>", <x>, <y> {,<showdropeffect>})
    *makeitem("<item name>", <amount>, "<map name>", <x>, <y>)

    This command will create an item lying around on a specified map in the
    specified location.

        item id/name    - Found in 'db/(pre-)re/item_db.conf'
        amount          - Amount you want produced
        map name        - The map name
        y               - The x coordinate
        y               - The y coordinate.
        showdropeffect  - enable pillar effect on the dropped item (default: 0)


  5. On 6/13/2022 at 8:26 AM, 4144 said:

    Some progress update. Complete things:

    • Add support for gif guild emblems.
    • Add support for emblems bigger than 64k bytes.
    • Add shared configs support between login/char/map/api.
    • Add configuration with default emotes for new chars.

     

    just question this system like rathena use webserver too?


  6. 18 hours ago, Timokha said:

    But OnPCLoadMapEvent triggers when the character loads on specific map with label. I need to apply actions (specialeffect, getitem, etc) to all characters already located on map (already loaded).

    when you want to give all effect when someone getitem from npc
    just use getunits to get all char ID on map do you want
    and then give all them specialeffect
    See on Script_command.txt and search function getunits


  7. 15 hours ago, gooooogle said:

    Looking for experienced scripter to script regular events and small quests for my server from scratch.

    The schedule is about 1 event / small quest every 2 weeks.

    Payment via PayPal.

    You can reply in this thread or send me a PM if you're interested.

     

    cek PM


  8. 16 hours ago, abimaelsilva said:

    Good night I don't know this is the area but let's try I really wanted this sprint of this Beta Balloon if anyone has it or a link please send me it would help me a lot

    screenPokeRO010.jpg.faceb18d96a4038ea9028c62666c247e.jpg

    Its Sprite? i think you can make it by your self just use template Begginer Hat and you make the new one with PSD 

×
×
  • Create New...

Important Information

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