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

WeedDealer

Members
  • Posts

    12
  • Joined

  • Last visited

    Never

WeedDealer's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I converted my eclipse client to support isometric maps.Actualy is blunt to say converted because i deleted and recoded everything except the TCP protocol.Then i needed a map editor but didint want it to be client sided i wanted it to be standalone.The program you just tested is my map editor.The client is still full of bugs and incomplete scripts but it loads the map and i made a pathfinding for it.The only problem is that the pathfinding is client sided only.
  2. I didnt know how to make such a post.I added some pics now enjoy :) .I will post all the updates here. [pic1](http://imageshack.us/photo/my-images/812/24ti.png/) [pic2](http://imageshack.us/photo/my-images/690/705a.png/) [pic3](http://imageshack.us/photo/my-images/15/ln7s.png/) [pic4](http://imageshack.us/photo/my-images/818/9sxs.png/) Sorry its the only way I know how to add photos. :D
  3. Hi guys.I want to start by saying that this is not an open source and its just something i have been working on lately.This is just a showoff nothing more.Im going to do in a few days a Looking for a job post but in the meanwhile enjoy.Constructive criticism is welcomed.I know that there are a lot of bugs and its not the final form. Here is the link for the editor: [http://d01.megashares.com/dl/qDausIk/map editor.rar](http://d01.megashares.com/dl/qDausIk/map%20editor.rar) hope it works Cya in 2 days guys and sorry for my english.
  4. i dont get it…what i did wrong?
  5. Hi I am trying to encrypt my graphic files into binary using Xor method.I know the basics how its works on string but I need help to get it work on Bmp files.If someone could help me with: -the method used to open bmp as binary -how i save the bmp when i try to decrypt Thank you in advance! ![:)](http://www.touchofdeathforums.com/community/public/style_emoticons//smile.png)
  6. Oh god ty.Your answer is very usefull. I seen that in the incoming data sub its an handledata call.And if the getaddress is a way of using pointers then when the call is made with the array index(the enumeration variable) its takes it to the sub? And another question: A byte is 8 bits,a long is 32 so in the alocate sub from clsbuffer the code alocate 4 becasue the long equals 4 bytes?
  7. I still dont get it. ![:D](http://www.touchofdeathforums.com/community/public/style_emoticons//biggrin.png) But im sure that you explained well and im just unskiled and cant figure it out. Thats why im going to use the tutorials you pointed me to.Thanks for help. Edit:@ Mortal Angels:I want to know the basics on how it works i know what the line do but i want to know how.Thats why im gona read the tuts.Ty for your help too.
  8. Can anyone explain me how the enumeration is linked with the actual sub.I know that it have something to do with this "HandleDataSub(CNewAccount) = GetAddress(AddressOf HandleNewAccount)" but i cant find any calls of the sub.Or if you can point me to a tutorial that will explain me this its ok too.
  9. thank you for your quick answers.I shall read the OOP tutorial
  10. I just noticed that cls buffer is a different module.So its not something that is from standard vb6 is somethign that the designer of the game did.So i must see a tutorial for classes to undertsand buffers better?
  11. So the buffer its like a suitcase and with (.write"data") u put variables in it and (.toarray) is the entire datas from the buffer?
  12. I've been messing around with the source tring to find out how it works.And i have seen that when u send data from client to server it use clsBuffer.If somebody can explain me why clsbuffers when it could send data as string or long to server I would be gratefull.
×
×
  • Create New...