Jump to content

CandyCandy

Members
  • Posts

    36
  • Joined

  • Last visited

Posts posted by CandyCandy

  1. Quite sad to hear that.

     

    K e o u g h looked like quite promising mapper, but...

    Now, because of people like him, Functor wouldn't do any compromises on his services when it's really needed to someone.

    "Thank you very much" K e o u g h. -__-

  2. Hello everyone!
    Help me find a working command for auto buying.
    I have found, but they are not suitable for the new revisions.
    Thank you

    There is already Purchase Shop. Why do you need anything else?

  3. Updated to 2.6.4.204, fixes graphics card resolution list issue on Windows 8. If you use Windows 7 or 8, you are encouraged to update.

    Source has also been updated to reflect relevant changes.

    Edit:

    Since today's release was such a fail, let's do this again and better (2.6.5.207).

    Thank you, Ai4rei! <3

    Running smoothly~

     

    The switch between REG and LUA - I see that LUA being turned ON by default.

    Could this be a problem with first start of RO client, when it would look at registry first?

    Or this isn't a problem for new ragexe, as it using only lua files?

     

    UPD: Is that right that LUA switch changing both LUA and REG options?

  4. I was just wondering if there's an easier way to check a player's job in the source than what I've been using, which is this, for example, to determine if they're 3rd classes:

    if( bl->type == BL_PC && pc_mapid2jobid(((TBL_PC*)bl)->class_, ((TBL_PC*)bl)->status.sex) >= JOB_RUNE_KNIGHT )

    But I would like to know if there's an easier way to just determine a single class, or will I have to write this statement out for every class I plan to check for?

    Try this?

    if((sd->class_&MAPID_BASEMASK) == MAPID_DARK_COLLECTOR)

    or this

    if(sd->class_ == MAPID_DARK_COLLECTOR)

    Saw lot's of those in skill.c checks.

×
×
  • Create New...