Jump to content

X-EcutiOnner

Members
  • Posts

    40
  • Joined

  • Last visited

Community Answers

  1. X-EcutiOnner's post in how to speedup server startup for windows? was marked as the answer   
    Compile with (x64) Release mode
  2. X-EcutiOnner's post in Client Admin Privilege was marked as the answer   
    You can do this with ResHacker, See Manifest and find string "requireAdministrator" replaced with "asInvoker"... All done!!!
  3. X-EcutiOnner's post in Custom skill was marked as the answer   
    your skill_db and skill_tree look like Hercules not rAthena

     
    ---skillinfolist.lub
    [SKID.NJ_SENBON] = {
            "NJ_SENBON",
            SkillName = "Senbon",
            MaxLv = 1,
            SpAmount = { 2 },
            bSeperateLv = true, <- change to false
            AttackRange = { 9 },
            
            _NeedSkillList = {
                { SKID.NJ_KUNAI, 1 }
            }
        },
    ----skill_id.lub 
    NJ_SENBON = 8443
    for Hercules custom skill range you can use only 900 - 999
    for rAthena custom skill range you can use only 800 - 999
    GOOD LUCK!!!
     
  4. X-EcutiOnner's post in Change Minimal Zeny record in zeny_log was marked as the answer   
×
×
  • Create New...