Hallo,
ich habe gerade auf PHX 3.11 geupdatet. Ich habe im Forum dazu die neuen Wired API Command gefunden:
Super Wired Variables API:
Code:
#USERNAME# - will show the targets username
#USERID# - will show the users ID (useful in conjunction with the SQL effect)
#ROOMNAME# - will show the current rooms name
#ROOMID# - will show the current rooms ID
#ONLINECOUNT# - will now display the current number of online players
#ROOMSLOADED# - will now display the current number of loaded rooms
Super Wired Effects API:
Code:
sql:QUERY
badge:BADGE
effect:EFFECTID
award:ACHIEVEMENTID
send:ROOMID
credits:AMOUNT
pixels:AMOUNT
points:AMOUNT
rank:RANKID
dance:DANCEID
respect:
handitem:ITEMID
alert:MESSAGE
Super Wired Conditions API:
Code:
userhasachievement:ID
userhasntachievement:ID
userhasbadge:BADGE
userhasntbadge:BADGE
userhasvip:
userhasntvip:
userhaseffect:EFFECTID
userhasnteffect:EFFECTID
roomuserseq:COUNT
roomuserslt:COUNT
roomusersmt:COUNT
roomuserslte:COUNT
roomusersmte:COUNT
userrankeq:RANKID
userranklt:RANKID
userranklte:RANKID
userrankmt:RANKID
userrankmte:RANKID
usercreditseq:CREDITS
usercreditslt:CREDITS
usercreditslte:CREDITS
usercreditsmt:CREDITS
usercreditsmte:CREDITS
userpixelseq:PIXELS
userpixelslt:PIXELS
userpixelslte:PIXELS
userpixelsmt:PIXELS
userpixelsmte:PIXELS
userpointseq:POINTS
userpointslt:POINTS
userpointslte:POINTS
userpointsmt:POINTS
userpointsmte:POINTS
userisingroup:GROUPID
usergroupeq:GROUPID
wearing:CLOTHING
notwearing:CLOTHING
carrying:HANDITEM
notcarrying:HANDITEM
Weiß jemand wie man das einbindet?
Danke im Vorraus.
MfG Pit905