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

saruish

Members
  • Posts

    48
  • Joined

  • Last visited

    Never

Everything posted by saruish

  1. im not your bud,doppleganger(>.> why was it lock?)
  2. im not your chicken, super cow.
  3. @MrMiguu: > I'm not your pony, Twilight. im not your twiligth,prinny
  4. very usefull thanks man :D your allways a big help
  5. @crzyone9584: > Thanks for Pointing that our to me guys. I'll update the first post when I get home tonight. no problem
  6. @iSkweek: > Remove the "handle" from the line with addressof or whatever. Haha. > > EDIT: Sorry I was on my phone. > > Change``` > 'Crzy's Friends System > HandleDataSub(CAddFriend) = GetAddress(AddressOf HandleAddFriend) > HandleDataSub(CRemoveFriend) = GetAddress(AddressOf HandleRemoveFriend) > HandleDataSub(CFriendsList) = GetAddress(AddressOf HandleUpdateFriendList) > ```to``` > 'Crzy's Friends System > HandleDataSub(CAddFriend) = GetAddress(AddressOf HandleAddFriend) > HandleDataSub(CRemoveFriend) = GetAddress(AddressOf HandleRemoveFriend) > HandleDataSub(CFriendsList) = GetAddress(AddressOf UpdateFriendList) > ``` lol no wonder ok i'll do it in a sec and it ok ^^
  7. yea i notice there wasnt a buff code for eo. so any idea where that should be. plus im running into a error server side about the handle address for the freindslist.
  8. good i might have better luck with this one then the other
  9. @crzyone9584: > Not to rain on the creators perade or anything but I don't know if he is still active. I have a friend system that allows you add and remove friends and only shows them if they are online. > > So far there are no errors and I have posted all updates to the code as of the last time I worked on it. > > http://www.touchofdeathforums.com/smf/index.php/topic,68043.0.html > > I'll give support as often as I possibly can for the system. Hope it helps. > > Of if you want to stick with this where are you getting the subscript out of range? it in the client side so somewhere it not reading something but it on the load up. idk where i finally just got tired of it and took out the code completely. tho i will try again later probably.
  10. there is a way to do it tho. but it will take a while to program in and come up with the code.
  11. @iSkweek: > You have to change it to chkdir. Search for that instead. ah ok . I was thinking it had something along with that epic. it works! lol now I just got to figure out how to add a button to that set to it and I will be all set. well now im getting a subscript out of range run time error 9
  12. i just added this . im having some run time issue now when i try to connect to the sever. now i didnt add this part of the code If LCase$(Dir(App.Path & "\data\friends", vbDirectory)) "friends" Then Call MkDir(App.Path & "\data\friends") End If to it cuz i couldnt find where it went. i try searching for it auto couldnt find where it went and try manually searching. prehaps it name diffirent in 1.5 on where it goes or something but im pretty sure that the run time error 76 could not find path is cuz of this. any idea where i can put the code and if so do i have to do it some other way .
  13. the current verison. 1.5 I think it showing up but it not showing up like it should. im seeing something at the very very top at first I didnt notice it but I started noticing like two something there. everytime my character moves it moves with him. but it like at the very top of the screen. it could be due to the level code I added that shows players level.
  14. ~~seems not to be working for me …hmmm~~ never mind i got it working. tho i had to sacrifice my midi code.
  15. im having a little trouble with my. it makes my name vanish and there no status command
  16. yea that some issue. my still doing only left click.
  17. @BugSICK: > what? didnt understand. :sad:(noob here) me and you both lol we both new at it but anyway . at the last step of it make sure you dont get ahead of your self like i did :P cuz you only need to change call checkkeys to ' call checkkeys . dont change the input one cuz that will mess up your code for walking using arrows keys.
  18. @BugSICK: > im using the current version the EO1.5 oh then you might of miss something make sure each code is word from word. also make sure the call checkkeys is 'call checkkeys. also dont put a ' infront of the 'call checkinputkeys. that where i mess up also :P .
  19. @BugSICK: > but its really not working, done two times… :( hmm… odd. what verison you using? and read over it very carefully like each code . the first time when i attempt it half of the code got cut off and i could on click to the right using left clicks.
  20. @MrMiguu: > I'd hope so. Else, you have this whole programming thing all wrong. Lulz. lol it is :P but i think i need a image first befor hand cuz it doesnt appear transparent to me. i was hoping to get a veiw of in game from it.
×
×
  • Create New...