Jump to content
SSForum.net is back!

Samapico

🜲 Administrator
  • Posts

    7973
  • Joined

  • Last visited

Everything posted by Samapico

  1. congrats?
  2. I'm getting #1 before the reset, roar
  3. lol! nice
  4. Chambahs posted it on mgb forum
  5. I don't see any terrier either...
  6. Most people have points stored in their bank accound (bank -> create bank account, if you dont have one) Global rank is the average of your attack, defense, spy, and sentry ranks (you can see them in 'base')
  7. this 3d thing discussion has happened at least 10 times in the past...
  8. if anyone needs turns, he has a serious addiction problem... i got over 3000 turns by the way
  9. including roll look at that... ice returns' work... not done... but nice and I didn't ask him to put that pic here... so he'll beat me up if he disagrees.
  10. As soon as you keep the money more than one hour in your super save account, it's worth it... that's easy maths... 0.1% deposit, 0.1% withdrawal... but just after 1 hour, you had 4% interests
  11. I make more money off my interests than from hourly income lol
  12. 3vil seems to be on your side... or atleast, not on our side
  13. if I catch you on msn, I'll send you a version that prints something every !@#$%^&* line... it couldnt be in FileExists... Function FileExists(path As String, Optional fileattribute As VbFileAttribute = vbNormal) As Boolean On Error GoTo errh FileExists = (LCase(Dir$(path, fileattribute)) = LCase(GetFile!@#$%^&*le(path))) Exit Function errh: FileExists = False Exit Function End Function If the error happened there, it would just return false... and the only thing that could return an error is Dir... and I doubt Dir could return a 'file not found' error... that doesnt make any sense hmm According to MS, that error is given when VB fails to load a DLL... (Which DLL would it be searching for???) ... so... maybe your school account is restricted so it cant load dlls anywhere or something... Try to put all the dlls in the 'required files' thread in your DCME folder... If that doesn't work... I dunno Edit: added comct332.ocx and comdlg32.ocx to that thread
  14. ... I don't know if you're any good at maths... but I can tell you that if you don't attack anyone, it's impossible you'll get the most money
  15. here... with what it looks like on default (sized down)
  16. Sub SaveMap(path As String, Optional SSMECompatible As Boolean = False, Optional Silent As Boolean = False, Optional stripElvl As Boolean = False) 'Saves the map 'back the old one up 'if there is already a backup, kill it 'then rename the new old one to the .bak one On Error GoTo SaveMap_Error AddDebug "SaveMap, saving map... " & path & ", SSMECompatible " & SSMECompatible & ", Silent " & Silent If Silent Then frmGeneral.SetMousePointer vbArrowHourgl!@#$%^&* Else frmGeneral.IsBusy("frmMain" & id & ".SaveMap") = True If FileExists(path) Then AddDebug "SaveMap, " & path & " exists, checking for .bak file" If FileExists(path & ".bak") Then AddDebug "SaveMap, " & path & ".bak exists, killing it" Kill path & ".bak" End If Name path As path & ".bak" End If End If Dim f As Integer f = FreeFile AddDebug "SaveMap, opening " & path & " for binary as #" & f Open path For Binary As #f Note that it doesn't even get to any 'AddDebug' after the first one... Just created a non-admin account on my computer... had no problem
  17. Yeah... these kind of diagonals... Things don't bounce on them as they were diagonal... its just... diagonal graphic
  18. grid setting 'are' saved in settings? 51 used to be the default setting... But I personnaly don't find these coordinates very significant...
  19. Hmmm... there are empty spaces on each side when I put on that skin (using 1440x900 , though my taskbar is on the left side of my screen, which probably makes my explorer window near 1280x900)
  20. I can get vista for free on msdn academic alliance, from my university... but i don't really 'want' it anyway... and I won't play halo
  21. Latest updates available in version 3.1.3 : - 'Run-time error '429': ActiveX component can't create object' error shouldn't appear anymore ------------------------------- that wasn't an error message... it was the description of the fix... ô.o I changed it to avoid confusion... (just removed it actually... cause people upgrading from 3.1.0 to 3.1.3 wouldn't understand anyway ) But if you still get that Error 53 File not found error, please post the log again... it should contain a bit more info to give me a hint of where it crashes... And if you can't get it anymore... then... hmm... I don't understand
  22. 150 is 150% the price i'll be paying for this one... and what's so different about DX10 anyway?
  23. hmm... Set ctlInet = CreateObject("InetCtls.Inet") seems to not always work, as opposed to a msinet control placed on the form... that's probably what is giving the activeX error... that's in the fileDownloader class... it's only used when retrieving dcmeupdate.txt for now and that 53 file not found error... i have no idea... we'll have to put some more debug information in the save method... we'll have to use you to test it for us Witchie cause i never got the problem... edit:... doing that right now... releasing 3.1.3... it prints more debug lines in the savemap procedure... so try saving again, and if you get the error, copy that part of the log file here
  24. El Republico del Pico for the win
  25. the problem seems to happen when loading 'check for updates' form... if you set dcme to check every week or something... and do 'check for updates' manually, do you still get the error? I did change some small things... like... changes that are not completed yet, but it still worked fine for me If it's just 3.1.2 that gives you problems, just switch back to 3.1.1 for now and... well... I'll take a look into this later... probably next weekend
×
×
  • Create New...