Tricky was that in zombie.lua there missing words and i dont know what symbols. I am 0% in scripting. There are the screenshoot > http://prntscr.com/9knksx
I was on last step, with zombies.lua and in there i cant find exatly setElementData (killer, "headshots" getElementData (killer, "headshots ") +1 there wasnt that ,i searched with search feature, it only searched for 1 headshot word. I just copied that text below it as instructions..
So the problem is, where i need to copy these files or folder within it. > http://prntscr.com/9knloe
Question
bundiiE
So, i downloaded WarZone MTA DAYZ Level System. I followed all these steps >
Open login.lua
Look for: Local playerDataTable = {Below add: {"level"}, {"experience"} Look for: elseif date [1] == "humanity" then setElementData (player, [1] data, 2500) Below place: elseif date [1] == "level" then setElementData (player, data [1], 1) elseif date [1] == "experience" then setElementData (player, data [1], 1) Open the spawn.lua Look for: addPlayerStats (killer, "humanity", math.random (-2500, -1000)) add Below: setElementData (killer, "experience", getElementData (killer, "experience") + 7357) Look for : addPlayerStats (killer, "humanity", math.random (1000.2500)) Below place: setElementData (killer, "experience", getElementData (killer, "experience") + 6479) Search for: setElementData (killer, "headshots" , getElementData (killer, "headshots") + 1) Below place: setElementData (killer, "experience", getElementData (killer, "experience") + 130) Open zombies.lua Look for: setElementData (killer, "zombieskilled" getElementData (killer, "zombieskilled") + 1) Below place: setElementData (killer, "experience", getElementData (killer, "experience") + 115) Search for: setElementData (killer, "headshots" getElementData (killer, "headshots ") +1) Below place: setElementData (killer," experience ", getElementData (killer," experience ") + 63)
Tricky was that in zombie.lua there missing words and i dont know what symbols. I am 0% in scripting. There are the screenshoot > http://prntscr.com/9knksx
I was on last step, with zombies.lua and in there i cant find exatly setElementData (killer, "headshots" getElementData (killer, "headshots ") +1 there wasnt that ,i searched with search feature, it only searched for 1 headshot word. I just copied that text below it as instructions..
So the problem is, where i need to copy these files or folder within it. > http://prntscr.com/9knloe
I copied them into resources folder, then it fails to start > http://prntscr.com/9knlze
Ok, i deleted it from there, i copied to [DayZ-MTA] folder, then i start it, but it doesnt exist, i type in console refresh, it doesnt refresh.
So where exatly i need to copy these files/folder within that files to work that LVL system.
Link to comment
1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now