Jump to content

Flaid

Members
  • Posts

    398
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Flaid

  1. { bonus bAllStats,1; if(getrefine() >= 5) && (getrefine() <= 7) bonus2 bAddRace,RC_DemiHuman,5; if(getrefine() = 8) bonus2 bAddRace,RC_DemiHuman,6; if(getrefine() = 9) bonus2 bAddRace,RC_DemiHuman,7; if(getrefine() = 10) bonus2 bAddRace,RC_DemiHuman,8; },{},{} and bonus bAllStats,1; bonus2 bAddRace,RC_DemiHuman,getrefine()*2;
  2. Flaid

    request item

    Level 1 is required and you can equip it on any job. If you want to change it here you go: // ID,AegisName,Name,Type,Buy,Sell,Weight,ATK,DEF,Range,Slots,Job,Upper,Gender,Loc,wLV,eLV,Refineable,View,{ Script },{ OnEquip_Script },{ OnUnequip_Script }
  3. Flaid

    request item

    ID,name1,name2,4,0,,400,50,,1,0,0xFE9F7EEF,7,2,2,1,1,1,1,{bonus bAspd,15; bonus bAtk,30;},{},{}
  4. Is it possible you use pre renewal but the renewal databases?
  5. Flaid

    request item

    For the dagger, do you want it to add +15% aspd and +30% atk or just +15 and +30? Shield: ID,name1,name2,5,500,,300,,20,,0,0xFFFFFFFF,7,2,32,,0,1,1,{ bonus2 bSubRace,RC_DemiHuman,32; bonus bNoMagicDamage,30; bonus2 bSubEle,Ele_Water,30; bonus2 bSubEle,Ele_Fire,30; bonus2 bSubEle,Ele_Dark,30; bonus2 bSubEle,Ele_Undead,30; bonus bDef,15;},{},{} Next time give more information if you want something...
  6. The def calculation changed. All gives more def now but is not limited to 100 anymore.
  7. Flaid

    IRC

    Den englischen gibts ja schon seit Anfang an. Da sind wir ja auch unterwegs. Englisch ist ja nicht das Problem, es geht einfach darum das es so einige gibt die immer wieder anfangen Deutsch im Englischen Channel zu sprechen.
  8. Flaid

    IRC

    Ja ist mir auch aufgefallen, wäre ja wohl doch ziemlich nützlich.
  9. Flaid

    IRC

    Im IRC treiben sich eigentlich nur deutschsprachige Leute rum die allerdings auch der englischen Sprache mächtig sind. Kann aber auch daran liegen das es hier vieleicht Deutsche gibt die kein englisch können. Wäre testweise ja vieleicht gut mal zu haben, vieleicht gesellen sich dann ja mal mehr Deutsche dazu.
  10. If you have any more questions regarding that, send me a private message.
  11. Check out this thread: http://rathena.org/board/topic/60349-resolved-custom-pet-illustration/ Everything is explained there.
  12. It's said in your script already... Just edit it. // If you want to change the echange rate, edit here // If you DO change the rate, don't forget to change the dialogue too! set @getitem,@coinschange * 5;
  13. Was für Konfigurationen suchst du denn? Wenn es um levels etc geht - conf/battle/player.conf. Da findest du unter anderem das hier: // Same as max_parameter, but for 3rd classes. max_third_parameter: 120 // Same as max_parameter, but for baby classes. max_baby_parameter: 80 Wenn es was anderes ist, schau dich einfach durch die battle files, da findest du was du suchst.
  14. So it is just the wrong sprite? Check the lua files. Might be the wrong ID there - npcidentity.lua
  15. Ich beweifle das jemand der hier noch aktiv ist die Files hat, denn wie tr0n schon sagte, die sind doch sehr outdated. Und ich selbst finde die NPCs nach Schreibfehlern durchzugucken geht nicht viel schneller als das ganze neu zu übersetzen wenn man der englischen Sprache mächtig ist. Wenn dir wirklich etwas daran liegt nen deutschen Server zu machen, setz dich ran und übersetz es für dich selbst, dann kannst du dir zumindest sicher sein, das es richtig gemacht wurde.
  16. You apperently didn't add the items into the required files in your data including your lua files.
  17. You must have made a mistake in the lua files, probably a typo, you should check on that again.
  18. What do you mean by custom drop rate? Drop rates that just belong to certain items while the normal drop rate is different? For your second case: prontera,155,181,4 script healer 742,{ percentheal 100,100; sc_start SC_BLESSING,0,10; sc_start SC_INCREASEAGI,0,10; sc_start SC_CONCENTRATION,0,10; sc_start AC_CONCENTRATION,300000,0; //This will last 5 minutes, edit to your needs end; }
  19. Flaid

    Soul breaker

    The Soul Destroyer skill's function didn't change for quite a long time already. It's set to ignore the target's def cards. If you think it's unbalanced set a cast time. If you check, it is the same function in pre-renewal. You can set a cast time on ur skill_cast_db.txt though. Try messing around with those // 0x01 - No damage skill // 0x02 - Has splash area // 0x04 - Damage should be split among targets // 0x08 - Skill ignores caster's % damage cards (misc type always ignores) // 0x10 - Skill ignores elemental adjustments // 0x20 - Skill ignores target's defense (misc type always ignores) // 0x40 - Skill ignores target's flee (magic type always ignores) // 0x80 - Skill ignores target's def cards Edit: Did you really just copy-paste your thread from the database section?
  20. Apperently tinypic changed it's format, it was bmp. Lol. Anyhow, here's the files. Immaterial.rar
  21. Pass me the file and I'll do it.
  22. Try this prontera.gat,xxx,xxx,4 script Trader 666,{ set $@npcname_mpq$, "^4000C0[Trader]^000000"; mes $@npcname_mpq$; mes "Give me 100 Yggdrasil or 100 Box of Thunder product and I'll put them in 1 Box. Which one do you want to trade?"; next; menu "Yggdrasil Berry",L_Berry,"Yggdrasil Seed",L_Seed,"Box of Thunder",L_BOT,"Cancel",L_Exit; L_Berry: mes $@npcname_mpq$; mes "How many boxes do you want?"; input @berry; if(countitem(607) < (100*@berry)) goto LNotEnough; delitem 607,(100*@berry); mes "You really have that many Berrys? Okay, let's trade!"; getitem YGGBERRYBOXIDHEREIDKTHEID,(1*@berry); mes "Thank you sweety. Dont ygg too much!"; close; L_Seed: mes $@npcname_mpq$; mes "How many boxes do you want?"; input @seed; if(countitem(608) < (100*@seed)) goto LNotEnough; delitem 608,(100*@seed); mes "You really have that many Seeds? Okay, let's trade!"; getitem YGGSEEDBOXIDHEREIDKTHEID,(1*@seed); mes "Thank you sweety. Dont ygg too much!"; close; L_BOT: mes $@npcname_mpq$; mes "How many boxes do you want?"; input @bot; if(countitem(12028) < (100*@bot)) goto LNotEnough; delitem 12028,(100*@bot); mes "You really have that many Boxes of Thunder? Okay, let's trade!"; getitem BOXOFTHUNDERIDGOESHERE,(1*@bot); mes "Thank you sweety. Dont abuse it too much!"; close; LNotEnough: mes "You dont have the required items...?"; mes "Come back when you are actually ready. Now gtfo!"; close; L_Exit: close; }
  23. Flaid

    Automated Events

    It all is explained really good on the wiki. Click -HERE-
×
×
  • Create New...