Bonsoir voila j'ai un soucie j'arrive pas a faire un Monster ressource rdb et j'arrive pas a faire un item Resource rdb serait t'il possible de me dire comment faire svp
ok nothing in my dbo.NPCResource in coordinates x 132814, y 86968 for moon 1 portal
Code:
DECLARE @charname NVARCHAR(55)
SET @charname = 'Enter your char name'
declare @radius int
set @radius = 30 --change radius for long or short search range
--do not edit anything here :) --
---------------------------------
---------------------------------
-- by Eziorav/MasterX1-----------
select char.name , npcres.id as near_npc_id, STRINGRES.value as npc_name , npcres.x, npcres.y
from arcadia.dbo.NPCResource NPCRES
INNER JOIN arcadia.dbo.StringResource STRINGRES
on STRINGRES.code = NPCRES.name_text_id
INNER JOIN Telecaster.dbo.Character CHAR
on CHAR.name = @charname
WHERE npcres.x between CHAR.x -@radius and CHAR.x +@radius and NPCRES.y between CHAR.y -@radius and CHAR.y +@radius
this is a little query codded by me to help auto you find npc_id
Dungeon portals are a warp prop...they are not an NPC.
You really need to start talking with other people who are running the 5.2 files, that is why I keep suggesting that you start using the release thread.
[Helping Topic] 24/7 Helping Services! 08/27/2008 - EO PServer Hosting - 31 Replies stucked on anything while setuping your server?
post your problem here and you will get answer as fast as possible better than spamming with posts :cool:
first of all try reading Ahmedpotop's Pserver All thing guide.
if your couldn't solve it out post your problem down here
""That includes PHP rankings pages / registrations pages / Status pages""