Jump to content

Adam

Members
  • Content Count

    66
  • Joined

  • Last visited

Everything posted by Adam

  1. Hm, well that's how my folder looks like. Let me know if something is wrong please.
  2. Hello, Can anyone modify this script so it concerns not only the killer but anyone in the whole party (IF the killer is in one) That sounds more fair for support classes, right ? Thanks
  3. I think the same By the way, your workaround works like a charm, thanks. I'll mark the topic as solved for now, and will update it whenever we get a fix for that issue.
  4. Thanks for the help Angelmelody, I've changed the .txt file as indicated, still the skill's level can't be modified, do you have any suggestion ?
  5. Could I get more detailled information please ?
  6. Hey everyone, I want aco classes to be able to teleport around as easy as using a flywing then that is my setup: // Allows players to skip menu when casting Teleport level 1 // Menu contains two options. "Random" and "Cancel" skip_teleport_lv1_menu: yes But they can't benefit this configuration tho because the "teleport" in the skill tree can't be modified and adjust to 1 or 2 at will (like Agi UP for instance) Did I miss anything there ? Thanks for your help.
  7. That would work, you're right there evilpuncker. Still worth to be considered as a bug since in this case -let's say I'm a sadistic person and I want the players to die upon killing the wrong poring muhahahah....but such situation could happen in many other scripts- I need a post-mortem action: The warp back. Now the problem would be, as Ind mentioned in Annie's bug report; this could be intended and/or considered as a preventive counter-measure to prevent people to interact with NPC when they already are dead. Out of my hands for now.
  8. Hi, Title says it all ^^; For this script (poring catcher) I need people to die (which happens) and to be automatically warped back to prontera (which doesn't happen) What's wrong with this please ? Thanks.
  9. First of all, my bad. The part of the script that doesn't work, wasn't made by AnnieRuRu (a MvP Ranking script that got merged with Annie's PvP ladder) http://pastebin.com/U8RAbvaK So the problem comes from my MvP Ranking table: It does not record MvP kills in the sql. Here's my table: CREATE TABLE IF NOT EXISTS `mvp` ( `char_id` int(11) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL DEFAULT '0', `kills` int(11) unsigned NOT NULL DEFAULT '0', `points` int(11) unsigned NOT NULL DEFAULT '0', `level` int(11) unsigned NOT NULL DEFAULT '0', KEY `char_id` (`char_id`), KEY `kills` (`kills`), KEY `points` (`level`), KEY `level` (`level`)) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=156262 ; Thank you.
  10. Hello, I'm running an eAthena version of this nice script which apparently gives me some issues with my hercules-based server. I couldn't find an Hercules version while browsing the forum, does it exist ? Thanks. SOLVED, thanks to people who tried to help. Because the version I had was merged with some others scripts, had to make an individual and clean re-installation of each script.
  11. Adam

    MAC IP Address

    Hello everyone, Instructions have been followed: I have installed the .Path manually and made the change in the SQL data base. Im using 2012 04 10 with SSO login diff. Yet, anytime someone logs in, the row called "last_mac" doesn't fill up. Any help would be great. Thanks
  12. Hello there, In case the topic still interests people, THIS is what I used when I was using rAthena (switched to Hercules recently). Hope it helps.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.