Jump to content

Euphy

Members
  • Posts

    2997
  • Joined

  • Last visited

  • Days Won

    73

Everything posted by Euphy

  1. I don't really think this would be helpful. I'm rejecting this seeing as no one's had any input for a year and a half.
  2. The "faking" of an instanced map name was introduced as a default for maps not named with the i@mapname structure in the r17386 rewrite. We aren't going to worry about outdated client support, as explained by this topic.
  3. You can use pull requests for something like this, you know. Want to give it a shot?
  4. @Amaranth: You're not using rAthena (or you're way behind on updates). @P r o p e r t i e s: I can guarantee it's not an issue with the default script. o.o @hendra814: Replace the 'setdragon;' command with: { set .@i, select("Green:Brown:Gray:Blue:Red"); setdragon .@i; }Full script: http://pastebin.com/raw.php?i=VHnjCBTq@GMKoji: Add a check after 'getequipisenableref', e.g. set .@id, getequipid(getarg(1)); if (.@id == YOUR_ITEM || .@id == YOUR_ITEM || ...) { dispbottom getitemname(.@id)+" cannot be refined this way."; end; }@Cyrax:I don't offer support for that emulator, sorry.
  5. Wow. o__o Ragnarok would attract way more players if this were the actual starter map...
  6. Oh, oops. That should be -3, not -4. I'll edit it shortly.
  7. The 'addtimer' issue could be related to bugreport:7979 (a very old bug).
  8. - script WOE_BLOCK -1,{ OnPCLoginEvent: // When a GM logs in during WOE, kick them. if ((agitcheck() || agitcheck2()) && getgmlevel()) atcommand "@kick "+strcharinfo(0); end; OnAgitStart: OnAgitStart2: // When WOE starts, kick all GMs. addrid(0); if (getgmlevel()) atcommand "@kick "+strcharinfo(0); end; }
  9. See Basic_Scripting#Conditions.2C_Variables.2C_and_Set for descriptions of variable types.
  10. Port Malaya is now complete. npc/re/cities/malaya.txt npc/re/guides/guides_malaya.txt npc/re/instances/BakonawaLake.txt npc/re/instances/BangungotHospital.txt npc/re/instances/BuwayaCave.txt npc/re/quests/quests_malaya.txt (other files too, but those are the major ones)
  11. Completed El Dicastes update [Joseph] :: r17009 > Official replacement of our current scripts. 3-1 and 3-2 job updates [Euphy] -- Arch Bishop, Guillotine Cross, Mechanic, Royal Guard (r16990); -- Sorcerer, Wanderer (r16991); -- Geneticist, Warlock, Sura (r17010); -- Minstrel, Shadow Chaser (r17024); -- Rune Knight, Ranger (r17028). Rewrite all UseSkillToPC commands [Euphy] :: r17049 > Replace all instances of UseSkillToPC with our command. > Most developers have not left a comment for the original command, so we'll need to prune through all the official files (making this a far more time-consuming task). Bio Lab 4 Access Quest translation [Euphy] :: r17063 > Initial implementation. Endless Tower update [Euphy] :: r17165 > Update to match the latest official script. Dewata script update [Lemongrass/Euphy] :: r17178 > Official replacement of our current scripts. Malangdo scripts [Euphy] > Official scripts. -- r17056, r17060, r17158, r17167, r17168, r17172, r17186, r17224, r17234, r17269, r17275, r17279, r17328 Mora NPCs and quests [Euphy] :: r17325, r17340 Mora Enchants [Euphy] :: r17342, r17344 Hazy Forest instance [Euphy] :: r17344 > Official scripts. Hall of Abyss [Euphy] :: r17368 > Official scripts. > We currently need a lot more information on when investments start/end and when dungeons open/close. Old Glast Heim Memorial Dungeon translation [Euphy] :: r17426 / 914dbda > Initial implementation. Port Malaya quests [DeadlySilence/Euphy] Port Malaya instances [Euphy] > Official scripts. -- Finished as of a1adc15.
  12. Where do you cap the bonuses, then? You can't realistically have infinite bonuses, and once they start to taper, you run into the same problem. The bonuses might also discourage new players from joining if they get out of hand.
  13. From now on, please submit pull requests on GIT to submit translation updates. Thank you!
  14. The admins are still working on this; we may switch to a different auto-sync system if this doesn't get resolved soon. We apologize for the delay.
  15. sc_start SC_STRFOOD,10000,5;
  16. This won't (or shouldn't) work with NPCs - they have no stats, so if you got this to work it'd most likely crash your server.
  17. PapaZola, this topic is one year old. o.o In any case, Goddameit's function is in my WOE Controller already.
  18. Doing what Jasc wrote will run rAthena in Pre-Renewal mode. @vhan48: Pre-Renewal is post-13.2, and eAthena runs that as well.
  19. I use BareGrep on Windows as it's countless times faster than the Windows search bar.
×
×
  • Create New...