Wolf Play Game

Wolf Play Game
 Fall Month: 3   Day   Heavy Rain
    

Chatbox
 Savik
03:33:12 Nalavara
WOW!
 Bambiix
03:31:28 
Guys my plane just landed in PARIS!!
 Savik
02:53:21 Nalavara
Click on Realm, then Marketplace. You will see the Full Moon Celebration Shop. The moon flowers are the *money* for purchasing the goods in the FMC shop.
 Winterfell
02:48:43 Winter
Renne
Menu > marketplace > full moon celebration shop
 Winterfell
02:47:45 Winter
Renne
Moon towers are little items you can spend in the fmc shop you can buy many things with them . You can get them from howling wrestling exploring ect
 Savik
02:47:32 Nalavara
YAY!!!!!
 Ghoulish
02:46:23 
I found the damnn thing!
 Savik
02:38:29 Nalavara
When the mods come online they can help you.
 lovrenee
02:38:26 renee
What are moon flowers and what do I do with them?
 Savik
02:35:10 Nalavara
I had problems with a single square that was not where the map said it was. It took me over a half hour to find that single square.
 Ghoulish
02:31:34 
Guys how do I change my pack picture
 Ghoulish
02:15:39 
I can’t get to it because of the stupid lines up have to stay on
 Ghoulish
02:15:13 
I do but it’s no helpppp
 Savik
02:14:36 Nalavara
Do you have an explorer's map?
 moonlight_luminary
02:09:47 Lumi/Moon/Moony
I just sent a score in slither... ;-; it's literally zero–
 Ghoulish
01:45:52 
I can’t find this dang last eme,y on Level 3 of the forest
 Moonfall
01:00:16 Many moons, one me
I'm going to go make a cocoon and burrow now. I am currently able to feel my skin
 Pink kitty🐈
12:10:05 Kneecap stealer
I just found a great deal on some cups $8 per cup and there's 4 cups
 Pink kitty🐈
12:04:10 Kneecap stealer
What did I just read...
 snake
12:01:40 
my definition of chaos in the chat is when its full of new players who've never read the rules lol

Refresh

You must be a registered member for more
than 1 day before you can use our chatbox.


Quests

Embark on a Quest.

Alliance Battles

Join an Alliance.

Challenges

Hourly Damage Variances
Baboon : +4
Cougar : -1
Wolverine : 0


WolfPlay Game
Chatbox
 Savik
03:33:12 Nalavara
WOW!
 Bambiix
03:31:28 
Guys my plane just landed in PARIS!!
 Savik
02:53:21 Nalavara
Click on Realm, then Marketplace. You will see the Full Moon Celebration Shop. The moon flowers are the *money* for purchasing the goods in the FMC shop.
 Winterfell
02:48:43 Winter
Renne
Menu > marketplace > full moon celebration shop
 Winterfell
02:47:45 Winter
Renne
Moon towers are little items you can spend in the fmc shop you can buy many things with them . You can get them from howling wrestling exploring ect
 Savik
02:47:32 Nalavara
YAY!!!!!
 Ghoulish
02:46:23 
I found the damnn thing!
 Savik
02:38:29 Nalavara
When the mods come online they can help you.
 lovrenee
02:38:26 renee
What are moon flowers and what do I do with them?
 Savik
02:35:10 Nalavara
I had problems with a single square that was not where the map said it was. It took me over a half hour to find that single square.
 Ghoulish
02:31:34 
Guys how do I change my pack picture
 Ghoulish
02:15:39 
I can’t get to it because of the stupid lines up have to stay on
 Ghoulish
02:15:13 
I do but it’s no helpppp
 Savik
02:14:36 Nalavara
Do you have an explorer's map?
 moonlight_luminary
02:09:47 Lumi/Moon/Moony
I just sent a score in slither... ;-; it's literally zero–
 Ghoulish
01:45:52 
I can’t find this dang last eme,y on Level 3 of the forest
 Moonfall
01:00:16 Many moons, one me
I'm going to go make a cocoon and burrow now. I am currently able to feel my skin
 Pink kitty🐈
