[REQ] "Notes" Code

All Helbreath Client Source Discussion here.
maxichalba
noob
Posts: 27
Joined: Sun Aug 27, 2006 4:50 am

Post by maxichalba »

hi, what i was wishing to have is a notes code, i mean, for people who share characters, so that they could leave messages in a kind of notebook at the game, u understand?

pls any master make it :D
EvilHit
Loyal fan
Posts: 356
Joined: Sun Jan 16, 2005 3:20 am

Post by EvilHit »

ur talkin about the mailin systerm
maxichalba
noob
Posts: 27
Joined: Sun Aug 27, 2006 4:50 am

Post by maxichalba »

i mean a code so that players can leave notes for themselves
EvilHit
Loyal fan
Posts: 356
Joined: Sun Jan 16, 2005 3:20 am

Post by EvilHit »

mailin systerm how much times do i have to tell u
Orkl
Loyal fan
Posts: 376
Joined: Sat Sep 17, 2005 2:31 pm

Post by Orkl »

He doesn't want a mailing system.. How many times does he have to tell you? He wants like an in-game "Notepad"

Not a hard concept...
<!--QuoteBegin-crazymnig88+--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (crazymnig88)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->by notepad??? it didn't show any code, just show words wif no mean<!--QuoteEnd--></td></tr></table><div class='signature'><!--QuoteEEnd--><br><!--QuoteBegin-charlie+--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (charlie)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->he'll probably save it as 600pagebook.bmp<br><br>400gb file plzkthnx<!--QuoteEnd--></td></tr></table><div class='signature'><!--QuoteEEnd-->
xenx
Member
Posts: 169
Joined: Tue Oct 03, 2006 7:08 am

Post by xenx »

on a slightly different note, i wouldnt mind a mailing system that works like the warehouse code, only players can deposit items etc for each other, that might be funky, could even make a mailbox NPC
€M4NU€L
Outpost bitch
Posts: 517
Joined: Sat Nov 19, 2005 9:07 pm
Location: I watch gay porn
Contact:

Post by €M4NU€L »

I had posted Mail System go to Helbreath Snippets and you will find it
<span style='color:blue'>Helbreath Thermal</span> <span style='color:green'>BETA</span> <span style='color:red'>Soon</span>:<br><br>www.youporngay.com<br><br><img src='http://img264.imageshack.us/img264/1041 ... piopk7.jpg' border='0' alt='user posted image' /><br><img src='http://img257.imageshack.us/img257/3762 ... eakxj1.jpg' border='0' alt='user posted image' /><br><img src='http://arthur.crepin.free.fr/images/use ... mpsons.png' border='0' alt='user posted image' /><br><img src='http://img329.imageshack.us/img329/5797/pesgamerrr3.gif' border='0' alt='user posted image' /><br><br><u><b>BLACK GAY LIST:</b></u><br><br><span style='color:red'>€M4NU€L</span>:<br>I look like a girl and he's always complaining someone.
xenx
Member
Posts: 169
Joined: Tue Oct 03, 2006 7:08 am

Post by xenx »

according to your post that will only work with SQl server's which is useless to about 85% of the server's out their
maxichalba
noob
Posts: 27
Joined: Sun Aug 27, 2006 4:50 am

Post by maxichalba »

no SQL pls ... -.-
locobans
Outpost Junkie
Posts: 2264
Joined: Tue Jul 13, 2004 3:51 am
Location: Behind You
Contact:

Post by locobans »

Player logs in game and...

- Press xxx Key and client shows up a window.
- Player write on that window and click the SAVE button
- Client sends the player's request to HGServer
- HGServer save the data onto the folder named NOTES under the file with the charactername.txt
- When player log in, HGServer automatically load up his NOTES files and give player the option to delete or save again what has been showed up.

