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

erkro1

Members
  • Posts

    2678
  • Joined

  • Last visited

Everything posted by erkro1

  1. Alright, Marshy Dearest unlocked this topic (I wasn't me who locked it, but I don't know who and why did it) and I v1.1 ready for release! Download: http://www.mediafire.com/download.php?5d9oou59rtgbkbp Changelog: - Fixed error at death [Credits: ValentineBr] - Correction in Time of Attack Npc [Credits: ValentineBr] - Having more than 23 spells flood server bug fix [Credits: ValentineBr] - Correction of error in Npc critical hit [Credits: ValentineBr] - Fixed Item Anim [Credits: GuardianBR] - Fixing Errors on Trade and Bank [Credits: ValentineBr] - Laggy Game Trade Fix [Credits: Matthew] - Correction Player Movement [Credits: ValentineBr] - Updating vitals when leveling up [Credits: iRicardo] - Player information - /info not working [Credits: iRicardo] - Fixed /stats command [Credits: iRicardo] - Correctly loading the Shop editor [Credits: iRicardo]
  2. > Do you constantly update that by any chance? No, thats why I said I haven't added in the latest bugfixes. I might probably update it but then I can keep updating it when someone releases a bugfix.
  3. > I think the main problem newbies have with Eclipse Engine is the fact that they look at the code and their minds explode. It's barely newbie-friendly, considering when they ask for help, we tell them to "Go do it yourself". > > Simpler code, More "Blocked" code, more commenting and an Official Introduction to Eclipse Programming - with sub-set official guides for popular additions to the "base engine" would go a long way, I imagine. Even though I think thats a great solution and something we should defenitely do, we would still have many people complaining about an engine where they don't have to change a single line of code and start making their game. Because many people around here just want to impress their friends with their game or something else and don't want to spend many time making it.
  4. > Thanx > > **[ValentineBr](http://www.touchofdeathforums.com/community/index.php?/user/58618-valentinebr/) Can u give link to eo 2.0 + your all fix? ;]** I have made a Custom Version with alot bugfixes, but not the latest. You can find it here: http://www.touchofdeathforums.com/community/index.php?/topic/127244-eclipse-origins-fixed/
  5. erkro1

    FireFall?

    I like how you've added in a video of the Yogscast. ![:P](http://www.touchofdeathforums.com/community/public/style_emoticons//tongue.png) Anyway, I was looking forward to the beta for a long time and I did find it enjoyable when I finally played it, but then I noticed PlanetSide 2 and I like PvP way more.
  6. Can't you use/make a GetVar to get value's? I don't know what engine you're using, but you can always rip the GetVar function from EO or another engine and put it into yours.
  7. > Multiple npc drops, useful thingy There is already a tutorial for that: http://www.touchofdeathforums.com/community/index.php?/topic/121640-eo-20fixed-multiple-item-drops-and-percentile-chances/
  8. It's already registering the msinet.ocx because I had problems with that previously, it uses this code: ``` Public Declare Function RegMsinet Lib "MSINET.OCX" _ Alias "DllRegisterServer" () As Long Public Const S_OK = &H0 Sub RegisterMsinet() On Error GoTo Err_Registration_Failed If Not RegMsinet = S_OK Then DestroyUpdater End If Exit Sub Err_Registration_Failed: MsgBox "Error: " & Err.Number & " " & Err.Description End Sub ``` Which is called before doing anything, but I will try registering the dll and see if that fixes the problem.
  9. Now I have made it so that it defaults runs it as an administrator so I don't think its something with the privileges. Both unrar.dll and msinet.ocx are in thesame folder as the updater, but I guess if there aren't registered or something it will trow an error right? And I believe everything from the INI's is working, because it will update the INI's with the downloaded version number. So I think it has something to do with the RAR.
  10. > Error in Call CheckGuilds ![:(](http://www.touchofdeathforums.com/community/public/style_emoticons//sad.png) sub or function! fix pls Have you actually did this tutorial to: http://www.touchofdeathforums.com/community/index.php?/topic/124848-eo-2030-guilds/ Because it's required. ![;)](http://www.touchofdeathforums.com/community/public/style_emoticons//wink.png)
  11. > Hmm, has it been able to download the RAR-file, and does it contain everything that is required? Also, are there are any errors being shown when updating? > > Yours faithfully, > > S.J.R. van Schaik. I don't know if it downloads the .rar, I'm sure it requires everything required (because it works on other pc's) and there are no errors when updating. The problem is that it only occurs on someone elses Windows 7 system so its kinda hard to debug.
  12. C:\Documents and Settings\Linda\Bureaublad\Engines\Yami's Auto-updater\Updater\Client
  13. I've sended you the files. ![;)](http://www.touchofdeathforums.com/community/public/style_emoticons//wink.png)
  14. Well, I can send it to you in text if you want.
  15. I am used Joyce's Auto Updater, and I didn't changed anything to the writing to files part. I can upload the code of the updater and send it to you if you want.
  16. The problem is that it does change the .ini with the version number in it, but not any other files that should be updated. (like the main .exe or graphics, etc.)
  17. > Basically, it should ask the user whether he or she wants to run the programme as an administrator or not, because that's how UAC works. > > Yours faithfully, > > S.J.R. van Schaik. I know, it does ask it then, but it still doesn't correctly update the files then. I though doing it this way would make it do it correctly, but is that true?
  18. Oh I'm sorry I didn't saw the difference. xD EDIT: So it did worked now but is this thesame as running a programm as admin, because when I run it as admin it also does it wrong.
  19. I've did everything you said, but now I get Run-time error 424: Object required on: ``` NtAuthory.Value(5) = 5 ```
  20. Hello, I've noticed the updater isn't updating the files when the UAC is active because it gets blocked by it, to resolve this I need to get an UAC prompt up asking the user that the application needs more privileges. A bit like this: ![](http://origin.arstechnica.com/journals/microsoft.media/uac-password.png) But I will I acomplish this in VB6, or is there another way of doing it? Thanks for reading. ![;)](http://www.touchofdeathforums.com/community/public/style_emoticons//wink.png)
  21. Defenitely light weight game client, I don't think players want to get annoyed by survey's. ![:P](http://www.touchofdeathforums.com/community/public/style_emoticons//tongue.png)
  22. > It highlight just that, searched for more, but didn;t find.. Change it to this: Public Sub ShopEditorInit()
  23. > require **erwin** guild system > > [http://www.touchofde…eo-2030-guilds/](http://www.touchofdeathforums.com/community/index.php?/topic/124848-eo-2030-guilds/) Thanks for crediting me for something I didn't make lol, it's Scott's system. ![;)](http://www.touchofdeathforums.com/community/public/style_emoticons//wink.png)
  24. Alright, I've added Eclipse Reborn support and removed it so you could convert stuff to Eclipse Advanced or Eclipse Reborn (because they are outdated and unsupported). [http://www.mediafire…pot57f7mq8h8fzl](http://www.mediafire.com/?pot57f7mq8h8fzl) **I'm not as good in programming as Alatar, so make sure to have a backup of the things you want to convert!** **If you do come across any problem with converting post in this topic and then I'll try to fix it as soon as possible.**
×
×
  • Create New...