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
Skill Pots
Author Message
Soulless
Super Moderator
****

Posts: 335
Likes Given: 29
Likes Received: 49 in 27 posts
Joined: Jun 2012
Reputation: 12

Ye Olde Sphere

Post: #6
RE: Skill Pots
just an example for something you could do with this instead of doing each one by one

Code:
[ITEMDEF i_skill_pot_1]
ID=I_bottle
Name=Skill Pot

On=@create
tag0.skill=<eval {1 52}>
Color=02

ON=@CLICK
MESSAGE @0487 [<serv.skill.<dtag0.skill>.key>]
MESSAGE @0481 <NAME>
RETURN 1

On=@dclick
SRC.EMOTE feel a bit wiser
SRC.<tag0.skill> += 10
consume
IF <SRC.<tag0.skill>> >= 1000
SRC.MESSAGE @0481 You are at maximum skill and cannot consume this!
src.<tag.skill> = 1000
endif
return 1

What am I working on?
(This post was last modified: 03-05-2014 09:36 AM by Soulless.)
03-05-2014 09:35 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Messages In This Thread
Skill Pots - dabritmusic - 03-01-2014, 05:48 AM
RE: Skill Pots - XuN - 03-01-2014, 06:36 AM
RE: Skill Pots - dabritmusic - 03-01-2014, 07:11 AM
RE: Skill Pots - Mordaunt - 03-01-2014, 07:42 AM
RE: Skill Pots - Runcuks - 03-01-2014, 10:11 PM
RE: Skill Pots - Soulless - 03-05-2014 09:35 AM

Forum Jump:


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