Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 09/24/2018 in all areas

  1. 1 point
    I didn't test so idk if it works. Hopefully it works for you though.
  2. 1 point
  3. 1 point
    why would you fuse rings into apparels? o_o
  4. 1 point
    Maybe something like this? inside ur attrcalculate.lua function CreatCha( role ) --[[´´½¨½ÇÉ«]]-- --LuaPrint("Enter function CreatCha(role) --[[create character]]--".."\n") local attr_ap = Attr_ap( role ) + 4 --[[£«5µã×ÔÓÉ·ÖÅäµãÊý]]-- SetCharaAttr( attr_ap, role, ATTR_AP ) AttrRecheck(role) hp = GetChaAttr( role, ATTR_MXHP ) sp = GetChaAttr( role, ATTR_MXSP ) SetCharaAttr( hp, role, ATTR_HP ) SetCharaAttr( sp, role, ATTR_SP ) CreatChaSkill ( role ) --LuaPrint("Out function CreatCha(role) --[[create character]]--".."\n") AddChaSkill ( role , SKILL_NUM , 1 , 1 , 0 ) --Replace SKILL_NUM to your newbie skill id in skillinfo.txt --SystemNotice ( role , "Learned skill '[Newbie Slash]'" ) end
  • Newsletter

    Want to keep up to date with all our latest news and information?
    Sign Up
×
×
  • Create New...