123123.dll

razor

New member
Joined
Sep 30, 2023
Messages
4
Hi, everyone knows that shen1 made a project called 123123.dll and there are some good things in it but there are some not so good things in this dll so I plan to make a copy of it

Now I will need some idea and help about this dll

Now a total of 8 injects were made, but none of them were made to spawn npc or mob at the specified time, so does anyone have any information about this?

inject 1, inject 2, inject 6 ( I don't know what this is about but these 3 injections are working for the same thing)
0041C7E6 inject 1
0042A496 inject 2
00454C4C inject 3
0046CD3F inject 4 for Lapisia (Enchant)
00476792 inject 5
0047FD52 inject 6
004D2BC7 inject 7 CustomRecRune part 1
004D2C1C inject 8 CustomRecRune part 2


config.ini :
[AutoNpc]
//序号=NPC类型,NPCid,地图,坐标x,坐标y,坐标z,创建时间,删除时间,是否每天循环(1代表每天循环,0不循环)
//Index=Type,Typeid,Map,x,y,z,CreateTime,DelTime,IsLoop
1=2,1,35,500,28,500,19:30,19:49,1
2=2,2,35,500,28,500,19:30,19:49,0



[AutoMonster]
//序号=怪物ID,地图,坐标x,坐标y,坐标z,创建时间,删除时间(0:0表示不删除),是否每天循环(1代表每天循环,0不循环)
//Index=Mobid,map,x,y,z,CreateTime,DelTime,IsLoop
//deleting monster not work sometimes...........
1=1,35,500,40,500,19:30,19:45,0
2=2,35,500,40,500,19:30,19:45,1


and original post : https://www.elitepvpers.com/forum/s...leases/3841427-release-some-features-ep6.html
 
I imagine that no injections are made simply because it’s not required - you just need to call the relevant functions and then keep track of the uid of the NPC/Monsters being spawned.
 
Back
Top