Search found 4 matches
- Mon Dec 04, 2017 4:25 pm
- Forum: Troubleshooting
- Topic: New Server, All stats are zero
- Replies: 1
- Views: 2445
New Server, All stats are zero
Hello. I just noticed after setting up a private server that all the character stats except STR are set to 0. It is doing this for every new character regardless of job. I have pulled the server build files three different times and rebuilt the server EXEs, dropped and recreated the database. Nothin...
- Sat Dec 02, 2017 2:09 pm
- Forum: Scripting
- Topic: Modifying job abilities
- Replies: 1
- Views: 2327
Re: Modifying job abilities
I figured out the problem with the abilities. I can't get traits working though. I tried changing the jobID from a handful to 1 and lowered the level to 0, restarted the server, and don't see them showing up. Is this something that can be changed in the database? Or is it something I need to code?
- Sat Dec 02, 2017 11:08 am
- Forum: Scripting
- Topic: Modifying job abilities
- Replies: 1
- Views: 2327
Modifying job abilities
What is the process for reassigning abilities to jobs? I found a few topics discussing unlinking the primary key for duplicating an ability, some referring to client restrictions, and another that states abilities can have their levels changed. So far I haven't been able to get any ability reassigne...
- Fri Dec 01, 2017 4:26 pm
- Forum: Scripting
- Topic: How to get current job stats
- Replies: 1
- Views: 2391
How to get current job stats
Good afternoon. I've been running searches on Google and this forum and haven't found an answer to how to get the current stats of a job for a LUA script. I can get current HP with player:getHP(). Is there a similar counterpart for obtaining the current stat for STR, DEX, etc?