Jump to content
The forums will be going offline for an extended maintenance period at 1400hrs GMT on 19th June 2025. The number of hours for this downtime is intentionally not advertised due to the nature of these upgrades. ×

Rebel

Members
  • Posts

    436
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Rebel

  1. when i type @die, and then type @afk, , i cant login back to my char, it display Failed to connect to the server.... but other char works fine.

    PLEASE HLEP T_T

     

    add this

     

     

     
                    if( pc_isdead(sd) ) {
                    clif_displaymessage(fd, "Cannot @afk if you are dead.");
                    return -1;
                    }
    
  2. Project made by Zephyrus and Preima.

     

    Fixed and Translated by Vaxis

    Fixes
    - Got rid of extra tabs
    - Fixed Missing warps on all maps
    - Corrected Warp destinations on a few maps
    - Fixed sign for rent_mb
    - Changed little npc locations to be more user friendly (Bed, furniture)
    - Added mapnametable
    - Fixed mp3nametable
    - Translated remaining spanish
    - Made maps contain .bmp files (as blank)
    - Fixed Piano script
    - Fixed broken npcs (kafra, rent, cupboard) as well as plant spawning
    - Fixed apple tree location on map rentg renta
    - Fixed broken names (bed,apple tree)


    For those new to the script.. What is House Renting?
    This project, which was made by Zephyrus, allows players to rent their own houses for a period of time. Players may be able to set time as well as password for the houses. There are passwords for the master and guests. The script contains custom maps as well as custom scripts.



    Scripts include...

    Piano Player (Plays 20 Ragnarok wav files)
    Alice Maid (Cleans your house for bugs)
    Bug Script (Generates amount of bugs in your house during set time)
    Plant Script (Generates plants in your garden)
    PvP Switch (Allows you to switch pvp on or off on your property)
    Cupboard (Storage)
    Bed (Adds effect of the player sleeping/Restores HP & SP)
    Clothes (Player can choose to wear normal, formal, christmas, or summer clothing) Note: Eathena & Ragnarok must be updated in order for summer to work
    Apple tree (apple production limited by 20, and 1 apple is regenerated by time)
    Monster scripts (generates set number of monsters outside (can be pets))


    Conditions

    - You rent the house monthly, and you can renew your contract before it expires, in the main entrance NPC.
    - The houses produces bugs each time, and if there are a lot of bugs inside it, the owner will loose the contract and the house get free for rent.


    Installation
    DO NOT EXTRACT ALL CONTENTS AND FOLLOW THIS GUIDE!

    Server side (rAthena Folder)

    For the npc files (Rent_Prontera etc. which are in the npc folder in the rar), put them in the npc folder in your server folder.
    Than go to scripts_custom.conf input the npc files in. (ex. npc: npc/custom/Rent_Prontera.txt)


    Open "maps_athena.conf" and copy all the text and input it in your server's maps_athena.conf. (conf/maps_athena.conf)
    Open "map_index.txt" and copy all the text and paste it in your server's map_index.txt. (db/map_index.txt)


    Client Side (RO Folder)

    Extract "indoorrswtable.txt" to your data folder. If you already have this file, just copy the text and paste it.
    Copy "mapnametable.txt" text and paste it in your data's mapnametable.txt.
    Copy "resnametable.txt" text and paste it in your data's resnametable.txt.
    Copy "mp3nametable.txt" text and paste it in your data's mp3nametable.txt.


    Finally extract house.grf to your RO folder. Open data.ini and input #= house.grf (ex. 2= data.grf, 3= house.grf)
    Go to your server folder and go to conf/grf-files.txt and set the destination of house.grf in your RO folder. (ex. grf : C:\Program Files\Gravity\RO\house.grf)
    Make sure you do this, a lot of people keep skipping this step, so I bold'ed it.
    In your server folder find map_cache.exe and run it, wait till it's done.


    IMPORTANT!!!! Delete the contents of db/mapinfo.txt before restarting your map server.

    Run your server and you're done.

    Download: [Zephyrus] House Renting

    FAQ: How come it's deleting my maps when I run my server?
    A: You have to learn to recompile your server. Change you map max count and recompile using cygwin. If you have no idea what any of these things are, look up in the eathena wiki guide on how to recompile. You must download the program cygwin with the right settings.

    Edit: Added resnametable to grf. Re-uploaded & edited rar file.

    For those who are getting their maps deleted or not added make sure the following is done:
    1. Compiled to map count is bigger
    2. Deleted mapinfo.txt
    3. Make sure the information is pasted NOT OVERWRITE into maps_athena.conf
    4. Make sure the information is pasted NOT OVERWRITE into map_index.txt
    5. Download the new edited or just add resnametable into house.grf.


    YOU SHOULDN'T OVERWRITE ANYTHING, MAKE SURE YOU RE-CHECK THE FILES THAT ARE TO BE PASTED INSTEAD OF OVERWRITE, JUST IN CASE.

    If you don't want anyone to warp into your Houses, put these in your mapflag folder or npc folder txts.

     

    //Housing
    renta1 mapflag nowarpto
    renta2 mapflag nowarpto
    renta3 mapflag nowarpto
    renta4 mapflag nowarpto
    renta5 mapflag nowarpto
    renta6 mapflag nowarpto
    renta7 mapflag nowarpto
    renta8 mapflag nowarpto
    renta9 mapflag nowarpto
    renta10 mapflag nowarpto
    renta11 mapflag nowarpto
    renta12 mapflag nowarpto
    renta13 mapflag nowarpto
    renta14 mapflag nowarpto
    renta15 mapflag nowarpto
    renta16 mapflag nowarpto
    renta17 mapflag nowarpto
    renta18 mapflag nowarpto
    renta19 mapflag nowarpto
    renta20 mapflag nowarpto
    renta21 mapflag nowarpto
    renta22 mapflag nowarpto
    rentb1 mapflag nowarpto
    rentb2 mapflag nowarpto
    rentb3 mapflag nowarpto
    rentb4 mapflag nowarpto
    rentb5 mapflag nowarpto
    rentb6 mapflag nowarpto
    rentb7 mapflag nowarpto
    rentb8 mapflag nowarpto
    rentb9 mapflag nowarpto
    rentb10 mapflag nowarpto
    rentb11 mapflag nowarpto
    rentb12 mapflag nowarpto
    rentb13 mapflag nowarpto
    rentb14 mapflag nowarpto
    rentb15 mapflag nowarpto
    rentb16 mapflag nowarpto
    rentb17 mapflag nowarpto
    rentb18 mapflag nowarpto
    rentb19 mapflag nowarpto
    rentb20 mapflag nowarpto
    rentb21 mapflag nowarpto
    rentb22 mapflag nowarpto
    rentb23 mapflag nowarpto
    rentb24 mapflag nowarpto
    rentb25 mapflag nowarpto
    rentb26 mapflag nowarpto
    rentb27 mapflag nowarpto
    rentc1 mapflag nowarpto
    rentc2 mapflag nowarpto
    rentc3 mapflag nowarpto
    rentc4 mapflag nowarpto
    rentc5 mapflag nowarpto
    rentc6 mapflag nowarpto
    rentc7 mapflag nowarpto
    rentc8 mapflag nowarpto
    rentc9 mapflag nowarpto
    rentc10 mapflag nowarpto
    rentc11 mapflag nowarpto
    rentc12 mapflag nowarpto
    rentc13 mapflag nowarpto
    rentc14 mapflag nowarpto
    rentc15 mapflag nowarpto
    rentc16 mapflag nowarpto
    rentc17 mapflag nowarpto
    rentc18 mapflag nowarpto
    rentc19 mapflag nowarpto
    rentc20 mapflag nowarpto
    rentc21 mapflag nowarpto
    rentc22 mapflag nowarpto
    rentd1 mapflag nowarpto
    rentd2 mapflag nowarpto
    rentd3 mapflag nowarpto
    rentd4 mapflag nowarpto
    rentd5 mapflag nowarpto
    rentd6 mapflag nowarpto
    rentd7 mapflag nowarpto
    rentd8 mapflag nowarpto
    rentd9 mapflag nowarpto
    rentd10 mapflag nowarpto
    rentd11 mapflag nowarpto
    rentd12 mapflag nowarpto
    rentd13 mapflag nowarpto
    rentd14 mapflag nowarpto
    rentd15 mapflag nowarpto
    rentd16 mapflag nowarpto
    rentd17 mapflag nowarpto
    rentd18 mapflag nowarpto
    rentd19 mapflag nowarpto
    rentd20 mapflag nowarpto
    rentd21 mapflag nowarpto
    rentd22 mapflag nowarpto
    rente1 mapflag nowarpto
    rente2 mapflag nowarpto
    rente3 mapflag nowarpto
    rente4 mapflag nowarpto
    rente5 mapflag nowarpto
    rente6 mapflag nowarpto
    rente7 mapflag nowarpto
    rente8 mapflag nowarpto
    rente9 mapflag nowarpto
    rente10 mapflag nowarpto
    rente11 mapflag nowarpto
    rente12 mapflag nowarpto
    rente13 mapflag nowarpto
    rente14 mapflag nowarpto
    rente15 mapflag nowarpto
    rente16 mapflag nowarpto
    rente17 mapflag nowarpto
    rente18 mapflag nowarpto
    rente19 mapflag nowarpto
    rente20 mapflag nowarpto
    rente21 mapflag nowarpto
    rente22 mapflag nowarpto
    rentf1 mapflag nowarpto
    rentf2 mapflag nowarpto
    rentf3 mapflag nowarpto
    rentf4 mapflag nowarpto
    rentf5 mapflag nowarpto
    rentf6 mapflag nowarpto
    rentf7 mapflag nowarpto
    rentf8 mapflag nowarpto
    rentf9 mapflag nowarpto
    rentf10 mapflag nowarpto
    rentf11 mapflag nowarpto
    rentf12 mapflag nowarpto
    rentf13 mapflag nowarpto
    rentf14 mapflag nowarpto
    rentf15 mapflag nowarpto
    rentf16 mapflag nowarpto
    rentf17 mapflag nowarpto
    rentf18 mapflag nowarpto
    rentf19 mapflag nowarpto
    rentf20 mapflag nowarpto
    rentf21 mapflag nowarpto
    rentf22 mapflag nowarpto
    rentg1 mapflag nowarpto
    rentg2 mapflag nowarpto
    rentg3 mapflag nowarpto
    rentg4 mapflag nowarpto
    rentg5 mapflag nowarpto
    rentg6 mapflag nowarpto
    rentg7 mapflag nowarpto
    rentg8 mapflag nowarpto
    rentg9 mapflag nowarpto
    rentg10 mapflag nowarpto
    rentg11 mapflag nowarpto
    rentg12 mapflag nowarpto
    rentg13 mapflag nowarpto
    rentg14 mapflag nowarpto
    rentg15 mapflag nowarpto
    rentg16 mapflag nowarpto
    rentg17 mapflag nowarpto
    rentg18 mapflag nowarpto
    rentg19 mapflag nowarpto
    rentg20 mapflag nowarpto
    rentg21 mapflag nowarpto
    rentg22 mapflag nowarpto
    rentina1 mapflag nowarpto
    rentina2 mapflag nowarpto
    rentina3 mapflag nowarpto
    rentina4 mapflag nowarpto
    rentina5 mapflag nowarpto
    rentina6 mapflag nowarpto
    rentina7 mapflag nowarpto
    rentina8 mapflag nowarpto
    rentina9 mapflag nowarpto
    rentina10 mapflag nowarpto
    rentina11 mapflag nowarpto
    rentina12 mapflag nowarpto
    rentina13 mapflag nowarpto
    rentina14 mapflag nowarpto
    rentina15 mapflag nowarpto
    rentina16 mapflag nowarpto
    rentina17 mapflag nowarpto
    rentina18 mapflag nowarpto
    rentina19 mapflag nowarpto
    rentina20 mapflag nowarpto
    rentina21 mapflag nowarpto
    rentina22 mapflag nowarpto
    rentinb1 mapflag nowarpto
    rentinb2 mapflag nowarpto
    rentinb3 mapflag nowarpto
    rentinb4 mapflag nowarpto
    rentinb5 mapflag nowarpto
    rentinb6 mapflag nowarpto
    rentinb7 mapflag nowarpto
    rentinb8 mapflag nowarpto
    rentinb9 mapflag nowarpto
    rentinb10 mapflag nowarpto
    rentinb11 mapflag nowarpto
    rentinb12 mapflag nowarpto
    rentinb13 mapflag nowarpto
    rentinb14 mapflag nowarpto
    rentinb15 mapflag nowarpto
    rentinb16 mapflag nowarpto
    rentinb17 mapflag nowarpto
    rentinb18 mapflag nowarpto
    rentinb19 mapflag nowarpto
    rentinb20 mapflag nowarpto
    rentinb21 mapflag nowarpto
    rentinb22 mapflag nowarpto
    rentinb23 mapflag nowarpto
    rentinb24 mapflag nowarpto
    rentinb25 mapflag nowarpto
    rentinb26 mapflag nowarpto
    rentinb27 mapflag nowarpto
    rentinc1 mapflag nowarpto
    rentinc2 mapflag nowarpto
    rentinc3 mapflag nowarpto
    rentinc4 mapflag nowarpto
    rentinc5 mapflag nowarpto
    rentinc6 mapflag nowarpto
    rentinc7 mapflag nowarpto
    rentinc8 mapflag nowarpto
    rentinc9 mapflag nowarpto
    rentinc10 mapflag nowarpto
    rentinc11 mapflag nowarpto
    rentinc12 mapflag nowarpto
    rentinc13 mapflag nowarpto
    rentinc14 mapflag nowarpto
    rentinc15 mapflag nowarpto
    rentinc16 mapflag nowarpto
    rentinc17 mapflag nowarpto
    rentinc18 mapflag nowarpto
    rentinc19 mapflag nowarpto
    rentinc20 mapflag nowarpto
    rentinc21 mapflag nowarpto
    rentinc22 mapflag nowarpto
    rentind1 mapflag nowarpto
    rentind2 mapflag nowarpto
    rentind3 mapflag nowarpto
    rentind4 mapflag nowarpto
    rentind5 mapflag nowarpto
    rentind6 mapflag nowarpto
    rentind7 mapflag nowarpto
    rentind8 mapflag nowarpto
    rentind9 mapflag nowarpto
    rentind10 mapflag nowarpto
    rentind11 mapflag nowarpto
    rentind12 mapflag nowarpto
    rentind13 mapflag nowarpto
    rentind14 mapflag nowarpto
    rentind15 mapflag nowarpto
    rentind16 mapflag nowarpto
    rentind17 mapflag nowarpto
    rentind18 mapflag nowarpto
    rentind19 mapflag nowarpto
    rentind20 mapflag nowarpto
    rentind21 mapflag nowarpto
    rentind22 mapflag nowarpto
    rentine1 mapflag nowarpto
    rentine2 mapflag nowarpto
    rentine3 mapflag nowarpto
    rentine4 mapflag nowarpto
    rentine5 mapflag nowarpto
    rentine6 mapflag nowarpto
    rentine7 mapflag nowarpto
    rentine8 mapflag nowarpto
    rentine9 mapflag nowarpto
    rentine10 mapflag nowarpto
    rentine11 mapflag nowarpto
    rentine12 mapflag nowarpto
    rentine13 mapflag nowarpto
    rentine14 mapflag nowarpto
    rentine15 mapflag nowarpto
    rentine16 mapflag nowarpto
    rentine17 mapflag nowarpto
    rentine18 mapflag nowarpto
    rentine19 mapflag nowarpto
    rentine20 mapflag nowarpto
    rentine21 mapflag nowarpto
    rentine22 mapflag nowarpto
    rentinf1 mapflag nowarpto
    rentinf2 mapflag nowarpto
    rentinf3 mapflag nowarpto
    rentinf4 mapflag nowarpto
    rentinf5 mapflag nowarpto
    rentinf6 mapflag nowarpto
    rentinf7 mapflag nowarpto
    rentinf8 mapflag nowarpto
    rentinf9 mapflag nowarpto
    rentinf10 mapflag nowarpto
    rentinf11 mapflag nowarpto
    rentinf12 mapflag nowarpto
    rentinf13 mapflag nowarpto
    rentinf14 mapflag nowarpto
    rentinf15 mapflag nowarpto
    rentinf16 mapflag nowarpto
    rentinf17 mapflag nowarpto
    rentinf18 mapflag nowarpto
    rentinf19 mapflag nowarpto
    rentinf20 mapflag nowarpto
    rentinf21 mapflag nowarpto
    rentinf22 mapflag nowarpto
    renting1 mapflag nowarpto
    renting2 mapflag nowarpto
    renting3 mapflag nowarpto
    renting4 mapflag nowarpto
    renting5 mapflag nowarpto
    renting6 mapflag nowarpto
    renting7 mapflag nowarpto
    renting8 mapflag nowarpto
    renting9 mapflag nowarpto
    renting10 mapflag nowarpto
    renting11 mapflag nowarpto
    renting12 mapflag nowarpto
    renting13 mapflag nowarpto
    renting14 mapflag nowarpto
    renting15 mapflag nowarpto
    renting16 mapflag nowarpto
    renting17 mapflag nowarpto
    renting18 mapflag nowarpto
    renting19 mapflag nowarpto
    renting20 mapflag nowarpto
    renting21 mapflag nowarpto
    renting22 mapflag nowarpto
    
    • Upvote 1
    • Love 1
  3. @aura , by Zeph

    I updated the @aura command, you can now add new aura using a /db/aura_db.txt without editing the source.
    Also aura will be disabled if you're in PVP and WOE.

    Here's the diff file.
    Working with the Latest Commit 7f9f185

    aura_2.4.diff

    Credits to Zephyrus

    • Upvote 2
  4. Hello, so I managed to put it in my server.. I have 1 question.. How i can make it when I use pheon converter, then i use xeon..

    it will automatically stop the pheon converter.. and use the xeon instead..

  5. if(sc->data[SC_PHEONWEAPON])
    return ELE_DARKFIRE;

    as you can see in this code, i want a new element in which is DARK FIRE

    and new status SC_PHEONWEAPON

    its like weapon elemental converter.. i would love to know how can i add a new element like DARK FIRE and HOLY FIRE?

  6. when you created/edited the item in your item_db i believe you didnt put the right item type -> 10 for arrows/bullets

     

     

    it is 10.. okay this is my item db.. but as you can see the screenshot im just using default arrow..

     

    1750,Arrow,Arrow,10,1,,1,25,,,,0x000A1848,7,2,32768,,1,,1,{},{},{}

     

    I think I have edit something in pc.h that cause that problem.. i cant remember what is it..

    FIXED! :D I just forgot to change something.. :) Topic Closed!

  7. Good Day! I would like to request for a npc script that can remove the headgear's bonus stats.

    For example,

    Custom headgear has +4 stats to STR, Vit, Dex

    def +5

    i would like to make it remove the stats when i use the npc..

    so it will become a normal custom headgear without stats bonuses..

  8. Hey guys, I would like to ask if anyone has a code for Anti-Ignorance?

    The skill of Shadow Chaser Masquerade Ignorance..

    100% chance to ignore the masquerade ignorance when used.

    I dont know if my code for anti-dispell will work in this skill..

    any comments or suggestion.. or help :D

  9. is it possible to make a config on this mod like @autotrade the time can be change in misc.conf which is (at_timeout: 10000) is it possible to make a (afk_timeout:100000) so that afk players will be kicked after the set time

    I updated the patch.. and I added a config just like @autotrade .. just download the new patch.. for now let's wait til someone approve what i uploaded.. /no1

  10. if you are not going to do it, then I will =/

    monster_hunting_euphy2.txt

    because the server that I'm hired in is a SHR server,

    so I just post it here and also use it in my server

    @Rebel

    see this line

    set .baseexprate, getbattleflag("base_exp_rate"); // adjustment for base exp rate. For SHR server, set this to a lower number. 100 means x1

    with default setting like this, it is adjusted to server rate ( which do the same like original script behavior )

    but if set this to 1000, this will get 10x exp, overwriting the exp.conf setting

    Thank you for the help! /no1

×
×
  • Create New...