(Suggestion) Winter Gloves

A place for players to do role playing, discuss their guilds, etc.
Post Reply
User avatar
Shaili (a.k.a. tds)
Novice
Novice
Posts: 168
Joined: 20 Feb 2008, 10:50
Contact:

(Suggestion) Winter Gloves

Post by Shaili (a.k.a. tds) »

Since Winter Gloves cannot be obteined at the moment, I had an idea for a possible alternate Quest for taking them.

There could be a NPC in Santa's Village, maybe a tailor, who can make them out of White Furs!
(White and fluffy as the gloves XD) Obviously this way is too simple, so it can be made more diffucult with the mechanism of obtaining the forest bow: so you should bring many and many furs, to get this item. Cool, isn't it? ;)
Ingame I am: Shaili, Lv. 9X

Image Proud Italian TMW Player

Image You can find me on Last.fm
User avatar
Crush
TMW Adviser
TMW Adviser
Posts: 8046
Joined: 25 Aug 2005, 16:08
Location: Germany

Re: (Suggestion) Winter Gloves

Post by Crush »

Good idea. Is there anyone who feels like scripting the quest?
  • former Manasource Programmer
  • former TMW Pixel artist
  • NOT a game master

Please do not send me any inquiries regarding player accounts on TMW.


You might have heard a certain rumor about me. This rumor is completely false. You might also have heard the other rumor about me. This rumor is 100% accurate.
User avatar
Shaili (a.k.a. tds)
Novice
Novice
Posts: 168
Joined: 20 Feb 2008, 10:50
Contact:

Re: (Suggestion) Winter Gloves

Post by Shaili (a.k.a. tds) »

Unfortunatly, I have no experience in scripting. If you can give me a guideline or the script of the Forest bow's quest, I am glad to help ^^
Ingame I am: Shaili, Lv. 9X

Image Proud Italian TMW Player

Image You can find me on Last.fm
User avatar
Merlin
Developer
Developer
Posts: 601
Joined: 23 Dec 2007, 04:42

Re: (Suggestion) Winter Gloves

Post by Merlin »

I had that same idea also. I'll crank out the script real quick. I've been away for the week, but I should be able to get one done. How many White Furs for the gloves? 5? I was wondering if also he could make t-Necks? 10 furs?
btw. the script for the forest bow can be found in the server package for DL. I could easily modify the and copy the forest bow script.
I guess it could be done that way and make it harder to get.
MerlinX420
Computer games don't affect kids, I mean if Pac Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music. Has anybody seen this princess I'm looking for?
User avatar
Shaili (a.k.a. tds)
Novice
Novice
Posts: 168
Joined: 20 Feb 2008, 10:50
Contact:

Re: (Suggestion) Winter Gloves

Post by Shaili (a.k.a. tds) »

Sure Merlin. I suggested using this script to make unpredictable when the gloves will be obtained, since furs are quite common. If I can help in something, PM me ^^
Ingame I am: Shaili, Lv. 9X

Image Proud Italian TMW Player

Image You can find me on Last.fm
User avatar
Shaili (a.k.a. tds)
Novice
Novice
Posts: 168
Joined: 20 Feb 2008, 10:50
Contact:

Re: (Suggestion) Winter Gloves

Post by Shaili (a.k.a. tds) »

Even with my little skill as scripter, I started modifying the Forest Bow Quest Script in this sense. If someone will give me a hand in writing and/or testing, I will be happy ^^
Ingame I am: Shaili, Lv. 9X

Image Proud Italian TMW Player

Image You can find me on Last.fm
Blamoo
Novice
Novice
Posts: 98
Joined: 03 Feb 2006, 22:07

Re: (Suggestion) Winter Gloves

Post by Blamoo »

Shaili (a.k.a. tds) wrote:Even with my little skill as scripter, I started modifying the Forest Bow Quest Script in this sense. If someone will give me a hand in writing and/or testing, I will be happy ^^
I help you... i'm eA scripter

EDIT: but... i dont speak english very well so... the script will need review
Blamoo
Novice
Novice
Posts: 98
Joined: 03 Feb 2006, 22:07

Re: (Suggestion) Winter Gloves

Post by Blamoo »

done...it works... need review at messages only

i need some english lessons :mrgreen:

Code: Select all

<header>{

if (Q_227 == 1) goto ep_1;
if (Q_227 == 2) goto done;


mes "[Tailor]";
mes "give me some white fur and i make winter gloves";
next;
menu "yes",yes,"no",no;
close;

yes:
mes "[Tailor]";
mes "i'll wait for you... good luck";
set Q_227,1;
close;

ep_1:
if (countitem(611) >= 30) goto reward;
mes "[Tailor]";
mes "done?";
close;

reward:
mes "[Tailor]";
mes "oo thx... here is your glove";
next;
Delitem 611,30;
Getitem 563,1;
set Q_227,2;
close;

done:
mes "[Tailor]";
mes "enjoy your new gloves";
close;

no:
mes "[Tailor]";
mes "T_T";
close;
}
User avatar
Shaili (a.k.a. tds)
Novice
Novice
Posts: 168
Joined: 20 Feb 2008, 10:50
Contact:

Re: (Suggestion) Winter Gloves

Post by Shaili (a.k.a. tds) »

I'm writing a little more complex script: but thanks anyway ^^
Ingame I am: Shaili, Lv. 9X

Image Proud Italian TMW Player

Image You can find me on Last.fm
Blamoo
Novice
Novice
Posts: 98
Joined: 03 Feb 2006, 22:07

Re: (Suggestion) Winter Gloves

Post by Blamoo »

okay... good luck... pm me if u need help to test
Liriel
Peon
Peon
Posts: 14
Joined: 23 Mar 2008, 16:33

Re: (Suggestion) Winter Gloves

Post by Liriel »

This sounds fun! Any eta yet?

Thanks! You guys work really hard on this game, and I for one appreciate it. My family loves the game.

~L
User avatar
Shaili (a.k.a. tds)
Novice
Novice
Posts: 168
Joined: 20 Feb 2008, 10:50
Contact:

Re: (Suggestion) Winter Gloves

Post by Shaili (a.k.a. tds) »

Beta should be too 'spoilering'. I'm working on it with QOAL's help. We have to test it, but the script is done ;)
Ingame I am: Shaili, Lv. 9X

Image Proud Italian TMW Player

Image You can find me on Last.fm
Post Reply