Jump to content

Euphy

Members
  • Posts

    2997
  • Joined

  • Last visited

  • Days Won

    74

Everything posted by Euphy

  1. It'd work better as: *monster "<map name>",<x>,<y>,"<name to show>",<mob id>,<amount>{,"<event label>",<size>,<ai>}; For backwards compatibility. :>
  2. The link is fine, you have to be logged in to download attachments. http://pastebin.com/raw.php?i=2GPBMMgg
  3. Did you comment out the castle scripts...? You can't do that and expect controllers to function properly.
  4. r16571 Ind added a debug message for when a nonexistent label is called, so your mapserver should scream when starting WOE with Toasty's controller currently.
  5. 1. You could do attachrid(killedrid) to get BaseLevel - not sure how that compares to query_sql, though. 2. The 'nightmaredrop' mapflag includes a 'type' parameter: //= pvp_nightmaredrop id,type,percent //= id: Drop a specific item ID or "random" //= type: "inventory", "equip", or "all" //= percent: Rate of item drop. 4. 'noexp' mapflags everywhere?
  6. ...,{},{ atcommand "@autoloot 100"; },{ atcommand "@autoloot 0"; }
  7. Perform an SQL query for base_level of killedrid, then calculate EXP accordingly (not too difficult). You could use the 'nightmare' mapflag, no? Seems more efficient than running a script, but could be better written in source. Not sure about this one. A simple database edit: UPDATE `mob_db` SET EXP = 0, JEXP = 0;
  8. Closing this, download approved.
  9. http://pastebin.com/raw.php?i=pzSmxvZe Mind sharing the map files, as well? :>
  10. Euphy

    Tax Script

    If you want this on every shop, this is probably a source request, then.
  11. Toasty's controller no longer works with newer versions of rAthena. Use mine, or fix the label calls in his.
  12. I think the default 'monster' command should be structured like this, tbh.
  13. Euphy

    Cluckers

    That's every hour.
  14. UPDATE `char` SET `last_map`='prontera',`last_x`=156,`last_y`=191 WHERE `name`='<char name>';
  15. Euphy

    Cluckers

    There's a copy in the SVN: trunk/npc/custom/events/cluckers.txt Using that one, OnMinute00: if (gettime(3)%2 || .startcluck) end; announce "[Cluck! Cluck! Boom!] is about to start in Prontera!",bc_blue; initnpctimer; end;
  16. - script gm_1_70 -1,{ OnPCLoginEvent: if (getgmlevel() && getgmlevel() <= 70) { atcommand "@battleignore"; atcommand "@monsterignore"; } end; }
  17. There is no setting in eAthena for this.
  18. Euphy

    item slot

    http://rathena.org/board/topic/62972-expansion-diff/page__p__98836#entry98836
  19. http://www.eathena.ws/board/index.php?showtopic=240194
  20. I really wonder if people bother to read the settings I provide. o.o set .SkillPointCheck,1; // Force player to use up all skill points? (1: yes / 0: no)
  21. Euphy

    Woe error

    Toasty's controller no longer works with some of the guild/ and guild2/ updates in rAthena.
  22. You need to add new skill files for NPC_EARTHQUAKE. See: http://www.eathena.ws/board/index.php?showtopic=241741
  23. Yay, you're a mod! :>

    1. AnnieRuru

      AnnieRuru

      yeah, I don't even need to apply with staff applications xD

      I used backdoor :D (PM with an admin of cos, cos I'm ex-staff anyways)

×
×
  • Create New...