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

quintensky

Members
  • Posts

    245
  • Joined

  • Last visited

    Never

Everything posted by quintensky

  1. Hey eclipse community, I just got an idea, i think it had been done before, but i got this idea on my own.. but i'm going to need some help… i want to make it like this: - If player has money in the bank Then - add 4% of total money in the bank every 2 weeks im not a great coder, so i don't know how to convert that into a working Vb6 code. Please help me, i would love to have this on my server
  2. redone tutorial dozens of times,maybe it's just my base, i did ALOT of work on it. maybe some subs or functions got switched or something, well, i'm going to keep trying, I WANT TO PLAYERS TO HAVE A GUILD SYSTEM! =) (any help is still welcome
  3. > Ok so I got everything to compile, but when I try and create a guild it tells me I don't have enough gold, I have given myself over 100k, am I doing something wrong? i had a similar problem, it was because my currence item (gold) was not in the first slot of item creation, i don't know how to explain it… when you press "insert" to open admin panel, then click "item" and i should look like this: 1\. Gold 2\. (other item) 3\. (other item) 4\. etc... gold has to be in the first slot. (worked for me) you can always mess around in the code (which would be easy aswell) but if you don't like searching for code, this could be your solution
  4. Using this guide: [http://www.touchofde…eo-2030-guilds/](http://www.touchofdeathforums.com/community/index.php?/topic/124848-eo-2030-guilds/) i experienced several problems, most of which, i fix myself. but since i'm not a great coder, i cannot find nor fix the problem. first problem is this: [![](http://s9.postimage.org/7wcehyhej/Problem_1.jpg)](http://postimage.org/image/7wcehyhej/) The problem also works the other way around, when a play is in a guild, each time they login they get the: create-a-guild thing, when they click decline, it doesn't appear again until they relog. Second problem is that the guildmember list won't update, it stays empty, whether there is 1 guy in the guild or 50, no names are displayed. i would LOVE some help ![:)](http://www.touchofdeathforums.com/community/public/style_emoticons//smile.png)
  5. I fixed it myself, thanks for trying to help me ![:)](http://www.touchofdeathforums.com/community/public/style_emoticons//smile.png) [RESOLVED]
  6. > You're missing GuildMemberID in your PlayerRec. No i think it's there? [![](http://s1.postimage.org/5ntsxaxxb/no_its_there.png)](http://postimage.org/) [image upload](http://postimage.org/)
  7. i got a problem with this tutorial: [http://www.touchofde…ld-menu-update/](http://www.touchofdeathforums.com/community/index.php?/topic/126795-eo-guild-menu-update/) and got this error: [![](http://s7.postimage.org/p5rpxvwg7/problem_issue.jpg)](http://postimage.org/image/p5rpxvwg7/) i don't know what is causing is, i did every step right, i even tried to declare it myself, but failed…
  8. i am sure you can turn it into a single player engine… im sure
  9. Hello everyone, i have ONLY 1 request, after that, you will not hear from me until i finish the game. From the title of this post you can see that this is about creating a single player game, i am going to make a horror game (with voice acting and everything) but i dont want to game to be online at all, i dont want keep the server running, so: How do I change eclipse into a single player game? it would help alot ![:)](http://www.touchofdeathforums.com/community/public/style_emoticons//smile.png) Regards, Quintensky
  10. Hello, i created this game, and i want my little sister to test the tutorial, if it' s understandable enough. she has this mini-laptop and the game doesn't fit on her screen, is there any way to make: either her screen display bigger, or the game display smaller?
  11. THIS IS GREAT! LONG THOUGH!
  12. Please anyone? i can't figure it out! i can only use existing time zones!
  13. > There is a thread about error 7, try reading it, maybe it will help you. > > [http://www.touchofde…-out-of-memory/](http://www.touchofdeathforums.com/community/index.php?/topic/129357-how-to-fix-run-time-error-7-out-of-memory/) I have read it before, i'm not the kind that randomly makes topics without a bit of research > Just make sure when you add an event line that you click an empty space and not one that is in use. I guess my thinkin is just different from what it should be, i was like: If i click one of the options, then i can make an extention to it… turns out i couldn't haha ![:)](http://www.touchofdeathforums.com/community/public/style_emoticons//smile.png) thanks
  14. i will try ![:P](http://www.touchofdeathforums.com/community/public/style_emoticons//tongue.png) but it's not very handy ![:P](http://www.touchofdeathforums.com/community/public/style_emoticons//tongue.png) i use event system v 2.3 EDIT: found the solution, everything is fixed! thanks to malphos101, THANKS!
  15. my event system doesn't work properly, and until it does, i cannot continue working on my game! accept for mapping… [media]http://www.youtube.com/watch?v=FSCrDVbYwu8[/media]
  16. Kind of yeah, an induviadual time zone for my game…
  17. Hello everyone, i have a question… i want a clock in my game with a universal time zone, so no mather what time it is an any country, i want the clock in my game to display the same time for everyone playing. i do not want any lecture about me being lazy and everything, because i'm not... i did the research and everything, i never knew how the timers worked, never used one, i don't even know if they apply here, i just can't get it right. every times i logout, the time gets reset so i deleted the code for it, and now i ask for help, how do i make a clock as described above... thanks ![:)](http://www.touchofdeathforums.com/community/public/style_emoticons//smile.png)
  18. well seems like i DID forget something, since the thing i was missing, was not in the tutotial (OR i might have missed it 3 times in a row ![:P](http://www.touchofdeathforums.com/community/public/style_emoticons//tongue.png) if that is the case, sorry)
  19. i don't think i forgot anything since i did the tut 3 times now ![:P](http://www.touchofdeathforums.com/community/public/style_emoticons//tongue.png) but i didn't try the fix yet, ill try now ![:)](http://www.touchofdeathforums.com/community/public/style_emoticons//smile.png)
  20. i tried to implement the Guild system on my EO 2.3 event system version and when i try to compile it gives me the famous ''method or Data member not found'' error (Server side) it points to: .tmpGuildInviteId = it is located in the Mod Guild module… more specifically: Request_Guild_Invite i did not try everything because if i did, i would have found the problem, but since i'm unfamilliar with the Guild system, i couldn't trace it. any help would be awesome possum possum possum possum possum possum possum ![:)](http://www.touchofdeathforums.com/community/public/style_emoticons//smile.png) EDIT: i did not use the EO 3.0 steps Redid the tutorial, still doesn't work, the 3.0 version will not work at all because the parts you are supposed to find in the 3.0 version of the tut, do not exist in the Eo event system 2.3
  21. what is the website's URL, since is see in the screenshots that teh game is online, i want to play it! the website looks very promising!
  22. yeah, but since i already implented alot of other systems, i don't think i want a pre-compiled one ![:P](http://www.touchofdeathforums.com/community/public/style_emoticons//tongue.png) i chose the event system for now, i can always implement the Quest system as soon as i figure it out ![:P](http://www.touchofdeathforums.com/community/public/style_emoticons//tongue.png)
×
×
  • Create New...