• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

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.
 
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