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
R99
Author Message
UltimaAku
Journeyman
*

Posts: 125
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Feb 2013
Reputation: 1



Post: #4
RE: R99
Your right Art, it stops at 99, but if you want to make an item rarer than 99, you would have to add a variance in your script.

At 99, theres a 1% chance of dropping the loot (i think?) so if you want it lower add this to your npc

ON=@DEATH
VAR.RAND=<EVAL {1 1000}>
IF (<VAR.RAND><=5) //0.5% Chance Loot Drop
NEWITEM=i_something_rare
ACT.BOUNCE
RETURN 0
ENDIF

It does add a variance on R100 but it seems to only make it more common than R99, which i dont understand...
(This post was last modified: 04-21-2013 07:35 PM by UltimaAku.)
04-21-2013 07:31 PM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Messages In This Thread
R99 - Art - 04-19-2013, 04:53 PM
RE: R99 - x77x - 04-19-2013, 05:40 PM
RE: R99 - Art - 04-19-2013, 05:59 PM
RE: R99 - UltimaAku - 04-21-2013 07:31 PM
RE: R99 - Rattlehead - 04-27-2013, 05:43 PM
RE: R99 - x77x - 04-22-2013, 07:00 AM
RE: R99 - Wap - 04-22-2013, 11:18 AM
RE: R99 - Gil Amarth - 04-22-2013, 09:36 PM
RE: R99 - RanXerox - 04-28-2013, 12:13 AM
RE: R99 - Art - 04-28-2013, 05:18 PM
RE: R99 - Rattlehead - 04-28-2013, 06:47 PM

Forum Jump:


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