[Dev] My Dragon Completion project

Re: My Dragon Completion project

sigh I cant test anything .... (I cant even start flyff without my dad knowing)

il post my source here ina bit...... well its not my up to date one its the one still on my moms computer but its a little bit more further along then the ones posted so far......

sorry guy's its either raise my grades or lose my computer atm il have to postpone my "real" involvment for when im ungrownded here in the next week



when I post the files il include in the folder some notes I have made......

well not updated ones but its still nicer then the current files posted so far.....

is it just me or did I say the same thing twice...... o.o?


edit: ~update
 
Last edited:
Re: My Dragon Completion project

How to make it give skill at level up:
http://forum.ragezone.com/f457/share-some-things-to-dragon-source-update-5-a-496798/
the second 'tutorial'.
Also, when gameserver crashes, everything stops to work but, since you have connection to at least one of the three servers, you dont get dc'ed, you will need an ISC for that and some other things(dc people with GM command for example, I made one that dc him but doesnt show the dc alert to the player, since it just dc from one server), but that doesnt mean that login server handles positioning :P
 
Errm, cookie cutter code much?

like j saidim still learning :< ibarely knew what a void was when i started i think i did well for knowing very little about c++ and hey itmannaged to make stuff work and only spenan hour or 2 on these

i had to ditch my better ,more developed files due to an epic mistake and these are semj current but it still crashes il check what bbim said later

~posting on PS3 I
 
Re: My Dragon Completion project

How to make it give skill at level up:
http://forum.ragezone.com/f457/share-some-things-to-dragon-source-update-5-a-496798/
the second 'tutorial'.
Also, when gameserver crashes, everything stops to work but, since you have connection to at least one of the three servers, you dont get dc'ed, you will need an ISC for that and some other things(dc people with GM command for example, I made one that dc him but doesnt show the dc alert to the player, since it just dc from one server), but that doesnt mean that login server handles positioning :P

first of allsorry for the double post

PS3 doest have copy paste



does it say how to make skill points go up?


the geSP thing has been a pain


and organic even though im at a low skill level iwanted to make what was already there work i dint want to start from scrach my skills are more under error fixing due to my lack of time on weekdays where im under pressure to earn grades to get into this high school where you earn colledge credits while there i have a very high chance of being acceped but one slip up then my chance is goner

so i can only spend a few hours on weekends codeing but once im in the school il be takeing commputer programing as my major t
 
If you want to download it, take this version. I removed all the unnecessary files and packed it with 7zip (-> 2,54 MB):
 
woot :D yay sorry every time I had read your guides b4 my brain fried itself but I understand them now ^^ mabe after that il be able to fix more glitches
 
woot :D yay sorry every time I had read your guides b4 my brain fried itself but I understand them now ^^ mabe after that il be able to fix more glitches

I wish so :P
My guide was make with some mistakes, there are some english errors that might make it harder to understand, but it is still understandeable :D
 
no when I first read them I didnt know crap about C++ but I do now lolz :D

and wow you responded fast o.o

Oh I see :P
the tutorial is nice because its a tutorial, not code throwed at your hands, so you learn how to do :P
Yes, I visit ragezone after a little ammount of time to check it :P
 
yeah anti RTF's tut's pwn but I still need to finish them.......


I cant connect to internet on my computer due to being grownded .... for no reason at all ~_~ ....

my dad turned off my internet so i woldnt be on all day while they were ggone but when they came back they didnt remember y they turned it off so they assumed they had grownded me ohhhhh the irony
 
Looking through my Dragon source i realised i have some of the drop packet working, i'm not really deving this anymore, so i'll post that and perhaps my skills stuff later too, my skills stuff is a mess so i'll have to find all the bits of it.

Heres what i managed to figure out of the drop packet so far.
Code:
-PlayerPacket.cpp-

void PlayerPacket::dropItem(Player* player, Item* item, Pos pos){
	Packet pak = Packet();
	pak.setPlayer(player);
	pak.addHeaderType2(0xffffff00);
	pak.addBytes("000000000100");
	pak.addShort(Server::generateUserId()); // Item's Mover ID
	pak.addBytes("0000F00004");
	pak.addInt(item->getItemId());
	pak.addBytes("04");
	pak.addShort(item->getItemId());
	pak.addBytes("6400");
	pak.addPos(pos); // Position of Item.
	pak.addBytes("0000");
	pak.addShort(Server::generateUserId()); // Item's Mover ID
	pak.addBytes("0000");
	pak.addInt(-1);
	pak.addInt(item->getItemId());
	pak.addInt(0);
	pak.addInt(0);
	pak.addBytes("00000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000");
	pak.packetSendType2();
}

I thought i had it documented, but can't find the txt file anywheree. Lol
 
~bump

il be posting what glaphan and bbim have so far

sorry glaphan and bbim but this whole makeing there be so much work to add stuff and its turning people off and getting them annoyed... so im gonna post source files with everything so far...


please dont take offence ;< but this whole keap people in the dark thing is makeing dragon look like it is unlikly to be finished to those potential coders who like to see re that progress is being made b4 they even try....

I want to show people that this isnt just some pathetic hopeless project I want to show them that things have been acomplished we are getting somwhere so mabe the project will become more enthusiastic and attract more coders
 
~bump

il be posting what glaphan and bbim have so far

sorry glaphan and bbim but this whole makeing there be so much work to add stuff and its turning people off and getting them annoyed... so im gonna post source files with everything so far...


please dont take offence ;< but this whole keap people in the dark thing is makeing dragon look like it is unlikly to be finished to those potential coders who like to see re that progress is being made b4 they even try....

I want to show people that this isnt just some pathetic hopeless project I want to show them that things have been acomplished we are getting somwhere so mabe the project will become more enthusiastic and attract more coders
Lol currently i'm fighting the original item system in emu, probably going to rip out and basically implement Adi's item system if it seems usable. So thats my only problem with the emu, other than that i've been moving through it easily, implementing packets, though still need to code logic behind skills/parties and so on but the packets are my major concern for now.
 
~bump

il be posting what glaphan and bbim have so far

sorry glaphan and bbim but this whole makeing there be so much work to add stuff and its turning people off and getting them annoyed... so im gonna post source files with everything so far...


please dont take offence ;< but this whole keap people in the dark thing is makeing dragon look like it is unlikly to be finished to those potential coders who like to see re that progress is being made b4 they even try....

I want to show people that this isnt just some pathetic hopeless project I want to show them that things have been acomplished we are getting somwhere so mabe the project will become more enthusiastic and attract more coders

To be honest, I dont think it would change anything and it would break the point of me(and I guess glaphanking at his last topic too) of making it a guide. With a guide the person learns from it, if it is a source, it will look like a big mess of words, a beginner would just download, take a look at it and close it right away.
 
To be honest, I dont think it would change anything and it would break the point of me(and I guess glaphanking at his last topic too) of making it a guide. With a guide the person learns from it, if it is a source, it will look like a big mess of words, a beginner would just download, take a look at it and close it right away.
Guide for beginners in what sense? Like your updates to Dragon Source?
 
Back