Problem!!! I click on the NPC and nothing :((
So you have added this NPC to your Arcadia database dbo.NPCResource, and saved the dbo.NPCResource to a db_npcresource(ascii).rdb for the client resource folder, hashed the name to {T%xMK%GJJ2x-SL53SGYBZ{Hd#.E@Ip8bH5prQuote:
Problem!!! I click on the NPC and nothing :((
npc dont need to resource itQuote:
So you have added this NPC to your Arcadia database dbo.NPCResource, and saved the dbo.NPCResource to a db_npcresource(ascii).rdb for the client resource folder, hashed the name to {T%xMK%GJJ2x-SL53SGYBZ{Hd#.E@Ip8bH5pr
And it does not work?
Maybe you should just try the server init thing again but use my buff scripts and see what happens on server init.
(Don't forget you need to restart your servers)
Just curious when you put this in...Quote:
Maybe you should just try the server init thing again but use my buff scripts and see what happens on server init.
(Don't forget you need to restart your servers)
Did you change this...Quote:
USE Arcadia
GO
INSERT INTO [NPCResource] VALUES (9977,100011401,105011401,99,2,location x,location y,0,280,0,'false','2000-01-01 00:00:00.000','2100-01-01 00:00:00.000',3,-3,16,'demon_baphometLv3',0,0,250003,0,0,0,0,303302 ,304501,0,0,413100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 ,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'your npc contact script from lua',-1,0);
go
function on_server_init()
roaming()
rare_mob()
guardian_spawn()
random_respawn()
buffs()
end
function buffs()
add_event_state(1013,20)
add_event_state(1007,15)
add_event_state(1008,15)
add_event_state(1002,10)
add_event_state(1001,10)
end
Then saved it and restarted all of your servers.Quote:
and yes i did that
function on_server_init() roaming() rare_mob() guardian_spawn() random_respawn() PandoraServerBuff() end function PandoraServerBuff() add_event_state(1013,20) add_event_state(1007,15) add_event_state(1008,15) add_event_state(1002,10) add_event_state(1001,10) end