Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Wortel Angels

Members
  • Posts

    1150
  • Joined

  • Last visited

    Never

Everything posted by Wortel Angels

  1. > Its for NPC ![:huh:](http://www.touchofdeathforums.com/community/public/style_emoticons//huh.png) Yes but everyone should be so stupide to do the same for Players…. But meh nice tutorial..
  2. > Attachments? This tutorial is not working 100% not Please read the poste befor your i got at the moment the only MyBB system implemented on MyBB here with Abhi Next time read the other Posts first…
  3. Change your game mode… If youre an Admin then are they not attacking you ;-)
  4. > I'm looking for a talented sprite artist, one that can create nice characters with beards and etc. For their services I will pay $10 in Eclipse cash per character made. I'm looking at about 10+ Characters so that would sum over $100 of Eclipse Cash, which would be a nice payout. PM me if interested. An nice payout really… Eclipse cash is useless... > What's important about Eclipse Cash? can they be exchange on real money? Its useless its like paper money from your childhood whit that you can buy most crap here just banhammer like the guy above told you but now for real… creating an sprite is much work theres one guy to ban waaaaaaaaay not enough if someone want Eclipse cash PM me ill give you bah >.> work for eclipse cash xD
  5. This is not an game this is an ORPG Maker You got there an server and an client (VB6) And with them can you create your own ORPG ;-)
  6. This tutorial is not working 100% not Please read the poste befor your i got at the moment the only MyBB system implemented on MyBB here with Abhi
  7. Thats… actually not so hard but there are too no Tutorials for this so you need to wait till i get time and do an Tutorial or someone other do it or you need to Buy the code
  8. > Good to see some encryption. But how you did it… lol. > > Either way, better then nothing i guess. like i wrote already ;-) Basic system i have an advanced too with an random Salt e.c.t. ;-) Which is for Sale
  9. > Working perfectly Mortal Angels ![:)](http://www.touchofdeathforums.com/community/public/style_emoticons//smile.png) Naturally ![;)](http://www.touchofdeathforums.com/community/public/style_emoticons//wink.png) which tutorial of me doesnt work ? hahaha -> Feel like Einstein Im selling an more advanced version of this (With salt e.c.t.) for 5$
  10. The night layer is an fringe layer normally if you followed the tutorial correct ;-)
  11. You made nice Process and i love the Engine name ;-) If you get an Support Image then ill put it in my Signature for sure. At the moment is that for me one of the BEST Engines here, very stable, much stuff added and what the best ? You dont give up at Problems like the first Sidescroller engine guy ;-) (Sorry if you read that but its the truth…) Best Regards MortalAngels
  12. Logically its not the best way but better than nothing and an basic where you can build off it :-)
  13. > intresting ill take a look later, even if its basic its still gonna be better then ur password being open like it is, thanks for the share mortal. Actually its safe if the other dont know what for an Number you use they wont get it out xD and i dont think youll publish your used number… No Problem :-) > This is best recommended if you don't want others (including yourself) to know your players password. > > @OP are you salting or just Ascii? You can view the Password you can use the other function which is added to do an extern decoder and view with that the passwords Ahm hows made actually its getting every letter and … Censored dont wanna tell it here because maybe is someone using it and then is this person again easy hackable if you know how coding works (What you do ;-)) then can you see hows done exact else its not needed how just that its working ^^
  14. Its not exct Very Safe because its an basic encrypt but its safer than just saving the pass ;-)
  15. Hey i made an Basic Password Encrypter which encrypts your passes logically… First add [That](http://www.mediafire.com/download.php?5g28vs9vbbahe40) to your Server source. Then open the Server and search ``` Sub AddAccount(ByVal index As Long, ByVal Name As String, ByVal Password As String) ``` Replace there ``` Player(index).Password = Password ``` with ``` Player(index).Password = encrypt(Password, 5) ``` Then search ``` Private Sub HandleLogin(ByVal index As Long, ByRef Data() As Byte, ByVal StartAddr As Long, ByVal ExtraVar As Long) ``` Replace there ``` Password = Buffer.ReadString ``` with ``` Password = encrypt(Buffer.ReadString, 5) ``` And you are done :-) EDIT: you can remove on the modEncrypt the decrypt function its not used there xD Credits: Me Best Reagards Mortal Angels
  16. Heyo Eclipsians If someone want to Encrypt / Decrypt the passes or other test strings (Very useful with my MySQL system) Heres an example of an very simple En-Decrypter I think i dont need to explain how it works just take a look on the code and youll get it how its working :-) Best Regards Mortal Angels [Download](http://www.mediafire.com/?o1er1s9qk1yivbd)
  17. > is this using a ODBC conntecter? > > or a mysqldb.dll? > > or is it another way that doesnt require users to install it Ill set everything up over team viewer ;-)
  18. [http://www.vidup.de/v/wcqJK/](http://www.vidup.de/v/wcqJK/) The players need then to register on the Website/Forum to get access to the game. Improvements ? You can add much stuff to that… Premum, Access and much more which could get checked on an time loop to set the players automatically to that acces / premium status which is in the database (Great to use with Forum groups ;-) ) Credits [Abhi](http://www.touchofdeathforums.com/community/index.php?/user/70687-abhi2011/) - Basics Me - Everything other
  19. Just look at the code thats not so hard… really.. Look how my tutorial is made then change the same stuff at the jukebox again
  20. xD there you got much to do or if you just want the design just move the stuff around adding other stuff will take some time an vb6 experience is needed 100%
  21. I think theres no download anymore just the History bundle at the Official Download board ;-)
  22. You maybe need to say its not playing the sound on debug mode… So copile the client then can you hear the sounds ...
  23. Why not adding direct FMoD ? xD If you need an Tutorial tell me
  24. Every button works on PA just the X to close dont work and its not moveable > buttons quest, skill and option still don't work for me and u cant move or close the inventory or other things please fix No idea what you did wrong ? Changed something and sended them back behind the pic screen ???
  25. > all credits are in chage log > > and tnx xD Yay xD thanks haha
×
×
  • Create New...