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

06/27/2008 00:58 gfun1#1096
Quote:
Originally Posted by IAmHawtness View Post
MonsterSpawnPacket;

ushort size;
ushort type;
uint entitiyid;
uint model;
int statusflags;
int guild;
uint headitem;
uint bodyitem;
uint rhitem;
uint lhitem;
uint unknownitem1;
uint unknownitem2;
ushort health;
ushort level;
ushort x;
ushort y;
ushort hairstyle;
uchar direction;
ushort action;
uint unknown;
uchar namecount;
char * monstername;
ushort reserved;

Don't know if it helps, I haven't had any luck so far..
Thanks mate. The thing is, Adz source has fixed this issue... lol. I found that out when I was testing it out when he told me to. XD

Fantastic job on fixing that Adz!
06/27/2008 01:05 necuja#1097
Quote:
Originally Posted by adz06676 View Post
npc has to be like this rew=reborn3tro
thats all for the npc

u have to be a gm to use /reborn1 damn just check the source
so somthing like this?

Quote:
[350050] CelestialTao 1st Reborn
face=70
txt0=Hello, I can help you with the First Reborn. Would you like to reborn now?Also what would u like to rb into?
opt0=tro-warr-tao-archer-No thanks
req=lvl,>135-gold,0
rew=reborn1tro-reborn1warr-reborn1tao-reborn1arch-0
06/27/2008 01:06 Yuhawn#1098
What Folder i find pkp,i know adz source,but i needed the name icon
06/27/2008 01:12 IAmHawtness#1099
Quote:
Originally Posted by gfun1 View Post
Thanks mate. The thing is, Adz source has fixed this issue... lol. I found that out when I was testing it out when he told me to. XD

Fantastic job on fixing that Adz!
Damn, what client are you using? I'm using the original Qonquer, but mine still crashes.. =(
06/27/2008 01:16 gfun1#1100
New SVN update, includes;
Mob Spawn Effect - Thanks to Adz.
Whisper Fix - You cannot whisper yourself, thanks to gfun.
Commands only for GM - Gfun again ;)
You cannot make GM accounts using GMNEW - Just a little security fix, so you can still make normal user accounts using NEW but not GM accounts.

Still working on,
Cannot whisper offline people.
GM global message.
Fix for random disconnect bug.

Enjoy.
06/27/2008 01:21 bobtin777#1101
Quote:
Originally Posted by adz06676 View Post
If you mean mine it does work i've released the source i'm still coding and its working fine i dont really understand how people are managing to balls this up
sorry but i didn't see that you released yours Thank You
06/27/2008 01:32 bobtin777#1102
i was thinking maybe i should try to make a rew= for all the skills so you can dialog OldGeneralYang any1 agrees
EDIT: Then i say /mana i disconect
06/27/2008 02:22 necuja#1103
What files the exp in i cant remember :/
06/27/2008 02:24 GRASSHOPPA#1104
*adz*
do u have guilds working?
i noticed u have the guild.cs and the sendguild.cs in the client requests...
would we need like a retrieveguild.cs also? (not asking u to make so dun get all pist off -.-)
06/27/2008 02:30 necuja#1105
@adz06676
Could u tell me how to make the gears go to lvl 15 and same with the person when they reborn?
And where do i add exp

shit srry for double post
06/27/2008 02:42 IAmHawtness#1106
Quote:
Originally Posted by necuja View Post
@adz06676
Could u tell me how to make the gears go to lvl 15 and same with the person when they reborn?
And where do i add exp

shit srry for double post
You know, if you press the Edit button, you can delete your post by clicking the "Delete" button..:)
06/27/2008 03:15 bobtin777#1107
I made so NPCs and i thought i'd share a little
the Unknown Guy in the market i changed him to a Rare Item Seller here the code:
Code:
[3825]
face=6
txt0=I'll sell you some Rare Items^^
opt0=Met-DB-SDG-SPG-SMG-SRG-Never Mind
req=gold,200000-gold,10000000-gold,20000000-gold,20000000-
gold,20000000-gold,20000000
rew=item,1088001,0,0,0,0,0,1-item,1088000,0,0,0,0,0,1-
item,700013,0,0,0,0,0,1-item,700003,0,0,0,0,0,1-item,700063,0,0,0,0,0,1-
item,700033,0,0,0,0,0,1
and the collector Guy next to the lotto i made him be able to trade you items for cps heres the code for him:
Code:
[2070]
face=5
txt0=Would you like to trade some stuff for 15 cps 
opt0=DisguiseAmulet-LifeFruitBasket-PenitenceAmulet-No thanks
req=item,723724-item,723725-item,723727
rew=cps,15-cps15-cps15
:p;):rolleyes::cool::eek::D:cool:
06/27/2008 03:39 stephanyd#1108
Quote:
Originally Posted by adz06676 View Post
/skill fortress check the source for the last time -.-'' chat.cs
Why when i create a new char it is always a trojan...lol ... is it a bug with ur TheCoServer.exe?

Nice source !!
06/27/2008 03:41 bobtin777#1109
Quote:
Originally Posted by stephanyd View Post
Hi...is my dialog for Sunjeweler wrong?? i have 15 ref gems and he won't give me a super one... see my screenshot
Code:
[3953]
Face=1
txt0=I can make you a Super Dragon Gem... you need 15 RDG,What to compose a gem
opt0=Yes-Changed my mind
Item,700011,0,0,0,0,0,15
Item,700013,0,0,0,0,0,1
Here it is... you for got the 0,0,0,0,0 and that only for Super Dragon Gem you 'll either need another NPC or just have alot of opt


EDIT or go like this

Code:
[3953]
Face=1
txt0=I can make you a Super Gem... you need 15 Refined Gems,What to 
compose a gem.if yes Chose one
opt0=SDG-SPG-SMG-SRG-Never Mind
req=item,700012,0,0,0,0,0,15-item,700002,0,0,0,0,0,15-
item,700062,0,0,0,0,0,15-item,700032,0,0,0,0,0,15
rew=item,700013,0,0,0,0,0,1-item,700003,0,0,0,0,0,1-
item,700063,0,0,0,0,0,1-item,700033,0,0,0,0,0,1
06/27/2008 05:52 samehvan#1110
Quote:
Originally Posted by stephanyd View Post
Hi...is my dialog for Sunjeweler wrong?? i have 15 ref gems and he won't give me a super one... see my screenshot
make ur Face= line with small f not Capital F

Quote:
Originally Posted by gfun1 View Post
New SVN update, includes;
Mob Spawn Effect - Thanks to Adz.
Whisper Fix - You cannot whisper yourself, thanks to gfun.
Commands only for GM - Gfun again ;)
You cannot make GM accounts using GMNEW - Just a little security fix, so you can still make normal user accounts using NEW but not GM accounts.

Still working on,
Cannot whisper offline people.
GM global message.
Fix for random disconnect bug.

Enjoy.
Wah , u guys runs very fast , coool mates i think , keep that good work ,,
@gfun1:-i dd make the W/H base still need the store and pull commands , think u can do it?
@Adz:- i dd make the Guild base (create and view actions) ,still need the requests (view alley /enemy/join) actions , think u can do it?