12:10:05 Kneecap stealer
I just found a great deal on some cups $8 per cup and there's 4 cups
 Pink kitty🐈
12:04:10 Kneecap stealer
What did I just read...
 snake
12:01:40 
my definition of chaos in the chat is when its full of new players who've never read the rules lol




Refresh

You must be a member for more than 1 day before you can chat.

Forums

→ WolfPlay is a fun game! Sign Up Now!


My Subscriptions
My Bookmarks
My Topics
Latest Topics
Following

Forums > Artwork > Art Help
   1 

Palette HelpDecember 26, 2021 03:43 PM


Former Pack

Neutral
 
Posts:0
#2680050
Give Award
Just need to know, how do you make a custom cursor show up when your on your den page? Thanks ^^
Palette HelpDecember 26, 2021 03:46 PM


Dire

Neutral
 
Posts:2391
#2680052
Give Award

This would help:

* {cursor: url(CURSOR IMAGE LINK 1),auto;}

a:-webkit-any-link {cursor: url(CURSOR IMAGE LINK 2),auto;}

.bsmalltext a:link {cursor: url(CURSOR IMAGE LINK 3),auto;}

.bsmalltext a:visited {cursor: url(CURSOR IMAGE LINK 3),auto;}

.iclass {cursor: auto;}

* is for every selector

a:-webkit-any-link is for links but you can specify it more by adding it in specific selectors (eg bsmalltext)

Edited at December 26, 2021 03:47 PM by Dire
Palette HelpDecember 26, 2021 03:48 PM


Former Pack

Neutral
 
Posts:0
#2680055
Give Award

Dire said:

This would help:

* {cursor: url(CURSOR IMAGE LINK 1),auto;}

a:-webkit-any-link {cursor: url(CURSOR IMAGE LINK 2),auto;}

.bsmalltext a:link {cursor: url(CURSOR IMAGE LINK 3),auto;}

.bsmalltext a:visited {cursor: url(CURSOR IMAGE LINK 3),auto;}

.iclass {cursor: auto;}

* is for every selector

a:-webkit-any-link is for links but you can specify it more by adding it in specific selectors (eg bsmalltext)


Where would the code go?
Palette HelpDecember 26, 2021 03:48 PM


Dire

Neutral
 
Posts:2391
#2680056
Give Award

Fennell said:

Dire said:

This would help:

* {cursor: url(CURSOR IMAGE LINK 1),auto;}

a:-webkit-any-link {cursor: url(CURSOR IMAGE LINK 2),auto;}

.bsmalltext a:link {cursor: url(CURSOR IMAGE LINK 3),auto;}

.bsmalltext a:visited {cursor: url(CURSOR IMAGE LINK 3),auto;}

.iclass {cursor: auto;}

* is for every selector

a:-webkit-any-link is for links but you can specify it more by adding it in specific selectors (eg bsmalltext)


Where would the code go?


anywhere
Palette HelpDecember 26, 2021 04:00 PM


Former Pack

Neutral
 
Posts:0
#2680063
Give Award

Dire said:

Fennell said:

Dire said:

This would help:

* {cursor: url(CURSOR IMAGE LINK 1),auto;}

a:-webkit-any-link {cursor: url(CURSOR IMAGE LINK 2),auto;}

.bsmalltext a:link {cursor: url(CURSOR IMAGE LINK 3),auto;}

.bsmalltext a:visited {cursor: url(CURSOR IMAGE LINK 3),auto;}

.iclass {cursor: auto;}

* is for every selector

a:-webkit-any-link is for links but you can specify it more by adding it in specific selectors (eg bsmalltext)


Where would the code go?


anywhere


It's not working for me ^^"

Edited at December 26, 2021 04:02 PM by Fennell
Palette HelpDecember 27, 2021 09:47 AM


Former Pack

Neutral
 
Posts:0
#2680469
Give Award
Got the answer, thanks! <3

Forums > Artwork > Art Help
   1 

Refresh