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

luigifire

Members
  • Posts

    5
  • Joined

  • Last visited

    Never

luigifire's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. How to get the game working tutorial. Step 1: Go into the file named client. Step 2: Click the file known as: Eclipse_Evolution_Client. Step 3:Ok some messages should come up like register something.ddl and something.ocx. Step 4: After reading all of those messages,exit out of:Eclipse_Evolution_Client Step 5:Go into the Data folder in Client. Step 6:There will be some dll files and ocx files,register the files that popped up when you clicked Eclipse_Evolution_Client. *Note if nothing pops up(something might after you make an account and try to log in called magiknight error go to steps 7 and 8 to fix that) ( just double clcik Eclipse_Evolution_Client and start playing(You can only play if the Server is online) Step 7: Registering the files with Windows XP: Go the Icon of a computer thats says my computer,click on local disk C then go to the file that says windows,open it and go to system32 ,Copy all the dll files and ocx files in data,then paste them in system32*note if your not an administrator on your computer you can't play. Now go to your start menu and click the button "Run" Copy this and then paste it in: Regsvr32.exe dx7vb.dll Ok then click ok. after that click run again and paste this in: Regsvr32.exe cmcs21.ocx Do the same for: Regsvr32.exe Msinet.ocx Regsvr32.exe MSCOMM32.OCX Regsvr32.exe VBMP.ocx Regsvr32 dx7vb.dll Also extract these into your client folder and then run it. Download link: www.freemmorpgmaker.com/libraryfiles-1.exe If you have any more problems with it email me at [email protected] Step 8: Registering for vista users: click the Start Button and type 'System32'. You should see a folder at the top. Open the folder and copy every thing inside the data folder and paste the files in system32. Go back to the search and this time type 'Command Prompt'. When you see the file, make sure to right click, and run as administrator. If you do not run it as administrator, this will not work. To check, make sure it says something along the lines of 'Administrator: Command Prompt' at the top. All you must do now is type 'regsvr32 dx7vb.dll'. You should get a message saying "DllRegisterServer in dx7vb.dll succeeded" or something Ok now don't close command prompt: Copy: Regsvr32.exe cmcs21.ocx and paste it in command prompt(no spaces between (:\windows\system32> and "regsvr32") and then press enter. Do the same for: Regsvr32.exe Msinet.ocx Regsvr32.exe MSCOMM32.ocx Regsvr32 dx7vb.dll VBMP.ocx *note none of this will work if your not an administrator on your computer. Open Eclipse_Evolution_Client and start playing!(note you cant play if the server is offline) If you have any questions about this not working email me at: [email protected] Controls: CTRL-Attack/talk Arrow Keys-Move Shift+Ctrl-Run Type a message then press enter-Chat
  2. If LCase(Mid(TextSay, 1, 6)) = "/guild" Then If Len(TextSay) > 7 Then TextSay = Mid(TextSay, 7, Len(TextSay) - 6) If trim(TextSay) "" Then If Getvar("Guilds.ini", "Guilds", TextSay) = "" Then Call setplayerguildname(index, TextSay) Call setplayerguildaccess(index, 3) Call putvar("Guilds.ini", "Guilds", TextSay, "owner - " & getplayername(Index)) Call playermsg(index, "Welcome to your new Guild " & TextSay & "!", 15) ElseIf getvar("Guilds.ini", "Guilds", TextSay) "" Then Call playermsg(index, "Current " & getvar("Guilds.ini", "Guilds", TextSay) & "!", 12) 'Script written by kenny, this has no errors and should work fine. It detects if a guild is owned and if not sets guild, else it calls a Msg "Current owner - (playername)". Dont remove this credit. End If End If End If End If if not fix mine.
  3. How do you make a guild?
  4. I went to attributes,put kill on this place on the map,its says im dead at the text but i have full hp and can do what ever I want. also npc wont attack me when I attack them,I have them set to: Attack when sighted.
  5. ![](http://i18.tinypic.com/72stqu0.png) I get this when trying to register the dll file to stop magi knights…....
×
×
  • Create New...