Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. Topic Merged .... Please dont create same topic in same / other forum .. 1 Topic for this is more than enough.. In rAthena, this is official behavious....if you want to revert back to work like last time...then you have to revert all changes done by rAthena for devotion stuff.....
  2. Script Big Updates : https://rathena.org/board/index.php?/files/file/2499-%7B?%7D/ This Script provide players a place to Test How Fast can a Players break the Emperium or kill other Monsters that is available in the Room. When player killed / breaked the Monster, there will be an option for Player to select whether to save their Record or not. and due to this Room is based on Instances .... your server will have mostly ~500 Room that is available ... LOL .... of course...you have to add your own Instances map ... Configuration : Install this SQL Table into your SQL Machine ..... http://pastebin.com/raw.php?i=bRgdJgwt // GM Level .GMLevel = 90; // Cost to Rent Room .Cost = 1000000; // Room Duration .Minute = 30; // Room Timeout .Timeout = 5; // Edit Monster Lists setarray .MonsterList[0],3000,1899,1900,1905,1906,1907,1908,1909,1910,1911,1912,1913,1914,1915; Note : change "1@room" to other new instances map that you have installed. ( Highly Recommend New Instances Map ) Well, since we are using a non-castle map, this error will spawn when you summon a Emperium( 1288 ) on a Non-Castle map. So, we can create a custom Emperium ...
  3. Script Big Updates : This Script provide players a place to Test How Fast can a Players break the Emperium or kill other Monsters that is available in the Room. When player killed / breaked the Monster, there will be an option for Player to select whether to save their Record or not. and due to this Room is based on Instances .... your server will have mostly ~500 Room that is available ... LOL .... of course...you have to add your own Instances map ... Configuration : Install this SQL Table into your SQL Machine ..... http://pastebin.com/raw.php?i=bRgdJgwt // GM Level .GMLevel = 90; // Cost to Rent Room .Cost = 1000000; // Room Duration .Minute = 30; // Room Timeout .Timeout = 5; // Edit Monster Lists setarray .MonsterList[0],3000,1899,1900,1905,1906,1907,1908,1909,1910,1911,1912,1913,1914,1915; Note : change "1@room" to other new instances map that you have installed. ( Highly Recommend New Instances Map ) Well, since we are using a non-castle map, this error will spawn when you summon a Emperium( 1288 ) on a Non-Castle map. So, we can create a custom Emperium ...
  4. i use spr_conview link from RateMyServer click on your sprite file..and select open with "spr_conview" by default..
  5. Source Part .... trunk/src/map/itemdb.h //The max. item group count (increase this when needed). #define MAX_ITEMGROUP 63 increase the value .... depend on how many new box you want... Database Part ..... trunk/db/const.txt IG_Custom_Box 63 add this ... trunk/db/re/item_giftbox.txt // Structure of Database: // GroupID,ItemID,Rate inside trunk/db/re/item_db.txt getrandgroupitem( IG_Custom_Box ),1; just make sure you recompile after edit source part.... beside there is alot way to create new random item "box" ...refer the forum .. use search engine... ...our wiki also got guide on how to add a new "Box" Groupranditem
  6. hmm...seem like downrefitem will remove the time i guess ..... if you use rentitem2 to create item...still required some work to calculation the remaining rental time ( with source mod made by Brian should be no problem )
  7. erm...just another addon suggestion for this.. ... if this @cleanmap / @cleanarea is approved... can add this for Script Command too ? so that a npc can perform cleanmap / cleanarea in specific map / location / area ?? currently we have makeitem to create item on floor...why not add a cleanmap / cleanarea Example cleanmap "mapname"; cleanarea "mapname",x1,y1,x2,y2;
  8. try this.. http://pastebin.com/raw.php?i=WtY1MGqM
  9. give more information.... SVN ? Client ? etc.....
  10. change failedrefitem to downrefitem
  11. both script work fine for me.... GMOcean's script My Script
  12. npc script ? what npc script ? show it ?
  13. update your KRO and get a translated version of it if any..else translate at your own ... currently we dont have much translated updated stuffs.... >.<
  14. // .....callfunc( "RefineFunc",<itemID>,<Amount>,<BitMasks>,<MinRefine>,<MaxRefine>,<CheckEquip>,<RefineMode>,<Percent> ); // 6. CheckEquip -> Check Equipments is Refineable or not. [ 0 = Disable / 1 = Enable ] set to 0 to disable checking for the equipments can be refine or cant be refine
  15. ask the player equip the rental item and refine like normal equip at refiner npc.. refer successrefitem
  16. you have to define the map before you call the variable .... example.. trunk/src/common/mapindex.h //Some definitions for the mayor city maps. #define MAP_PRONTERA "prontera" #define MAP_GEFFEN "geffen" #define MAP_MORROC "morocc" #define MAP_ALBERTA "alberta" #define MAP_PAYON "payon" #define MAP_IZLUDE "izlude" #define MAP_ALDEBARAN "aldebaran" #define MAP_LUTIE "xmas" #define MAP_COMODO "comodo" #define MAP_YUNO "yuno" #define MAP_AMATSU "amatsu" #define MAP_GONRYUN "gonryun" #define MAP_UMBALA "umbala" #define MAP_NIFLHEIM "niflheim" #define MAP_LOUYANG "louyang" #define MAP_JAWAII "jawaii" #define MAP_AYOTHAYA "ayothaya" #define MAP_EINBROCH "einbroch" #define MAP_LIGHTHALZEN "lighthalzen" #define MAP_EINBECH "einbech" #define MAP_HUGEL "hugel" #define MAP_RACHEL "rachel" #define MAP_VEINS "veins" #define MAP_JAIL "sec_pri" #define MAP_NOVICE "new_1-1" #define MAP_MOSCOVIA "moscovia" #define MAP_MIDCAMP "mid_camp" #define MAP_MANUK "manuk" #define MAP_SPLENDIDE "splendide" #define MAP_BRASILIS "brasilis" #define MAP_DICASTES "dicastes01" #define MAP_MORA "mora" #define MAP_DEWATA "dewata" #define MAP_MALANGDO "malangdo" #define MAP_MALAYA "malaya" #define MAP_ECLAGE "eclage"
  17. try this... change mes "Level- ^009900"+.@lvl+"^000000"; doevent strnpcinfo(0)+"::OnRequest"; end; into mes "Level- ^009900"+.@lvl+"^000000"; doevent strnpcinfo(0)+"::OnRequest"; close;
  18. trunk/npc/pre-re/quests/collection/
  19. you can try this.. https://rathena.org/board/index.php?/files/file/2505-%7B?%7D/
  20. Emistry

    Pre-RE EDP

    trunk/src/config/renewal.h /// renewal enchant deadly poison algorithm /// /// leave this line to enable the renewed EDP algorithm /// under renewal mode: /// - damage is NOT increased by 400% /// - it does NOT affect grimtooth /// - weapon and status ATK are increased if you dont want the renewal edp ...just disable it and recompile ur server...
  21. haha.... somehow i found it in my external harddisk.....it has been buried in my external harddisk for at least 1 ~ 2 year i believe... O.O http://pastebin.com/raw.php?i=Q7VDe9g3 ( credits for original author ) i didnt sure did i edited any setting / contents or not ..... >.< because i didnt use this script after RO introduced the Booking System LOL...Annie....how come you can faster than me.. >.<
  22. our wiki have guide to install PCRE
×
×
  • Create New...