Jump to content
  • 0

Rental Bossnia


Question

Posted

Hey, guys can some help me regarding Bossnia Event
Well, the thing is i already have a working one except making it per entry is kinda mainstream today.
I would like to request if possible someone making me a version for 2 of these:

1. Per hour entry Bossnia
[ Player can enter as many time they want but for a certain period of time with only 1 time entry payment ] 
2. OnClock Bossnia
[ Player can only enter during specific time ]

I've tried making my own for the OnClock Version
https://www.dropbox.com/s/ryykjxs98s3sue6/bosslair%20clock.txt

 

now to figure out how to make it a "rental?" version.
 

 

 

 

2 answers to this question

Recommended Posts

Posted

Here's the rental bossnia script I used before on my server, should give you an idea.

quiz_00,53,31,3	script	Gatekeeper	737,{


if(gettimetick(2) < #EntFee) goto Lent;
mes "[^000088 Da Dark Lord ^000000]";
mes "Do you want to enter bossnia?";
mes "You would be needing an entrance of 1 TCG and it would be good for 1 day..";
menu "Okay, fair enough!",-;
next;
if(countitem(7227) < 1) goto Lnenough;
delitem 7227,1;
set #EntFee,gettimetick(2)+86400;
goto Lent;


Lent:
mes "[^000088 Da Dark Lord ^000000]";
mes "Which room do you want to enter?";
menu "Room 1 ["+getmapusers("bossnia_01")+"]",-,"Room 2 ["+getmapusers("bossnia_02")+"]",Lr2,"Room 3 ["+getmapusers("bossnia_03")+"]",Lr3,"Room 4 ["+getmapusers("bossnia_04")+"]",Lr4;
next;
mes "[^000088 Da Dark Lord ^000000]";
mes "Best wishes..";
warp "bossnia_01",0,0;
close;


Lr2:
next;
mes "[^000088 Da Dark Lord ^000000]";
mes "Best wishes..";
warp "bossnia_02",0,0;
close;

Lr3:
next;
mes "[^000088 Da Dark Lord ^000000]";
mes "Best wishes..";
warp "bossnia_03",0,0;
close;

Lr4:
next;
mes "[^000088 Da Dark Lord ^000000]";
mes "Best wishes..";
warp "bossnia_04",0,0;
close;

Lnenough:
mes "[^000088 Da Dark Lord ^000000]";
mes "Don't try to fool me!";
close;


}

bossnia_01	mapflag	nowarp
bossnia_01	mapflag	nowarpto
bossnia_01	mapflag	noteleport
bossnia_01	mapflag	nosave	SavePoint
bossnia_01	mapflag	noicewall
bossnia_01	mapflag	nobranch
bossnia_01	mapflag	nomemo
bossnia_01	mapflag	noexp

bossnia_02	mapflag	nowarp
bossnia_02	mapflag	nowarpto
bossnia_02	mapflag	noteleport
bossnia_02	mapflag	nosave	SavePoint
bossnia_02	mapflag	noicewall
bossnia_02	mapflag	nobranch
bossnia_02	mapflag	nomemo
bossnia_02	mapflag	noexp

bossnia_03	mapflag	nowarp
bossnia_03	mapflag	nowarpto
bossnia_03	mapflag	noteleport
bossnia_03	mapflag	nosave	SavePoint
bossnia_03	mapflag	noicewall
bossnia_03	mapflag	nobranch
bossnia_03	mapflag	nomemo
bossnia_03	mapflag	noexp
bossnia_03	mapflag	pvp

bossnia_04	mapflag	nowarp
bossnia_04	mapflag	nowarpto
bossnia_04	mapflag	noteleport
bossnia_04	mapflag	nosave	SavePoint
bossnia_04	mapflag	noicewall
bossnia_04	mapflag	nobranch
bossnia_04	mapflag	nomemo
bossnia_04	mapflag	noexp
bossnia_04	mapflag	pvp
  • Upvote 1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...