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

jcsnider

Members
  • Posts

    1874
  • Joined

  • Last visited

    Never

Everything posted by jcsnider

  1. Ok i saw the thread http://www.touchofdeathforums.com/smf/index.php/topic,46714.0.html and I decided to make this, what would you all recommend to beginners?
  2. ok, well, here is one I see most often used, if you have common internet skills this should be fine. http://www.smfforfree.com/
  3. Ok, That is all i ask, i will get back to you.
  4. Sorry for double posting, but I do have some nice updates. 1\. Finished the NPC - Talking and Controlled Walking 2\. Added in all Fixes - Except the Help-Tab - Thanks to all who made them 3\. Finished Encryption and have started testing I am just about ready for a release, just want to test more. Some screenshots: ![](http://img195.imageshack.us/img195/6002/npceditor.png) ![](http://img195.imageshack.us/img195/5302/npctalking.png) More info soon.
  5. It is EASY to transfer from ini, to packet, to client. But Something is wrong with the ReadINI or the ini file itself, it seems as if the readini sub is okay. I am trying to help. I just want to make sure. If you have a problem with sharing it then fine. I will do whatever I can to find another way. But, it may just end up to be a small thing that you or whoever made the ini looked over.
  6. I just want to make sure, if you want help, then we need the resources. I dont care if you blank everything else out. Just lemme make sure.
  7. Ok, I will get this to work… But, you said... [START] MapOne=8 Can you give me the ini file that you are reading, or copy the part that has Maxlvl?
  8. It does work on flash and java games. But, if they are mostly server sided… then no. Unless you get lucky.
  9. Yea, it is useless, and, it only works on client only games. When you have a server checking over data, no matter what the client thinks.
  10. lol! What game are you trying to hack coolmagicdude?
  11. Well, I dont trust this guy personally.. Also, the /command thing could work. If he can program it, plus… it is kinda weird.
  12. Eclipse has several ways to block hacking, one thing, is that all data is handled on the server. So it is hard to use a hex editor. Also, you encourage cheating in your own game? Kinda odd if you ask me.
  13. I do not know if it does need Val but, either way… I think you may have a better chance implenting GetVar function. If u can post your ini file... I can see if there is anything maybe wrong there and fix ur posted code.
  14. It definatly will…. working on npc movement options... I will then gather all the "fixes and add them" then the click to move by Xaden and more.
  15. Ok, lemme clear this up. /daynight stays the same, it checks for access and does that job well. Now, if you copy the /daynight code, and remove the access checking part then oyu can make a button in the server that runs that code. Therefore when in server, it dosn't check for access but when in client it does. Clearer now?
  16. Did u use the tutorial on how to get the spells working again. I think it requires a source edit. I havn't looked at it much but I think it may fix it. Or, you may have it set-up wrong.
  17. Well… I am very bored lately. So I am looking for odd jobs to help people. I know plently of vb6 I have slowly learned over the past few years. Small scripts I will do for free. Bigger scripts I may charge will pay pal, most likely not, and it will be cheap. I will always send you the client and server to make sure you are happy before asking payment and sending source. Like I said, most I will do for free. So, Anyone need any help with source or sadscripts?
  18. It really looks good. Although the girl looks sad…
  19. Mapping tutorial for beginners… you should check in tutorials section first though. http://www.touchofdeathforums.com/smf/index.php/topic,13225.0.html
  20. Im sorry lemme re-phrase. The code I posted above, can be used in the server - it DOES NOT check access. while it already has it for client to say /daynight and it does check access.
  21. yea, in client u use /daynight and in teh server, u make 1 command button that says day/night and u paste out this code in… ``` If Hours > 12 Then Hours = Hours - 12 Else Hours = Hours + 12 End If ``` and it should work fine… I havnt tested though... all that is, is the code begine /daynight without making sure u got admin access
  22. Ok, well if a mod looks over this, will you please move it? Thanks Zultar
  23. Update I have the full GUI done, but it maybe temporary if I change name. Started on Password encryption, you can change it in the data.ini… Also, I am adding a new tab to the Server. It will add control buttons to the new tab. The only one now allows you to enable/disable the encryption. When you enable/disable it, all the accounts made after that point will follow whatever you choose. Accounts made before that will continue to work although your password is encrypted or not. Or, it will give you the option to convert all accounts that are already encrypted or not to not encrypted or not... kinda confusing. Also, no matter what you choose for it to be saved as, when it transfers from client to server, it is encrypted. Just in case. I am almost done with all of this.
  24. jcsnider

    VB6 Portable

    I use portable… as long as u select the edit registry key thing in the main menu... I have no problem with it at all.
×
×
  • Create New...