Re: Ne quest system for r63-368
To put that in better external_flash_texts
quests.explore.SWIM.desc=Take a swim!
quests.explore.FINDBBTILE.name=Find a Battle Banzai Tile!
quests.explore.FINDBEETLE.desc=Find the Hotel Managers yellow van.
quests.explore.FINDLIFEGUARDTOWER.hint=Search for the red Lifeguard tower and double-click it to finish the quest.
quests.explore.ICESKATE.name=Ice Ice Baby
quests.explore.FINDBBTELEPORT.desc=You must find a random Teleporter.
quests.explore.FINDDISCOBALL.desc=Locate the lost Disco ball and get into the groove.
quests.explore.FINDSURFBOARD.hint=Ou ou, now double-click it!!
quests.explore.FINDDISCOBALL.hint=You need to find a Disco or a Night Club. Double-click the item to finish the quest.
quests.social.CHATWITHSOMEONE.name=Have A Chat
quests.explore.FINDFREEZESCOREBOARD.name=Score The Freeze
quests.explore.FINDFREEZEGATE.name=Enter The Freeze
quests.explore.FINDBBTILE.hint=Double-Click the tile to complete this quest.
quests.explore.FINDBBTILE.desc=Find a Battle Banzai game room and find the game tiles.
quests.explore.FINDFREEZESCOREBOARD.hint=You need to find a Freeze game and a red score board. Double-click it to finish this quest.
quests.social.REQUESTFRIEND.hint=Click on another user, then click send friend request. It helps if you chat to them first though,
quests.explore.FINDBBGATE.completed=Now play a Game of Battle Banzai, and win!
quests.explore.FINDFREEZEGATE.completed=Play a game or two of the Freeze game and soon you'll be blasting your mates with skill!
quests.explore.FINDDISCOBALL.name=Find The Disco Balls
quests.social.CHATWITHSOMEONE.hint=Visit a nice room and start chatting to someone, who knows you might make a new friend.
quests.explore.ICESKATE.hint=You can look for Ice skating rinks in the Rooms list.
quests.social.GIVERESPECT.desc=Try breaking the ice with some respect.
quests.social.CHATWITHSOMEONE.completed=Keep on chatting - You might make a new friend!
quests.social.ENTEROTHERSROOM.hint=In this quest you need to use the Rooms list to find cool rooms.
quests.social.ENTEROTHERSROOM.name=Explore
quests.identity.WEARBADGE.name=Show Your True Colours
quests.social.REQUESTFRIEND.desc=Make friends with another user.
quests.social.WAVE.hint=The Wave action can be found under the Me button.
quests.explore.FINDSURFBOARD.desc=Find a green surf board somewhere. A beach perhaps...?
Sorry my English I'm from Brazil
Re: Ne quest system for r63-368
Used this little bit and got,
Code:
public void ShowQuests()
{
GetResponse().Init(801);
SendResponse();
}
Code:
case "qt":
Session.GetMessageHandler().ShowQuests();
return true;
http://img826.imageshack.us/img826/9...scomplete1.png
Clicked "Activate Next Quest" then opened,
http://img845.imageshack.us/img845/7...scomplete2.png
________________________________________________________________
Edit,
GetResponse().Init(802);
Code:
http://img853.imageshack.us/img853/6632/questscomplete3.png
________________________________________________________________
Decided to share all the Quest images with you or at least all I was able to find!
Download: MEGAUPLOAD - The leading online storage and file delivery service
Re: Ne quest system for r63-368
Okay, all this Discussion over the quests and nobody thought about when you drag the furni in the catalog for the room
Re: Ne quest system for r63-368
Quote:
Originally Posted by
Drop
Okay, all this Discussion over the quests and nobody thought about when you drag the furni in the catalog for the room
Allready know about the drag and drop feature but it seems to error my emu after dropping D:
Re: Ne quest system for r63-368
Quote:
Originally Posted by
HabsHotel
Allready know about the drag and drop feature but it seems to error my emu after dropping D:
:grr:this word is not allowed to Sulake always want to shut the door for us
Re: Ne quest system for r63-368
Quote:
Originally Posted by
HabsHotel
Allready know about the drag and drop feature but it seems to error my emu after dropping D:
Disconnects me on Phoenix too, after dropping..
Shame it needs to be 'coded' in. I could've had a really updated hotel ;).
Re: Ne quest system for r63-368
I did the fully Code. Later release :D
Re: Ne quest system for r63-368
Could you screeny for us, please? :D
~Jak
Re: Ne quest system for r63-368