Jump to content

THPO

Members
  • Posts

    45
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by THPO

  1. check mo din ito parang mas Ok ata kung sa script mo ilalagay "setrandomoption"

    Spoiler

    *setrandomoption(<equipment slot>,<index>,<id>,<value>,<param>{,<char id>});

    Sets <index+1>th random option for equipment equipped at <equipment slot>
    to <id>, <value> and <param>.

    See 'getequipid' for a full list of valid equipment slots.

    index parameter can be 0 to MAX_ITEM_RDM_OPT-1 (default 0-4).

    ID - ID of random option. See db/const.txt for constants.
    Value - Value of random option
    Param - Parameter of random option

    meron kasing index ma set mo kung saang slot mo gsto yung stats. lagay mo lang sa OnNPCKillevent

    Spoiler

    OnNPCKillEvent:

    This special label triggers when a player kills a monster without label. The variable
    'killedrid' is set to the Class (mob ID) of the monster killed.

     

  2. Check mo ito sa item_randomopt_group.txt

    // <randopt_groupid>,<rate>,<randopt_id1>,<randopt_value1>,<randopt_param1>{,<randopt_id2>,<randopt_value2>,<randopt_param2>,<randopt_id3>,<randopt_value3>,<randopt_param3>,<randopt_id4>,<randopt_value4>,<randopt_param4>,<randopt_id5>,<randopt_value5>,<randopt_param5>}

    meaning sa isang item pwede ka maglagay ng 5 random option randopt_id5 add ka lng ng same pattern base sa guide.

    itong nasa script mo:

    RDMOPTG_MaxHP,2,RDMOPT_VAR_MAXHPAMOUNT,600,0,RDMOPT_VAR_HPACCELERATION,10,0,RDMOPT_VAR_MAXHPPERCENT,5,0

    taasan mo nlng yung Rate. try mo lang

     

  3. I think it would be nice indeed because of the renewal features especially using latest client. since it will be based on official server I think players will be used to it.

    I wish I could try it if ever you make the server open to public :D. I've also been planning to copy mechanics from Revo-Classic (ROEXE, PRO) on my free time slowly but for test only.

  4. make sure you set this option on conf/char_athena.conf

    set to 1 for "email"

    // Restrict character deletion by email address or birthdate.
    // This restricts players from changing the langtype and deleting characters.
    // Defaults based on client date.
    // 1: Email address
    // 2: Birthdate
    // 3: Email address or Birthdate
    // IMPORTANT!
    // - This config only works for clients that send 0x0068 or 0x01fb for delete request.
    // - Use langtype 1 for newer clients (2013+), to use 0x01fb.
    // - Clients that are not using 0x0068 or 0x01fb, only use birthdate (YYMMDD) as default.
    char_del_option: 2

    after diff your client with NEMO with "Always use email for character deletion"

    • Upvote 2
  5. @Stolao Hi bro, I'm currently trying your Script on Hercules and trying to make it work just wanted to ask whats the use of this line:

    OnLoginCmnd:

    Sorry I got it xD my mistake for not checking the whole script. I'll just check why it's getting a "script_rid2sd: fatal error" on hercules.

    Thanks for this release :D

     

     

  6. Hello Guys, Just wanted to ask where can I fix this issue somehow I don't think this is right though.

    as you see on the Screenshot somehow crit stats went to 92 when I don't even have high Luk and I only have Triple Crit Jur and RoC for Crit Stats.

    BTW I am using latest version of rA and configured as pre-re

    http://imgur.com/a/RQqCI

×
×
  • Create New...