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!

Some NPC locations in SRC files

Initiate Mage
Joined
Nov 19, 2023
Messages
2
Reaction score
1
Hey guys, i think it would be of everyones interest if some more experienced priston programers could share the npc locations in the source code. I'll explain myself, every npc has it's own code for reference, and I'm having trouble finding some of them, the npc for initial quests is a good example. I'll attach an image of the wings guy as reference of the code.

1700686332675 - Some NPC locations in SRC files - RaGEZONE Forums


"*Äù½ºÆ®À̺¥Æ®" <-- NPC code.
 

Attachments

You must be registered for see attachments list
Initiate Mage
Joined
Nov 21, 2023
Messages
3
Reaction score
1
They are set in lpMonInfo->EventCode <-- *이벤트코드 (*À̺¥Æ®ÄÚµå)
The npc for initial quests as an example uses values from 1014 to 1022.
You can check them in sinBaram/HaQuest.cpp -> void HaCheckQuestNpc(int NpcCount)
 
Upvote 0
Back
Top