-
Content Count
155 -
Joined
-
Last visited
-
Days Won
4
Happy last won the day on April 14 2020
Happy had the most liked content!
About Happy
-
Rank
Advanced Member
Contact Methods
-
Website URL
http://clanfusion.wixsite.com/happy
Profile Information
-
Gender
Not Telling
-
Interests
Running a Server, Learning new things, Blogging
-
Emulator
Hercules
-
Update: Availability [2/3] Updated discord ID: rbg87#6238
- 97 replies
-
-
Happy started following R> Dota PVP ladder
-
try this one https://pastebin.com/2TA1H6AY if problem persists, please try checking the map server is there are any errors and post it here.
-
-
Status: 2/3 Slots Available Please use my skype contact for faster response. Thank you.
- 97 replies
-
Happy started following Stat Orb Remover
-
-
-
Thank you for the review
- 97 replies
-
Update: 1/3 service slots available
- 97 replies
-
Replied. Thank you for the message
- 97 replies
-
UPDATE: New Service Added: Mapping now also available but only with official textures/models unless you already have a custom texture/model made by someone else.
- 97 replies
-
Update: 2/3 slots available "Success is walking from failure to failure with no loss of enthusiasm." -- Winston Churchill
- 97 replies
-
Status Update Scripting: 1/3 slots available Thanks! Rok on!
- 97 replies
-
-
-
Updated First Post!
- 97 replies
-
Status Update Open for great projects
- 97 replies
-
https://pastebin.com/hX1WrBxN Its a modified old lady(card remover) should remove for costumes as well. I'll leave the testing to you
-
Instead of every hour, make it every 10 minutes. Instead of points, change to item. Stop when vending and pub, but allows AFK. /* Instead of every hour, make it every 10 minutes. Instead of points, change to item. Stop when vending and pub, but allows AFK. */ - script ksdfskjfhs -1,{ OnPCLoginEvent: dispbottom "Your timer starts now. You will receive 10 minute tickets after being online for 10 minutes"; while (1) { if ( checkvending() != 2 && !checkchatting() ) { [email protected]++; if ( [email protected] > .tick ) { dispbottom "You have received 10 minute tickets"; getitem 7227, 10; [email protected] = 0; } } sleep2 .sleeploop; } end; // doesn't read OnInit: .sleeploop = 30000; // every 30 seconds .tick = 20; // loop 60 times of 30 seconds == 30 minutes end; } There you go, I'll leave the testing to you though just post here again if there are errors Might be better to use timers, i think there is already an hourly point reward somewhere with timers. Just try to search around.
-
Send / post the hourly script you had and i'll modify it.