The following warnings occurred:
Warning [2] Use of undefined constant SAPI_NAME - assumed 'SAPI_NAME' (this will throw an Error in a future version of PHP) - Line: 3388 - File: inc/functions.php PHP 7.4.33-nmm6 (Linux)
File Line Function
/inc/functions.php 3388 errorHandler->error
/showthread.php 116 build_archive_link
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm6 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/inc/functions.php 3324 build_forum_breadcrumb
/showthread.php 195 build_forum_breadcrumb
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm6 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/showthread.php 195 build_forum_breadcrumb






Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
help
Author Message
zevs232
Apprentice
*

Posts: 4
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Dec 2014
Reputation: 0



Post: #1
help
hello anybody can help me make a script with 1- 10 LEVEL
I script itself is from 10 LVL till 100 Level

the same script


[COMMENT f_get_exp]
if (<tag.lvl> <10)
local.exp_to = <def.level <eval <tag.lvl> + 1 >>> - <def.level <eval <tag.lvl >>>>
local.exp_need = <def.level <eval <tag.lvl> + 1 >>>
local.exp_have = <tag.totexp> - <def.level <eval <tag.lvl >>>>
ElseIf (<tag.lvl>! = 100)
if (<tag.lvl>> = 10)
local.exp_to = <50000000 eval + ((<tag.lvl>) * 500000)> - <eval 50000000 + ((<tag.lvl> -10) * 116000)>
local.exp_need = <eval 2200000 + ((<tag.lvl> -9) * 116000)>
local.exp_have = <tag.totexp> - <eval 2200000 + ((<tag.lvl> -10) * 116000)>
else
local.exp_to = <50000000 eval + ((<tag.lvl>) * 500000)> - 50000000
local.exp_have = <tag.totexp> -50000000
endif
endif

// bug fix for 100 lvl
if (<tag.lvl>> = 100)
local.exp_to = <eval 2200000 + ((<tag.lvl> -9) * 116000)> - <eval 2200000 + ((<tag.lvl> -10) * 116000)>
local.exp_need = <eval 2200000 + ((<tag.lvl> -9) * 116000)>
local.exp_have = <tag.totexp> - <eval 2200000 + ((<tag.lvl> -10) * 116000)>
endif



i need That on


» Basic levels
Level 1 6 000 exp
Level 2 20 000 exp
Level 3 50 000 exp
Level 4 100 000 exp
Level 5 200 000 exp
Level 6 500 000 exp
Level 7 850 000 exp
Level 8 1 250 000 exp
Level 9 1 700 000 exp
Level 10 2 200 000 exp
» Talent levels
Every next level is = 1 talent point, Max Level: 100
Level 11-100 116 000 exp
05-10-2017 04:58 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)