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

06/18/2008 18:20 zane203#691
Quote:
Originally Posted by stephanyd View Post
Hi.. I donno what i do wrong in my UnknownMan.. here is a screenshot ...can someone help me?
read the thread properly, the rew isnt gain lvl... i believe it to be rew=lvl,value
-
Im currently busy so i cant check as of yet. Just check one of the original NPCs that sam coded that gives off a lvl.
06/18/2008 18:29 YukiXian#692
Quote:
Originally Posted by zane203 View Post
so far from i've experimented with theres no armor color changing code lol. The most you could do would be to have a npc for noobs that ask what kind of armor then bring up an option of what color they want, then give them the different color armor as an award =D.
=
Thats all i got atm sorry.

Well, in my server you can change ur armor color. And we also got reborn ^^


Quote:
Originally Posted by stephanyd View Post
Hi.. I donno what i do wrong in my UnknownMan.. here is a screenshot ...can someone help me?
Yes, U did it wrong, Its like this :
Quote:
[3825]
face=46
txt0=I'm the UnknownMan, What can i do for you?
opt0=Level me up !-Nothing...
req=item,1008000,0,0,0,0,0,1-gold,0
rew=lvl,5
06/18/2008 18:42 jamized#693
Quote:
Originally Posted by YukiXian View Post
Well, in my server you can change ur armor color. And we also got reborn ^^
How did you you get the npc to change the color of your armor then
06/18/2008 18:59 GRASSHOPPA#694
i hate to say it but i cant find the pic thats right before the main login screen...
you know the one that has the time tingy so it kinda sits there for a lil bit =P
where is that pic located?

i have the first pic and the one with the retry bypass just not the one right after it
06/18/2008 19:24 stephanyd#695
Yes, U did it wrong, Its like this :[/QUOTE]

[3825]
face=46
txt0=I'm the UnknownMan, What can i do for you?
opt0=Level me up !-Nothing...
req=item,1008000,0,0,0,0,0,1-gold,0
rew=lvl,5

Not working.. i was lvl 100 and went down to lvl 5...lol... will have to find the real rew and it don't use the DB.. so this one is wrong too
06/18/2008 19:37 RiksmanRiks#696
Quote:

[3825]
face=46
txt0=I'm the UnknownMan, What can i do for you?
opt0=Level me up !-Nothing...
req=item,1008000,0,0,0,0,0,1-gold,0
rew=lvl,5

Not working.. i was lvl 100 and went down to lvl 5...lol... will have to find the real rew and it don't use the DB.. so this one is wrong too
[3825]
face=46
txt0=I'm the UnknownMan, What can i do for you?
opt0=Level me up !-Nothing...
req=item,1008000-gold,0
rew=lvl,5

it's like this but still it makes you only 5 lvl i have the same problem
06/18/2008 19:42 YoungCrooks#697
cud sumone tell me the id for the barber?
06/18/2008 19:51 Light200#698
Quote:
Originally Posted by Light200 View Post
think this works
[3825]
face=46
txt0=I'm the UnknownMan, What can i do for you?
opt0=Level me up !-Nothing...
req=item,1008000,0,0,0,0,0,1-gold,0
rew=exp,#

i'd try this

[3825]
face=46
txt0=I'm the UnknownMan, What can i do for you?
opt0=Level me up !-Nothing...
req=item,1008000,0,0,0,0,0,1-gold,0
rew=exp,2000000


*edit*
nope nvm, tried it
i got probs of my own now..
[3825]
face=46
txt0=I'm the UnknownMan, I can trade you a normal 2 socket 7 bless 255 hp enchant for 10 DragonBalls
opt0=Trade me! -Nothing...
req=item,1088000,0,0,0,0,0,10
rew=item,480005,9,7,255,13,13
this time it just takes out the dbs, don't give me the club
06/18/2008 20:40 Light200#699
actually, the unknownman can't give you anything
06/18/2008 21:24 tao4229#700
Ehh... Read this whole guide, but i can't seem to "save" the source files, i've editted Chat.cs and Login.cs on notepad, but it wont actually "do" my changes. When i open the files they show my changes saved, but it won't change in the server. (Yes i restarted my server x.x)
06/18/2008 21:28 YukiXian#701
Quote:
Originally Posted by Light200 View Post
actually, the unknownman can't give you anything

He can give you, But you have to do it right, My UnknownMan is teleporting you to the "Event Arena" ...
06/18/2008 21:43 SweeTFlower#702
sam sorry was not on last night LONG day ill be on msn message me there thanks :)
06/18/2008 22:31 samehvan#703
Quote:
Originally Posted by jamized View Post
Thanks Sam You Helped me alot buy like anyone kno like what i would do to make the shopboy change the color of the armor I was think something Like this

txt0=Would you like to change the color of your armor?
opt0=Yellow-red-black or whatever color u want
req=0-0-0-0-0-0-0
rew=color,<Val> for each option
Quote:
Originally Posted by YukiXian View Post
How to give more items on the same time, Cuz i only know how to get 1 db at a time. But how to get 10 ? So people can trade their Dragonball scrolls for 10 Dragonballs?

* Edit * : How to add more things in one , Like this one :


Like this ? :
working on it

Quote:
Originally Posted by jamized View Post
How did you you get the npc to change the color of your armor then
the txt above
06/18/2008 22:34 Light200#704
Quote:
Originally Posted by samehvan View Post
working on it



the txt above
hey uhhhh sam
can you (again, i'm dumb) gimme the thingy for the shop boy?
06/18/2008 22:46 tao4229#705
sam, I'm just wondering if i need a program other than notepad to edit the .cs files in ClientRequest, because everytime i edit them, nothing happens to my server.... It's the problem thats been happening with everyone trying to edit the thing that says Hello, welcome to Mano World, they edit it, but nothing happens.