Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Join Guild via Script...
Author Message
x77x
Master
**

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



Post: #1
Join Guild via Script...
REMEMBER THIS IS 51a
in sphereworld.scp
Code:
//GUILDSTONE
[WORLDITEM 0edd]
SERIAL=04000e513
NAME=Genovese Family
COLOR=0455
P=1616,1578,-20
ALIGN=0
ABBREV=Genovese
WEBPAGE=www.sphereserver.com
MEMBER=0da4c,,2,0da4c,1,1
MEMBER=04000bc18,,100,00,1,1

//CHARACTERS MEMORYITEM
[WORLDITEM 02007]
SERIAL=04001d278
COLOR=0400
LINK=04000e513
ATTR=04
MORE2=046209adf
MOREP=1510,1620,10
LAYER=30
CONT=0da4c

spheregump2.scp
Code:
SRC.SAY i resign from my guild
//
SRC.NEWITEM=02007
SRC.ACT.TYPE=74
SRC.ACT.LINK=04000e513
SRC.ACT.MORE2=046209adf
SRC.ACT.ATTR=04
SRC.ACT.COLOR=0400
SRC.ACT.LAYER=30
SRC.ACT.EQUIP
//
VAR.VGSTONE=04000e513
VAR.VGSTONE.MEMBER=<SRC.UID>,,2,<SRC.UID>,1,1,0
SRC.UPDATE
SRC.SYSMESSAGE #0835,3, You have joined the Genovese Family.

ideas???
bounce will put the memory item in the backpack... any worldsave deletes the item
equip will put the memory in xedit, but any worldsave deletes it

Dragons of Time 2000-2020
http://dragonsoftime.com
(This post was last modified: 12-17-2017 01:17 AM by x77x.)
12-16-2017 10:42 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: #2
RE: Join Guild via Script...
way more simple that i thought...

Code:
//
SRC.SAY i resign from my guild
//
VAR.VG=04000e513
UID.VG.MEMBER=<SRC.UID>,,2,<SRC.UID>,1,1,0
SRC.UPDATE
SRC.SYSMESSAGE #0835,3, You have joined the Genovese Family.
//

CORRECTION!!!

UID.VG.MEMBER=<SRC.UID>,,2,<SRC.UID>,1,1,0
is GUILDMASTER

UID.VG.MEMBER=<SRC.UID>,,0,00,1,0
//CANDIDATE

UID.VG.MEMBER=<SRC.UID>,,1,<SRC.UID>,1,0
//REAL MEMBER

Dragons of Time 2000-2020
http://dragonsoftime.com
(This post was last modified: 01-13-2018 02:15 AM by x77x.)
12-17-2017 10:54 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)