Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
player reward point tags
Author Message
dabritmusic
Journeyman
*

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



Post: #1
player reward point tags
i added a player reward for sacrificing corpses that adds a tag instead of actual tickets. because play players would still want to trade player reward tickets . i made a deed that takes 500, 1000, 2500, 5000, tickets but i was wondering how to make it so they can input amount.

also on the sacfrice tag it adds 1point now. using
src.tag0.prp= (<src.tag0.prp> +1 ) how would i make it add random 1-20?
03-01-2014 06:21 AM
Find all posts by this user Like Post Quote this message in a reply
XuN
Sphere Developer
*****

Posts: 852
Likes Given: 102
Likes Received: 156 in 119 posts
Joined: Jul 2013
Reputation: 30



Post: #2
RE: player reward point tags
First of all, 56x version?

If so:
Code:
src.tag.prp +=1 //this will add 1 to the tag
src.tag.prp +=<r1,20> // this will make the gain random
03-01-2014 06:33 AM
Find all posts by this user Like Post Quote this message in a reply
dabritmusic
Journeyman
*

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



Post: #3
RE: player reward point tags
(03-01-2014 06:33 AM)XuN Wrote:  First of all, 56x version?

thats probably why alot of things arent working correctly Blush. do you have a link to 56b conversion? thanks tho
03-01-2014 07:04 AM
Find all posts by this user Like Post Quote this message in a reply
Mordaunt
Super Moderator
****

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



Post: #4
RE: player reward point tags
Link in my sig for 56b or http://nightly.prerelease.sphere.torfo.org/ for the 56c nightly.

[Image: 2nis46r.jpg]
03-01-2014 07:44 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
UltimaAku
Journeyman
*

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



Post: #5
RE: player reward point tags
just to clarify, these tickets are not objects, they are numbers, yet you have an object that's a deed to make exchanges with other players? also if your wanting this transfer system, do you want the number to be rounded (for example 500, 1000, 2500, 5000) or the imputed number the player inserted? (could be 106, 345, 281 ect.).
03-30-2014 09:24 PM
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)