wf_act_give_reward how-to? and group badge fix Anyone?

Busi

Member
Apr 20, 2016
47
0
I'm trying to get wf_act_give_reward to work. i have tried all tips i have been able to gather from google and its like it doesn't save the variable i give it.

Also does any got a fix for the group badges so they will show up?
 

JayC

Always Learning
Aug 8, 2013
5,494
1,398
Wired Furni:
Be sure that is it set to the correct wired interaction type. There are 2 staff wired interaction types.

The first one being the effect and the second one being the condition (see below).

1. To check how many user in room = roomusers+suffix:%HOW MANY%
2. To check user has achievements = userhasachievement:%ID% OR userhasntachievement:%ID%

3. To check user has VIP = userhasvip:1 OR userhasntvip:1
4. To check user has badge = userhasbadge:%ID% OR userhasntbadge:%ID%

5. To check user has effect = userhaseffect:%ID% OR userhasnteffect:%ID%

6. To check user rank = userrank+suffix:%RANK ID%
7. To check user credits = usercredits+suffix:%HOW MUCH%
8. To check user pixels = userpixels+suffix:%HOW MUCH%
9. To check user points = userpoints+suffix:%HOW MUCH%
10.To check user wearing = wearing:%SOMETHING LIKE hd-180-3% OR notwearing:%SOMETHING LIKE hd-180-3%

11.To check user carrying = carrying:%ITEMID% OR notcarrying:%ITEMID%

eq is equal
mt is more than
mte is more that or equal to
lt is less than
lte is less than or equal to

The effect is written like this:
coins:100
coins:-100
respect:1 -> Can not do anything except for 1
pixels:100
pixels:-100
and so on.. (for a list of all the options check the emulator code)

ENSURE THAT YOU HAVE THE WIRED PERMISSION UNDER PERMISSION_RANKS :) IF NOT , GIVE YOURSELF PERMISSION + UPDATE_PERMISSIONS.

So to recap:
- Interaction Type [ ]
- Permission [ ]
- Correct Syntax [ ]
 

Busi

Member
Apr 20, 2016
47
0
Wired Furni:
Be sure that is it set to the correct wired interaction type. There are 2 staff wired interaction types.

The first one being the effect and the second one being the condition (see below).

1. To check how many user in room = roomusers+suffix:%HOW MANY%
2. To check user has achievements = userhasachievement:%ID% OR userhasntachievement:%ID%

3. To check user has VIP = userhasvip:1 OR userhasntvip:1
4. To check user has badge = userhasbadge:%ID% OR userhasntbadge:%ID%

5. To check user has effect = userhaseffect:%ID% OR userhasnteffect:%ID%

6. To check user rank = userrank+suffix:%RANK ID%
7. To check user credits = usercredits+suffix:%HOW MUCH%
8. To check user pixels = userpixels+suffix:%HOW MUCH%
9. To check user points = userpoints+suffix:%HOW MUCH%
10.To check user wearing = wearing:%SOMETHING LIKE hd-180-3% OR notwearing:%SOMETHING LIKE hd-180-3%

11.To check user carrying = carrying:%ITEMID% OR notcarrying:%ITEMID%

eq is equal
mt is more than
mte is more that or equal to
lt is less than
lte is less than or equal to

The effect is written like this:
coins:100
coins:-100
respect:1 -> Can not do anything except for 1
pixels:100
pixels:-100
and so on.. (for a list of all the options check the emulator code)

ENSURE THAT YOU HAVE THE WIRED PERMISSION UNDER PERMISSION_RANKS :) IF NOT , GIVE YOURSELF PERMISSION + UPDATE_PERMISSIONS.

So to recap:
- Interaction Type [ ]
- Permission [ ]
- Correct Syntax [ ]
Doesn't look like i have any update_permission
i do have room_item_wired_rewards which is for the other userbadge wired

So the permission for the give wire is just update_permissions?
 
Also I'm not sure its the right info for this one?
img

 
Group badge bugged

first 4 web.config is which i was told should fix it
also the older is renamed into habbo-imaging


Code:
    <rewrite>
      <rules>
        <rule name="Habbo Imaging Group Badges">
          <match url="^habbo-imaging/badge/([^/]+)" ignoreCase="false" />
          <action type="Rewrite" url="/habbo-imaging/badge.php?badge={R:1}" appendQueryString="false" />
        </rule>
      
        <rule name="Habbo Imaging Avatarimage 1">
          <match url="^habbo-imaging/avatar/([^/]+)" ignoreCase="false" />
          <action type="Rewrite" url="habbo-imaging/avatarimage.php?figure={R:1}" appendQueryString="false" />
        </rule>
      
        <rule name="Habbo Imaging Avatar Image 2">
          <match url="^habbo-imaging/avatarimage/([^/]+)" ignoreCase="false" />
          <action type="Rewrite" url="habbo-imaging/avatarimage.php?username={R:1}" appendQueryString="false" />
        </rule>
      
        <rule name="Habbo Imaging Avatar Head">
          <match url="^habbo-imaging/head/([^/]+)" ignoreCase="false" />
          <action type="Rewrite" url="habbo-imaging/head.php?figure={R:1}" appendQueryString="false" />
        </rule>
and that did nothing then i was told to change the external_variables.txt so i tired that too

Code:
group.badge.url=//wom-hotel.com/swfs/habbo-imaging/badge/%imagerdata%.gif
group.homepage.url=wom-hotel.com/groups/%groupid%/id
group_logo_url_template=//wom-hotel.com/swfs/habbo-imaging/badge-fill/%imagerdata%.gif

but my problem is the group badge doesn't show up at all and the badge-fill folder is empty
 
Any with teamviewer who could help me with the damn group badge bug? i just can't get it to work no matter what i do...
 

Users who are viewing this thread

Top