Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

New Year Event - Quest Wings. A simple script for the Year of the Earth Rat

Junior Spellweaver
Joined
Jun 24, 2007
Messages
136
Reaction score
1
I am planning of implementing this script in my server for the New Year (Chinese New Year) and I guess you can grab a hold of it if you like.

I will be sharing a script which I myself made and a couple of sprites of custom items that I DID NOT make.

Anyway, so what is this script all about?

Well, as the Year of the Earth Rat is approaching, it is foretold that the people of Rune-Midgard and it's neighboring continents will have a lot of luck. And to start it with, a very good-looking Chinese woman is sharing this wonderful luck. As a mater of fact, she is giving out vouchers for these very cool Custom Wings! You will choose from two vouchers and when you've made up your mind, she will give you a clue to where you can avail these sets of wings. (More info on the NPC).

Since these are custom items, it needs some edits. First, let's deal with your item_db2.txt.

1986,_darkblueloadedwings,Dark-Blue Loaded Wings,5,,0,10,,1,,0,2147483647,7,2,1,,1,1,1000,{ bonus2 bSubEle,Ele_Water,5; },{},{}
1987,_brightredloadedwings,Bright-Red Loaded Wings,5,,0,10,,1,,0,2147483647,7,2,1,,1,1,1001,{ bonus2 bSubEle,Ele_Fire,5; },{},{}
Now for the idnum2itemdesctable.txt.

1986#
LoadedRO's New Year's Event prize.
Dark-Blue Loaded Wings.
Add a 5% resistance against ^0000FFWater^000000 Property.
Class :^777777 Wings^000000
Defense :^777777 1^000000
Weight :^777777 10^000000
Applicable Job :^777777 Every Job^000000
#
1987#
LoadedRO's New Year's Event prize.
Bright-Red Loaded Wings.
Add a 5% resistance against ^FF0000Fire^000000 Property.
Class :^777777 Wings^000000
Defense :^777777 1^000000
Weight :^777777 10^000000
Applicable Job :^777777 Every Job^000000
#
Put the following to your idnum2itemdisplaynametable.txt.

1986#Dark-Blue_Loaded_Wings#
1987#Bright_Red_Loaded_Wings#
Your idnum2itemresnametable.txt.

1986#_darkblueloadedwings#
1987#_brightredloadedwings#
And finally, your visionary_tab.txt.

!1000
_darkblueloadedwings
_brightredloadedwings
*_
 
Last edited:
Junior Spellweaver
Joined
Oct 12, 2007
Messages
103
Reaction score
0
Re: New Year - Quest Wings. A simple script for the Year of the Earth Rat

nice janice...

keep on sharing your knowledge with us ^^
 
Junior Spellweaver
Joined
Jun 24, 2007
Messages
136
Reaction score
1
Re: New Year - Quest Wings. A simple script for the Year of the Earth Rat

Thanks. ^^
 
Newbie Spellweaver
Joined
Oct 7, 2007
Messages
83
Reaction score
0
Re: New Year - Quest Wings. A simple script for the Year of the Earth Rat

Janice,can u make a mirror?thnx~
 
Junior Spellweaver
Joined
May 20, 2005
Messages
179
Reaction score
4
Re: New Year - Quest Wings. A simple script for the Year of the Earth Rat

i did as ur guide said but when i make the item in game it says unknown item, i can put them on and i see wings... but i cant see the desc or the item in my inventory window =/ please help?
 
Master Summoner
Loyal Member
Joined
Oct 10, 2006
Messages
591
Reaction score
0
Re: New Year - Quest Wings. A simple script for the Year of the Earth Rat

Nice guide, script...etc added in sticky thread.

-F.O.X
 
Junior Spellweaver
Joined
Jun 24, 2007
Messages
136
Reaction score
1
Re: New Year - Quest Wings. A simple script for the Year of the Earth Rat

Be sure that you aren't using the ItemID and the ViewID of the items. The default ItemIDs I used are 1986,1987,1988, and 1989.

Those will work ONLY if you don't have any other items with the same ItemID. If you already have other custom items with the same ItemID, change it. That goes as well as the ViewID.

I tried adding the items in a test server where there are no other custom items yet and it worked.

And thanks FOX.
 
Newbie Spellweaver
Joined
Oct 7, 2007
Messages
83
Reaction score
0
Re: New Year - Quest Wings. A simple script for the Year of the Earth Rat

cn u make a mirror??
 
Back
Top