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-nmm7 (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-nmm7 (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-nmm7 (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 skills
Author Message
darksun84
Sir Spamalot
****

Posts: 1,687
Likes Given: 245
Likes Received: 162 in 151 posts
Joined: Mar 2012
Reputation: 35



Post: #5
RE: Help skills
You can do that in two way :

1-
You can change the Advancement Rate of every skill from (example)

ADV_RATE=10.0,200.0,800.0

to

ADV_RATE=1.0,1.0,1.0 (every 1 success you gain +0.1% )

2-

Just create an events with the @Skillsuccess trigger, inside it you can place the 0.1 increment

Example
PHP Code:
[Events skillsupergain]
ON=@Skillsuccess
if <argn1> < 100.0
 argn1 
+= //argn1 is the skill  the player used 
 
return 0
endif
return 

06-16-2013 10:18 PM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Messages In This Thread
Help skills - darksoulfe - 06-16-2013, 05:55 AM
RE: Help skills - Mordaunt - 06-16-2013, 06:05 AM
RE: Help skills - darksoulfe - 06-16-2013, 06:13 AM
RE: Help skills - Alaric - 06-16-2013, 12:08 PM
RE: Help skills - darksun84 - 06-16-2013 10:18 PM
RE: Help skills - xwerswoodx - 06-23-2013, 11:01 PM
RE: Help skills - Mordaunt - 06-23-2013, 11:26 PM

Forum Jump:


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