Help Needed Hellmouth Source

05/06/2012 19:07 warzie005#1
Quote:
Originally Posted by Kiyono View Post
It's not the reborn system, this just makes you able to see reborn stats.
Since it's too much work to just post the parts I changed, here's my PlayerInfo packet:
Player.cs
SpawnPlayer packet
Database -> Char loading
Database -> save character
Then you need to change the characters table and add fields for Profession2 and Profession3.

And Pro, any help with my empty buffer problem?
Sorry to get that back from a long time ago. But I got some weird problems with it.

[Only registered and activated users can see links. Click Here To Register...]

And I don't know where to put the last 2 either.

//Edit. Got rid of 5 error's, but know I got an Unreachable code detected from: user.Send(PlayerInfoPacket.Create(user));

Don't know what is wrong with that?

Changed the second reborn in the source database so the newly created char wouldn't become second reborn in the database. Changed it to 0 and then rebuild it, but after that. Still the same problem.
05/06/2012 21:04 pro4never#2
No offense but if you're not sure where to place this then how do you expect to code the rest of the reborn system?

This is not a full reborn system, it just displays the number of times you've been reborned. I suggest you take some time to learn some basic C#. Read an ebook or two and write some small coding projects to get comfortable using the language.

Once that's done you can come back and worry about editing albetros. Without a decent knowledge of programming, the source will be basically useless to you as you won't be able to fix/add any of the missing features.
05/06/2012 21:50 warzie005#3
Quote:
Originally Posted by pro4never View Post
No offense but if you're not sure where to place this then how do you expect to code the rest of the reborn system?

This is not a full reborn system, it just displays the number of times you've been reborned. I suggest you take some time to learn some basic C#. Read an ebook or two and write some small coding projects to get comfortable using the language.

Once that's done you can come back and worry about editing albetros. Without a decent knowledge of programming, the source will be basically useless to you as you won't be able to fix/add any of the missing features.
I know,

I toke a second look at it. I had done this a few months ago. But that's not it, I know how to code. But it didn't showed me that I was second reborn in client.
05/06/2012 21:54 pro4never#4
Well with any errors you cannot compile the source meaning none of the changes you made had any effect on the .exe files...

The errors are really simple. You're never defining variables
05/07/2012 19:35 warzie005#5
Quote:
Originally Posted by pro4never View Post
Well with any errors you cannot compile the source meaning none of the changes you made had any effect on the .exe files...

The errors are really simple. You're never defining variables
Thanks for help, ran a second look on it and I made an bad mistake on the first packet you'd gave. Saved it on a wrong .cs and closed it afterwards. Not quit genius, so I re-downloaded the source and did it good then.

Now I've got a problem with the DropRule and added also a Drop_itemtype one. I made one and I putted it on a mob. Restarted server and Client. But the mob doesn't seem to get the droprule or it is just not dropping it. I had killed 200 of those and still nothing.
I need it for the Thieves, so I can make one quest complete. I also made the droprate 9999999. But then still nothing.
05/07/2012 19:48 Kiyono#6
Quote:
Originally Posted by warzie005 View Post
Thanks for help, ran a second look on it and I made an bad mistake on the first packet you'd gave. Saved it on a wrong .cs and closed it afterwards. Not quit genius, so I re-downloaded the source and did it good then.

Now I've got a problem with the DropRule and added also a Drop_itemtype one. I made one and I putted it on a mob. Restarted server and Client. But the mob doesn't seem to get the droprule or it is just not dropping it. I had killed 200 of those and still nothing.
I need it for the Thieves, so I can make one quest complete. I also made the droprate 9999999. But then still nothing.
I'm pretty sure that pro said that it was an unfinished feature.
05/07/2012 20:08 warzie005#7
Quote:
Originally Posted by Kiyono View Post
I'm pretty sure that pro said that it was an unfinished feature.
Sorry Kiyono,

Didn't looked through the whole guide. Only looked for the source and the things I needed. I shall look through everything. But thanks anyway.