[Release] NPC that gives Gm Hat after 100times reborn~(getting the requirements)

Status
Not open for further replies.
Newbie Spellweaver
Joined
Jun 3, 2008
Messages
17
Reaction score
0
This npc gives players gm hat after 100times reborn
(The reborn npc gives one 'The Lost Eye' each reborn)
Download the attachment n put in source folder>>scripts>>npc
For me i using Autoro who in ludi pq.. and i move to fm so players can click.
if u wan move the npc to fm..
Source folder>>wz>>Maps>>map 9>>910000000
n paste this at the correct place
*NOTE: <imgdir name="10"> according to how many npcs you have
for experienced people sure know this..

PHP:
<imgdir name="10">
			<string name="type" value="n"/>
			<string name="id" value="2040035"/>
			<int name="x" value="848"/>
			<int name="y" value="4"/>
			<int name="mobTime" value="0"/>
			<int name="f" value="0"/>
			<int name="hide" value="0"/>
			<int name="fh" value="105"/>
			<int name="cy" value="4"/>
			<int name="rx0" value="898"/>
			<int name="rx1" value="-46"/>
		</imgdir>

You also have to edit ur reborn npc and just add

PHP:
cm.gainItem(2050098,1);
Above
PHP:
cm.setLevel(2);
		statup.add (new net.sf.odinms.tools.Pair(net.sf.odinms.client.MapleStat.LEVEL, java.lang.Integer.valueOf(1)));
		p.getClient().getSession().write (net.sf.odinms.tools.MaplePacketCreator.updatePlayerStats(statup));
        cm.dispose();

If you are using Sean repack then just download my reborn npc script..
(using Mr.Pickall at kerning)

*Last* Sorry for mey broken english i always use short form..
Any errors/question can post here and i will try to help..
*ADDED*INFORM THAT the npc say 200 n check all items for 200
at gainItem(xxxxxxx,200) changed all 200 to 100
 

Attachments

Yea, I agree with most people.

Depend on what your rates are, 100 reborn is slightly hard to achieve.
Will they have the time for 100reborn? That's the question.

Thanks for your release though, I'll edit it to 25reborns :p
 
I would put the reborn times to 10 times or so.. And also edit the GM Hat str/dex/int/luk.
Str - + 200
Dex - + 200
Int - + 200
Luk - + 200
Speed - 0 (So people/Gm's are still using haste)
Jump - 0 (Look up)
 
Why not use a different hat so they don't have the sparkly GM sign? Like a maple bandana of some sort, genesis bandana, or mark of the beta but just edit the stats. (Editing stats is possible, I played on a server with scg as 15 att clean, maple shields 17 att clean, and facestompers 8 att clean =P)
 
100 isnt that unrealistic, the more rebirths, the stronger the people become, the first rebirths are tough, but my servers top 3 have 41, 40, and 38 rebirths and its only on 350xEXP
 
Status
Not open for further replies.
Back