- 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..
You also have to edit ur reborn npc and just add
Above
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
(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);
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