Jump to content

osito2dancer

Members
  • Posts

    12
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

About osito2dancer

Profile Information

  • Gender
    Male
  • Country
    Chile

osito2dancer's Achievements

Newbie

Newbie (1/16)

0

Reputation

  1. I would like to ask for Weekly SSQ too (//ssq cyclemode default 0.25 should work for 7 day periods, no?).
  2. Nice share, if you could get some pointers on that code: 1) It doesnt take into account Kamael classes (123 - 136). Its not that hard to add them tho. 2) Do a check on Noblesse status on your "nobless" AI part, so users that are already noblesse dont "purchase" it again (and lose items on the process). 3) You can also check "onetimequest" flag on quests 235 (and 236 for kamaels), so users that already have subclass dont "purchase" it again (and lose items on the process). Well done :D. O2D
  3. Sorry for necro'd, but i followed that link and got an error msg. I would like to know if setting //ssq cyclemode default 0.25 would do the trick (to set a 7 day period rather than the standard 14 day one). Thanks in advance.
  4. If you are using the code "as-is", the faster choice would be edit out all the htmls for second classes (class_master_XX.htm with XX = class code [0 human fighter, 1 warrior, 2 gladiator, and so on], removing the links for 3rd job). If you know your AI, you could just remove the "class change function" (func_call 184680657 // func[ClassChange]) for 3rd job clauses (which enter by the ask=160&reply=-3), but you gotta remove whole "IF" blocks and not just one line.
  5. Yeah, i meant to answer alessandrohto's accusations, that if he got hacked, it might've been because of a bad assessment on his behalf, rather than the tool itself.
  6. The tool does allow abuse, since its not meant for public distribution, but rather like a support tool for server admins and high level GMs, since it deals with sensitive data (SQL query access, Cached admin port access, Server access). If anyone plans to use it, he has to do an evaluation of risks before blindly setting the accesses up and leave it be. Im beginning to wonder if the user enabled CacheD port 2012 for remote connections, perhaps that's why he got hacked?
  7. To know how to invoke the //who command (GM Ingame Command, to check how many users are online at a given moment) for it to be shown as a webpage query. I know you can get an estimate with SQL queries (login > logout in userdata), but //who is more precise.
  8. Hello: I remember that sometime ago (like C1 Chronicle ago, 200X), there was a way for one to query the server and get the //who command transmitted for webpages and such. Does someone remember that, and if so, have the code for it? Thanks in advance :D.
  9. Thanks, you are a good man :D.
  10. Do you have the C4 ones? Cant seem to find them anywhere >-<
  11. Do you guys have a list of opcodes and functions to feed to CacheD 2012 port? I'm trying to find them but i cannot google efficiently enough to find it >.<
×
×
  • Create New...