Jump to content

Arcenciel

Members
  • Posts

    1315
  • Joined

  • Last visited

  • Days Won

    10

Community Answers

  1. Arcenciel's post in @Help Merging 3ceam DB to rAthena was marked as the answer   
    No, you just need to figure out the proper changes to make so that your databases would be compatible for rA.
    I would like to suggesting sending Brian a PM because as far as I know he's well versed in SQL Queries.
  2. Arcenciel's post in Disable mount on Prontera was marked as the answer   
    I thought you wanted mounts to be disabled in Prontera? Whenever someone goes to Prontera, the script removes their mount no matter what.
    To disable Reins of Mount from being used in Prontera edit the script in the item_db entry to this:

    if (strcharinfo(3) != prontera) { setmounting(); }
  3. Arcenciel's post in Bot Checker was marked as the answer   
    Anti-Bot scripts are ineffective and only annoyance to real players. If you really insist on having one, search for the one made by Mytzer or something like that in eA
  4. Arcenciel's post in IRO Official Daily Quests was marked as the answer   
    http://rathena.org/board/topic/61446-rikimarus-iro-official-daily-quests/
  5. Arcenciel's post in dye ncp was marked as the answer   
    Use the search function.
    http://rathena.org/board/topic/56789-stylist-a-less-anoying-one/
  6. Arcenciel's post in Complete 3rd Job Breeder. was marked as the answer   
    Someone already made this. Use the search function.
    http://rathena.org/board/topic/59785-falconcartmount-rental-npc/
  7. Arcenciel's post in List of requested/needed scripts was marked as the answer   
    As peopleperson49 stated, a lot of those script exist somewhere already. Use the search function.
    Try this too: http://rathena.org/board/topic/56560-tsr-script-archives/
  8. Arcenciel's post in Old Morocc Mob Spawns was marked as the answer   
    Get a copy of an older revision via TortoiseSVN prior to when they were removed...now the only problem is searching which revision that was.
  9. Arcenciel's post in Hidden Antibot Monster was marked as the answer   
    Script based Anti-bot don't work since there's always ways around it. If you truly want an Anti-bot, you'd have to invest in programs like Harmony which prevents botting by manipulating the client itself.
    However if you really want one, here is one from eAthena: http://www.eathena.ws/board/index.php?showtopic=283847
  10. Arcenciel's post in Dice Event was marked as the answer   
    http://rathena.org/board/files/file/890-script-dice-event-by-eathenanabs/
    Just need to modify the variable.
  11. Arcenciel's post in Can anyone gimme some diff patch toturial? need some help was marked as the answer   
    Diff patching is pretty easy.
    Download the patcher and read the directions on the post
    http://rathena.org/board/topic/53420-shins-diff-patcher/
    Get your unpatched client here: http://supportmii.com/ro1/Clients/
  12. Arcenciel's post in Third Job Item NPC was marked as the answer   
    rAthena already has this
    https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/npc/merchants/3rd_trader.txt
    Check it if it's what you need.
  13. Arcenciel's post in What's this? was marked as the answer   
    fictionworld, Gravity Errors are useless. It doesn't tell us anything.
    What did you do or are doing that causes the error to show up?
  14. Arcenciel's post in [REQUEST] Kafrapoints given when in pvp was marked as the answer   
    - script Sample -1,{ OnPCKillEvent: if( strcharinfo(3) == "mapname" || strcharinfo(3) == "mapname" || strcharinfo(3) == "mapname" || strcharinfo(3) == "mapname" || strcharinfo(3) == "mapname" ){ set #KAFRAPOINTS,#KAFRAPOINTS + 1; dispbottom "Gained 1 Kafra Points.. Total accumulated Points = "+#KAFRAPOINTS; } end; }
    That's the simple less complicated way of doing it.
  15. Arcenciel's post in Dragon Nest 300 Goblins was marked as the answer   
    http://rathena.org/b...ster-challenge/
    ^^ Hope that fulfills your request.
  16. Arcenciel's post in Skill point remover was marked as the answer   
    Something a lil bit more elaborate
    skillpointremover.txt
×
×
  • Create New...