Jump to content

Avatar

Members
  • Content Count

    3
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Avatar

  • Rank
    Cabin Boy

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. There are some different approaches to achieve what you desire, if I understood you correctly. One simple way I can think of is the following: In AttrCalculate.lua, locate the function "ExAttrCheck(role)" . After the local variables declarations, add the following: if job == JOB_TYPE_SHENGZHIZHE or job == JOB_TYPE_HANGHAISHI or job == JOB_TYPE_FENGYINSHI then mnatk = mnatk + (Sta(role) * 1 + math.pow(math.floor( Sta(role)*4/20), 2 )) -- Or whatever formula you want to use for minimum attack mxatk = mxatk + (Sta(role) * 1 + math.pow(math.floor( Sta(role)*4/20), 2 )) -- Or whatever formula you want to use for maximum attack end I haven't tested it tho.
  2. I managed to compile it, but I'm also facing the "Illegal birth place" problem. I'll try that, thanks! Have you succeed solving these two issues?
  3. Avatar

    PKO 1.38 Addons

    Hello! Are these files good to start delving into PKO development? I'm new around here, but I already have a solid background with programming and I also have played many PKO servers, so I was wondering where should I start. The .txt inside the .rar says the following: Is there any list of these bugs / exploits? If not, could anybody enlighten me about them so I can look up or make my own fixes? Thanks in advance!
×
×
  • Create New...