Post Reply 
 
Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
skill cap question
Author Message
dabritmusic
Journeyman
*

Posts: 50
Likes Given: 8
Likes Received: 2 in 1 posts
Joined: Nov 2013
Reputation: 0



Post: #1
skill cap question
what is the correct tag to find if a player is gm in a skill?

On=@dclick
IF (<SRC.BLACKSMITHING> < 100.0)
SRC.MESSAGE @0481 You are at maximum skill and cannot consume this!
return 1
else
SRC.EMOTE feel a bit wiser
SRC.BLACKSMITHING=<SRC.BLACKSMITHING>+1.0
remove
return 1
02-13-2014 03:47 PM
Find all posts by this user Like Post Quote this message in a reply
Pidrila
Apprentice
*

Posts: 36
Likes Given: 0
Likes Received: 1 in 1 posts
Joined: Apr 2013
Reputation: 0



Post: #2
RE: skill cap question
IF (<isgm>)
02-13-2014 06:16 PM
Find all posts by this user Like Post Quote this message in a reply
[+] 1 user Likes Pidrila's post
pinku
Journeyman
*

Posts: 118
Likes Given: 4
Likes Received: 2 in 2 posts
Joined: Apr 2013
Reputation: 4



Post: #3
RE: skill cap question
(02-13-2014 06:16 PM)Pidrila Wrote:  IF (<isgm>)

I am sure this is made to check if the character is Game Master, not Grandmaster... xd
02-14-2014 04:12 AM
Find all posts by this user Like Post Quote this message in a reply
[+] 1 user Likes pinku's post
Mordaunt
Super Moderator
****

Posts: 1,237
Likes Given: 26
Likes Received: 55 in 43 posts
Joined: Mar 2012
Reputation: 35



Post: #4
RE: skill cap question
*facepalm* I have no words for that so... moving on.

On=@dclick
IF (<SRC.BLACKSMITHING> >= 100.0)
SRC.MESSAGE @0481 You are at maximum skill and cannot consume this!

You had the equation backwards

[Image: 2nis46r.jpg]
02-14-2014 10:17 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
[+] 1 user Likes Mordaunt's post
dabritmusic
Journeyman
*

Posts: 50
Likes Given: 8
Likes Received: 2 in 1 posts
Joined: Nov 2013
Reputation: 0



Post: #5
RE: skill cap question
(02-14-2014 10:17 AM)Mordaunt Wrote:  *facepalm* I have no words for that so... moving on.

On=@dclick
IF (<SRC.BLACKSMITHING> >= 100.0)
SRC.MESSAGE @0481 You are at maximum skill and cannot consume this!

You had the equation backwards

thanks man.
02-17-2014 07:18 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)