Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Way to store value like TAG.X in 51a
Author Message
Hayur
Apprentice
*

Posts: 8
Likes Given: 1
Likes Received: 1 in 1 posts
Joined: Mar 2015
Reputation: 0



Post: #11
RE: Way to store value like TAG.X in 51a
Plot1 and plot2 can be used to store data, i used plot1 for main quest and plot2 for clases quests on m'y server with number code..
It keep saved after wrld save
10-04-2015 01:08 PM
Find all posts by this user Like Post Quote this message in a reply
jdchixin
Journeyman
*

Posts: 51
Likes Given: 9
Likes Received: 0 in 0 posts
Joined: Feb 2013
Reputation: 0



Post: #12
RE: Way to store value like TAG.X in 51a
[7b56]
ID=0e3b
NAME=Book of Test
COLOR=070d
TYPE=12
MOREX=0
MOREZ=3
MOREY=1

ONTRIGGER=DCLICK
VAR.TST=(someitem s UID,Like 0400003b52)
src.message Test1: <uid.<VAR.TST>.NAME>
src.message Test2: <uid.<VAR.TST>.P>
return 1
09-29-2016 03:36 PM
Find all posts by this user Like Post Quote this message in a reply
x77x
Master
**

Posts: 488
Likes Given: 0
Likes Received: 15 in 15 posts
Joined: Mar 2012
Reputation: -4



Post: #13
RE: Way to store value like TAG.X in 51a
couldnt you just give the character a memory item?

or place an invisible item in a characters bank box?

you can store 3 in players backpack
and 3 more in a players bankbox

//sets backpack to remember maxstats
SRC.FINDLAYER(21).MOREX=150//STR
SRC.FINDLAYER(21).MOREY=150//DEX
SRC.FINDLAYER(21).MOREZ=150//INT

//sets bankbox to remember maxstats
SRC.FINDLAYER(29).MOREX=150//STR
SRC.FINDLAYER(29).MOREY=150//DEX
SRC.FINDLAYER(29).MOREZ=150//INT

oops nevermind, MOREZ cant have 3 digits =/

GODDAMNIT!

MORE = hex
MOREX = decimal
MOREY = decimal
MOREZ = decimal (only 2 digits)
LINK = hex
MORE1 = hex
MORE2 = hex
PLOT1 = hex
PLOT2 = hex

i need 3 places to store 3 digit decimal


if you could convert hex to dec via script you could use more of the hex spots

Dragons of Time 2000-2020
http://dragonsoftime.com
(This post was last modified: 10-24-2016 06:09 AM by x77x.)
10-23-2016 11:44 PM
Find all posts by this user Like Post Quote this message in a reply
x77x
Master
**

Posts: 488
Likes Given: 0
Likes Received: 15 in 15 posts
Joined: Mar 2012
Reputation: -4



Post: #14
RE: Way to store value like TAG.X in 51a
NEVERMIND BAD IDEA!!!

MORE X Y Z store the last place you banked, so everytime you bank it changes =P

Dragons of Time 2000-2020
http://dragonsoftime.com
10-27-2016 05:31 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


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