Welcome!

Join our community of MMORPG enthusiasts and private server developers! By registering, you'll gain access to in-depth discussions on source codes, binaries, and the latest developments in MMORPG server files. Collaborate with like-minded individuals, explore tutorials, and share insights on building and optimizing private servers. Join us today and unlock the full potential of MMORPG server development!

Join Today!

Could some1 post... Mir3 

Skilled Illusionist
Joined
Mar 30, 2003
Messages
344
Reaction score
0
the files needed 4 have npcs n maps up to date?

I got all the maps n stuff 4 the client but im missing the paths to each new map (like ancient jungle or numa) n the npcs that should b on each town like prajna or new sabuk wall map.

Also wers Carlos (the guy 4 the refines?? i went to sabuk but he isnt there O.o

(i got msrf 2.9 btw)
 
Hello me again (bet you think im the only person here eh) - to answer your questions then...

Ancient is MAP 9 (thats 9.map) and you will find the Tiles are all worng - so you have a lot of Black blotches - this requires you update your client with the latest bits - go find a server that have Ancient working and you can d/l there updates and you will see the lush grass etc.

As for NPC's - basically get the co-ordiantes you want them to be at, copy the NPC that does the job already for whatever you want (from BW as they have all the NPCs) and put the map number on the end - so carlos-9.txt

Now carlos - grab him from MIR2 section - its the same script,

Reaosn ive not posted anything for you - my server pc is off at the mo and im off to bed (just finsihed night shift).
 
well i could get the coords, or even ive looked 4 them on mir2 but prob is that if i want to have all npcs that should b on prajna island sabuk wall n more that should b there it would take years, n still they would b wer they have to b exactly.

+ i would make 1 npc 4 just try to refine but i think theres no npc on original msrf 2.9 doing refines, n i dont know the command 4 make that 1 npc refines.

So would b nice if u could upload ur npc/merchant txts so i get all the npcs working.

Oh n tell me the command 4 make npc refine if u know it plz >.<
 
First of all the helpfull bit - the refine script:

;Settings
%100
+5
+6

;Dialog

[@main]
<Upgrade Weapon/@upgrade>\
<Get Back/@getbackupgnow>\
<Exit/@exit>\
<>

[@upgrade]
<Confirm/@confirmupgrade>\
<Cancel/@main>\

[@Biron]
BlackOre is a strong metal used for making weapons.\
BlackOre can be obtained from the mines the higher \
the purity, the better chance of a good upgrade\
My eyesight is poor, so i will take all BlackOre \
that is in your Bag \ \
<Back/@upgrade>

[@Etc]
Jewelery is items such as Necklaces, Bracelets and \
Rings. The higher level needed to wear, the better\
the chance of the refine working. My eyesight is not \
very good, so i will take all jewelery from your bag \ \
<Back/@upgrade>

[@Weapon]
The weapon i will use is the weapon that is in your hand at \
the time of the request.\ \
<Back/@upgrade>

[@Gold]
I can't upgrade your weapon for free. As my work is of\
such a high standard i charge <$UPGRADEWEAPONFEE> per\
upgrade.\ \
<Back/@upgrade>

[@confirmupgrade]
<Upgrade Now/@upgradenow>\
<Cancel Upgrade/@main>\


[~@upgradenow_ok]
<Get back weapon now/@getbackupgnow>\
<Collect weapon later/@main>

[~@upgradenow_ing]
I am already working on an item\
Come back later...\ \
<Back/@main>\

[~@upgradenow_fail]
Hey <$USERNAME>. Are you trying to confuse me?\
You are missing one or more of the vital ingredients\
Check you are wearing a weapon, have the BlackOre, Jewelery\
and most importantly the money.\
Then try again\
<Back/@main>\

[~@getbackupgnow_ok]
Here is your weapon.\
<More Information/@Success>\
<Exit/@exit>\

[@Success]
I can't guarrantee successfull refining each and every time.\
You Will need to check Your self to see if it worked.\ \
<Exit/@exit>\

[~@getbackupgnow_ing]
The upgrade is not finished yet, come back later!\ \
<Main/@main>\

[~@getbackupgnow_fail]
If You gave me a weapon long ago, you can forget about it now!\
You should have come back sooner!\ \
<Main/@main>\


Now your maybe has got MIR2 and MIR3 mixed up here - its upto you to basically go around the towns - write down the X,Y - now find a NPX you want there (entirly upto you) and change the scripts so that they appear there - its not hard honest.
 
Back