Jump to content

Arcenciel

Members
  • Posts

    1315
  • Joined

  • Last visited

  • Days Won

    10

Everything posted by Arcenciel

  1. <map name>,<x>,<y>,<facing>%TAB%script%TAB%<NPC Name>%TAB%<sprite id>,<triggerX>,<triggerY>,{<code>} TriggerX and triggerY, if given, will define an area, centered on NPC and spanning triggerX cells in every direction across X and triggerY in every direction across Y. Walking into that area will trigger the NPC. If no 'OnTouch:' special label is present in the NPC code, the execution will start from the beginning of the script, otherwise, it will start from the 'OnTouch:' label. Monsters can also trigger the NPC, though the label 'OnTouchNPC:' is used in this case. https://rathena.svn....pt_commands.txt Trigger X and Y just declares how far the player has to be from the NPC in the x and y direction for it to trigger. I'm not sure though how big of a number you can put in there for it to work properly.
  2. Oh wow....you can't have decent guild names now..
  3. On a GM, you need to enable the settings that allows you to have all skills in the conf. And also, what job are you testing this on? Your screenshot doesn't work, upload it somewhere else like imgur. Do note that all jobs that are 3-2 except for Royal Guard doesn't have the skill tree laid out.
  4. For data files, there isn't much choice now but these two: http://rathena.org/board/topic/54190-release-basic-rathena-client/ http://rathena.org/board/topic/56317-decompiled-luas-for-2011-11-22aragexere-client/ Diff and Client goes together now via Shinryo's DIff Patcher: I'd recommend 2011-11-22a
  5. Logging of atcommand use is already a feature of rA. conflog_athena.conf
  6. Please don't edit out the content of your first post just because your problem has been solved. Doing this turns your post into a waste as other people might benefit from reading it.
  7. Drop rates are set in the conf folder however it acts a multiplier of sorts to whatever is in the mob_db.
  8. Google it. There's a bunch of tutorials already out there.
  9. http://rathena.org/tools/diff_patcher.php It's in there.
  10. Xray doesn't make use of lua files last I remember.
  11. *gethominfo(<type>) This function works as a direct counterpart of 'getpetinfo': 0 - Homunculus unique ID 1 - Homunculus Class 2 - Name 3 - Friendly level (intimacy score). 100000 is full loyalty. 4 - Hungry level. 100 is completely full. 5 - Rename flag. 0 means this homunculus has not been named yet. 6 - Homunculus level if ( gethominfo(0) != 0 ) ^^ My best guess.
  12. I call BS. It just closed down like poof? The heck? And here's hoping he has a back-up....or maybe not.
  13. If you're using a view id higher than 1000, you have to diff your client to increase the allowed view id.
  14. Your view id is too high. I'm guessing you didn't diff your client to add more view ids. Rediff a client and add the patch that increases the max view id because by default the max is only 1000.
  15. // Max armor def/mdef // NOTE: does not affects skills and status effects like Mental Strength // If weapon_defense_type is non-zero, it won't apply to max def. // If magic_defense_type is non-zero, it won't apply to max mdef. max_def: 250 This setting only defines what the MAX DEFENSE is not the starting defense. This means that the player's combination of items/cards/buffs will not add defense past 250. You're using the setting wrong.
  16. Also by default the server states what revision the server is running on. Could check on that too.
  17. Make sure your script for the portal is being loaded by scripts_warp.conf
  18. Arcenciel

    Aura...

    Here: http://supportmii.com/ro1/Clients/DiffPatcher.7z
  19. That's the only reason I'll ever feel bad for eA going down.
  20. eA is apparently moving hosts..who knows if they'll be back. http://rathena.org/board/topic/57007-eathena/
  21. Check if you have this issue http://rathena.org/b...and-athenaconf/
  22. To accomplish this without using source just comment out the item_db entry for emperium and disable the command @guild.
  23. Request moved to the proper section.
  24. Here: http://rathena.org/b...rathena-client/
  25. Are you asking for graphics or for an item DB entry?
×
×
  • Create New...