Jump to content

Leaderboard

Popular Content

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

  1. [sRC] Cell PvP 1.7 How to use this ? You can enable or disable this feature conf/battle/misc.conf how to create cell pvp How to use auto buff script Add npc script don't edit npc name "deathmatch_core" Change log enjoy! Extended_Cell_PvP_1.7.patch
    1 point
  2. File Name: [Mapflag] Mobitemadder File Submitter: Zephyr File Submitted: 28 Dec 2012 File Category: Source Modifications Content Author: Zephyr This mapflag sets more drops for monsters at the map that it's been attached. Sintax: mapname<TAB>mapflag<TAB>mobitemadder<TAB>mob_id,item_id,drop_per{,item_id,drop_per(...)} You can set up to ~50 more items for mobs. "drop_per" is the chance of drop, from 1 (0,01%) to 10000 (100%). There's an example at the screenshot, I setted a Yggdrasil Berry with 100% of chance for the Poring at prt_fild08 map. You can set a lot of mobs, but you have to set more mapflags for your maps. Click here to download this file
    1 point
  3. I remember reading somewhere that it was an issue from that client and that @Functor has a solution for that with Gepard Shield.
    1 point
  4. To fix the error about the random drop items is: // Mapflag 'mobitemadder' (Zephyr) if( map[m].mobitemadder_droplist[0].mob_id == md->mob_id ) { // for( i = 1; i < sizeof( map[m].mobitemadder_droplist ); i = i + 1 ) <----- Change this for( i = 1; i < sizeof( map[m].mobitemadder_droplist[0].item_id ); i = i + 1 ) <----- Add this
    1 point
  5. Amazing work, but needs a fix, i can work in that, someday i comment the solution in this post. +1 if you need
    1 point
  6. Version 1.0.0

    325 downloads

    A while ago I searched for everything for a program that separated all the strings in a file so that I could translate more easily, well I didn't think so I paid a developer to help me create, unfortunately I lost the source code of this incredible editor because of a ransomware, but I managed to find the executable, I hope it helps many people as it helped me! Description: Basically if you want to translate something or just edit the strings of an npc just import your .txt file and it will separate and you can edit / translate as you prefer. Demonstration video: Importar button: you import the.txt file Button "Criar arquivo codificado" :you create a file only with the strings all in line and encoded for windows 1252. button visualizar : you can preview the result. and Finalizar button it saves! obs1: take care not to increase the number of lines and nothing else will be out of order. obs2: You need to press on preview to apply the changes obs3: And be careful also when using it, as it can confuse a string with text, it identifies everything inside a string, so it can have this pattern: "here" ok "here" here OK here I'm sure it will be easier to translate into your language. using it is just a matter of habit, if I find the source code I will post it for free. would you like to donate to this project? paypal: [email protected] thanks!!
    Free
    1 point
  7. Version 5.0

    33 downloads

    Created custom Gramps script following the set conditions of the official iRO version based on the wiki. Some modifications have been made based on player suggestions such as allowing the player to collect a partial reward after killing at least 150 of the monster (to minimize players getting bored). Players can perform one mission every 23 hours (timer starts when the player accepts a quest). Each monster will give their normal experience in the wild, but the reward equals (normal Base/Job Exp*400). Players can reset the 23 hour cooldown with a Super Blue Gemstone (or other Reset Stone item of choice) once every 3 hours. Kills from party members count toward your mission total if you see the kill on your screen and they are less than 30 levels higher than the quest player. If they level up to the next mission range before they complete the current mission they can still collect their reward. If their a VIP Member at the time of completion they have the option to collect the normal amount of Base/Job Experience or double either one of them. Also have a low chance of earning the associated monsters card. This is actually slightly higher for players assisting others.
    10.00 USD
    1 point
×
×
  • Create New...