P Server "NPC base code/shops/drop items" for who asked me 2 do it

07/15/2008 04:26 999blackangel999#1906
i know about skills...its didnt change my job!!!
07/15/2008 05:08 §hadow§age#1907
Quote:
Originally Posted by 999blackangel999 View Post
i know about skills...its didnt change my job!!!
make a new account and try it.... just use this code and i know it will work, if it doesn't your doing something wrong

Code:
[10001]
face=2
txt0=I am the Warrior God. What can i do for you?
opt0=Get promoted.-Learn XP skills.-Learn Dash.-Let me think it over.
req=lvl,>15
rew=job,21
07/15/2008 05:27 §hadow§age#1908
so.... doesssss anyone know where the "actions" are located? I would like to code the "Cool" Action Effect
07/15/2008 12:08 999blackangel999#1909
No, its didnt give me a job what i want....and the same with items...when write to npc to give some item, he didnt gives...
07/15/2008 12:25 999blackangel999#1910
Like this, its didnt work, he didnt gives an PickAxe
Code:
[57]
face=2
txt0=What do you want?
opt0=Let me out-Give me a Hoe-Nothink
req=0
rew=teleport,1002,518,356-562000,0,0,0,0,0,1
This didnt work too
Code:
[57]
face=2
txt0=What do you want?
opt0=Let me out-Give me a Hoe-Nothink
rew=teleport,1002,518,356-item,111303,2,0,0,255,0
And this too...Npc must teleport me to Impound Warehouse and to Advance Zone, and he only teleporting to WH, and other no
Code:
[600062]
face=6
txt0=Welcome to ~Lost-Conquer~! What may i help you with?
opt0=Warehouse Impound-AdvanceZone
(costs 1,000 silver)
req=gold,1000-gold
rew=teleport,1007,025,025-teleport,1075,524,557
07/15/2008 14:50 999blackangel999#1911
Fine undestand now....
Code:
[600062]
face=6
txt0=Welcome to ~Lost-Conquer~! What may i help you with?
opt0=Warehouse Impound-AdvanceZone-Nothink
req=gold,100-gold,100-gold
rew=teleport,1007,025,025-teleport,1075,524,557-0
Code:
[57]
face=2
txt0=What do you want?
opt0=Let me out-Give me a Hoe-Nothink
req=0-lvl,>15-0
rew=teleport,1002,518,356-item,562001,0,0,0,0,0,1-0
Now its working....now problem with job...but will see what i can do

Someone HELP ME
Code:
[10001]
face=2
txt0=I am the Warrior God. What can i do for you?
opt0=Get promoted.-Learn XP skills.-Learn Dash.-Let me think it over.
req=lvl,>15-0-0-0
rew=job,25-0-0-0
Whats wrong here???
07/15/2008 15:09 keving#1912
On my Server u dont need to ask for Accounts i have Website for Account Register,Stats from Server,How to Connect :) and soon comes Webinterface for recover with email your account id etc...

My Server Rules :)
07/15/2008 15:16 999blackangel999#1913
Quote:
Originally Posted by keving View Post
On my Server u dont need to ask for Accounts i have Website for Account Register,Stats from Server,How to Connect :) and soon comes Webinterface for recover with email your account id etc...

My Server Rules :)
Its for me?
07/15/2008 15:26 999blackangel999#1914
If its was for me.hmm...i dont see the reason to make me a register site...its good now, types NEW....and u have acc...I am working at client...its a more important!
07/15/2008 15:57 keving#1915
Its not for u lol its for my Server Webinterface etc makes more easy to create Account :)

With NEW Command u can override Accounts with the Interface not :)

If u wanna see the HP the WebAdmin not work yet but register etc all:

Join my Group in Hamachi
ConquerZero
123456 :)
And put the IP as WebAddress :)
07/15/2008 16:03 999blackangel999#1916
Lol...nothink new for me...but ok...nice.
07/15/2008 16:05 galdik#1917
in previous problematic examples in part req ... was missing all options like in the following
if there are 3 rew options make sure u have req 3 options as well

Quote:
Originally Posted by 999blackangel999 View Post
Code:
[57]
face=2
txt0=What do you want?
opt0=Let me out-Give me a Hoe-Nothink
req=0-lvl,>15-0
rew=teleport,1002,518,356-item,562001,0,0,0,0,0,1-0
Now its working....now problem with job...but will see what i can do
07/15/2008 17:51 999blackangel999#1918
Someone got this???
NPC types (warehouse/shopkeeper/blacksmith….etc)???
Need list...
07/15/2008 18:36 09rstockton#1919
for npc what would the reward look like if you want it to be Prof Club 20
rew=Prof,Club,20?
07/15/2008 19:11 999blackangel999#1920
Yes, right..but i think didnt work, like job,
Code:
[10001]
face=2
txt0=I am the Warrior God. What can i do for you?
opt0=Get promoted.-Learn XP skills.-Learn Dash.-Let me think it over.
req=lvl,>15-0-0-0
rew=job,25-0-0-0
Its didnt work too...dont know why