Blockland Forums > Modification Help

Another another weapon pack.

Pages: << < (29/77) > >>

DrenDran:

Completly different server starting soon.
(except for the items, hurdur)
Come and join.
Testing out mods of older items, and the new ballistic knife.

TheKhoz:


--- Quote from: DrenDran on September 01, 2011, 11:06:11 AM ---Completly different server starting soon.
(except for the items, hurdur)
Come and join.
Testing out mods of older items, and the new ballistic knife.

--- End quote ---
I had a question.

DrenDran:

Althar will be hopefully making models for us too.
Also, poll added.
I'm working on the level system, and by the time I finish that, althar should have at least one handgun ready.
(tbh the next three guns will have 90% of the same script, so they'll go much faster)

XenocideII:

Don't like black ops

So I don't care for this topic.

DrenDran:

New level up scheme going to be added soon.
Each kill is 50 expirence points.
If you were only to get kills though kills, this is how many kills it would take to level up:

--- Code: ---Level 1 --- 6
Level 2 --- 7
Level 3 --- 8
Level 4 --- 8
Level 5 --- 9
Level 6 --- 10
Level 7 --- 11
Level 8 --- 12
Level 9 --- 13
Level 10 --- 15
Level 11 --- 16
Level 12 --- 18
Level 13 --- 19
Level 14 --- 21
Level 15 --- 23
Level 16 --- 26
Level 17 --- 28
Level 18 --- 31
Level 19 --- 34
Level 20 --- 37
Level 21 --- 41
Level 22 --- 45
Level 23 --- 49
Level 24 --- 54
Level 25 --- 60
Level 26 --- 66
Level 27 --- 72
Level 28 --- 79
Level 29 --- 87
Level 30 --- 96
Level 31 --- 105
Level 32 --- 116
Level 33 --- 127
Level 34 --- 140

--- End code ---

Level xp forumula:

--- Code: ---function getlevelxp(%level)
{
%xp = 300;
for(%a=1;%a<%level;%a++)
%xp *= 1.1;
return mCeil(%xp);
}

--- End code ---


Pages: << < (29/77) > >>

Go to full version