Implement this to c++ and you done :D
QUOTE (ADDKiD @ Dec 1 2006, 4:01 PM) <br>You guys make me laugh alot, half the shit I say, is bullshit...<br><br><img src='http://img485.imageshack.us/img485/492/banssig1ng.gif' border='0' alt='user posted image' /><br><br><b>I see no changes at all, wake up in the morning and ask myself...<br>Is life worth living? Should I blast myself?</b><br><br><b><a href='http://2paclegacy.com' target='_blank'>2PacLegacy.com</a></b>
xenx
Member
Posts: 169
Joined: Tue Oct 03, 2006 7:08 am

Post by xenx »

knowing how to do something in C++ is one hell of a lot different to actually getting it to work in server files, im learning this more and more lol
Orkl
Loyal fan
Posts: 376
Joined: Sat Sep 17, 2005 2:31 pm

Post by Orkl »

locobans wrote: Player logs in game and...

- Press xxx Key and client shows up a window.
- Player write on that window and click the SAVE button
- Client sends the player's request to HGServer
- HGServer save the data onto the folder named NOTES under the file with the charactername.txt
- When player log in, HGServer automatically load up his NOTES files and give player the option to delete or save again what has been showed up.

Implement this to c++ and you done :D
I'd do that, but instead of making a new folder and extra .txt files, i'd just amend [NOTES] onto existing character files and add it into the character loading routine :)
<!--QuoteBegin-crazymnig88+--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (crazymnig88)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->by notepad??? it didn't show any code, just show words wif no mean<!--QuoteEnd--></td></tr></table><div class='signature'><!--QuoteEEnd--><br><!--QuoteBegin-charlie+--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (charlie)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->he'll probably save it as 600pagebook.bmp<br><br>400gb file plzkthnx<!--QuoteEnd--></td></tr></table><div class='signature'><!--QuoteEEnd-->
maxichalba
noob
Posts: 27
Joined: Sun Aug 27, 2006 4:50 am

Post by maxichalba »

Orkl wrote:
locobans wrote: Player logs in game and...

- Press xxx Key and client shows up a window.
- Player write on that window and click the SAVE button
- Client sends the player's request to HGServer
- HGServer save the data onto the folder named NOTES under the file with the charactername.txt
- When player log in, HGServer automatically load up his NOTES files and give player the option to delete or save again what has been showed up.

Implement this to c++ and you done  :D
I'd do that, but instead of making a new folder and extra .txt files, i'd just amend [NOTES] onto existing character files and add it into the character loading routine :)
can u make that code for me?
locobans
Outpost Junkie
Posts: 2264
Joined: Tue Jul 13, 2004 3:51 am
Location: Behind You
Contact:

Post by locobans »

Orkl wrote:
locobans wrote: Player logs in game and...

- Press xxx Key and client shows up a window.
- Player write on that window and click the SAVE button
- Client sends the player's request to HGServer
- HGServer save the data onto the folder named NOTES under the file with the charactername.txt
- When player log in, HGServer automatically load up his NOTES files and give player the option to delete or save again what has been showed up.

Implement this to c++ and you done  :D
I'd do that, but instead of making a new folder and extra .txt files, i'd just amend [NOTES] onto existing character files and add it into the character loading routine :)
Yeah that could be something too B)
QUOTE (ADDKiD @ Dec 1 2006, 4:01 PM) <br>You guys make me laugh alot, half the shit I say, is bullshit...<br><br><img src='http://img485.imageshack.us/img485/492/banssig1ng.gif' border='0' alt='user posted image' /><br><br><b>I see no changes at all, wake up in the morning and ask myself...<br>Is life worth living? Should I blast myself?</b><br><br><b><a href='http://2paclegacy.com' target='_blank'>2PacLegacy.com</a></b>
maxichalba
noob
Posts: 27
Joined: Sun Aug 27, 2006 4:50 am

Post by maxichalba »

hey ppl i asked for the code and I DON'T KNOW HOW TO DO IT, i understand your ideas but i just don't know to make new codes on c++, i just change some things by logic, but i don't know coding, thats why, can some1 make me the code pls?

thx!
Post Reply