Jump to content

Mystery

Members
  • Posts

    2192
  • Joined

  • Last visited

  • Days Won

    12

Everything posted by Mystery

  1. You used this patch?.. http://mysterious-project.googlecode.com/svn/trunk/2012%20Cart%20Patch.patch
  2. Dont know how you're having a problem.. I have this patch http://mysterious-project.googlecode.com/svn/trunk/2012%20Cart%20Patch.patch and it's working fine.
  3. Why are there symbols there.. o_O.. there aren't symbols int he script though.. :S
  4. Mystery

    Status Frost

    You take the same code: if (sd) tick>>=1; //Half duration for players. case SC_STONE: case SC_FREEZE: sc_def = 3 +status->mdef; +if(sd && type == SC_FREEZE && sc_def == 51 && status->luk == 110) + sc_def = battle_config.pc_max_sc_def; break; and change luk to INT and 110 to 100: if (sd) tick>>=1; //Half duration for players. case SC_STONE: case SC_FREEZE: sc_def = 3 +status->mdef; +if(sd && type == SC_FREEZE && sc_def == 51 && status->int == 100) + sc_def = battle_config.pc_max_sc_def; break; Should work the same way.
  5. In the recent SVN revisions, cell limit for vends was added. I was wondering, if maybe this can be done to regular player chats as well? Vends get in the way of NPCs, yes, but player chats are often found right on top of them as well. So, why not do it for player chats as well? Could someone help please?
  6. Try now, should be fixed o-O New releases: New~! randoms/OnDeath New~! WeaponForger
  7. I literally never played around with the license screen before.. so I'm not 100% sure what's going on =
  8. Mystery

    PC_Bleed

    Theres a status called bleeding?.. o_o
  9. a RO 2 client?.. Its only suitable for RO2, not vice-versa.
  10. So when you cast Asura, chinese letters (korean, etc.) letters pop up ;3! Though, those can be easily changed
  11. Mystery

    Shop

    Alright! Thanks Euphy. I'll see what I can do with it ;3! Edit: I don't see any items in the shop.. o_O. Also, mine is an account variable: #. So, I've set points as an account variable and when i test the ladder, it only returns my value: 2 but it says Cant Find Value: 2 hm?
  12. Although we agree, the final decision is based on Jguy's and the rest of the Administration team.
  13. Mystery

    Shop

    Euphy, would it be possible to make a ladder out of those points? Like, since its a variable is there anyway you get the NPC to make sorta like a List of players with the most of those points from that specific variable?
  14. If it's bugged, why wasn't there a Rollback? o_o
  15. It still is one of the best out there. Just because you have to give the patcher privilege to run, doesn't downgrade Thor Patcher in any way.
  16. Is that when you just loaded it without any modifications?
  17. @Brian LOL! That game kicks ass.
  18. @Judas, which client has that fixed? @Winz, I believe there's no more "Stat" Creation in the new clients.
  19. rAthena needs to find out these changes:
  20. Because if you run the script, the map server spits out that it cant find the quest "5112" in the DB.
  21. How do you change that lettering at the top? It's hardcoded right? =/
  22. You can set a "Faction" to a desired character with the scriptcommands: *factioninfo(<type>); type: 1 = Faction's name 2 = Race 3 = Element 4 = Ele lvl 5 = Alliance ID *setfaction <ID>; *factionmonster "<map name>",<x>,<y>,"<name to show>",<mob id>,<amount>,<faction ID>,{,"<event label>"}; *setfaction <ID>;
×
×
  • Create New...