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

Modification(S) 2.6 Nova


Richy420Rich
 Share

Recommended Posts

  • Replies 406
  • Created
  • Last Reply

Top Posters In This Topic

@Vus:

> it happened to me before, and i think that only thing you can do with it is nothing.
> i have just get blank eo and source modificated it

Anyway you could upload it. I would love to use this engine but I get the same error and am
not good enough with VB6 to add the mods myself. Would be great if you could. Thanks either way.
Link to comment
Share on other sites

@Zetasis:

> Anyway you could upload it. I would love to use this engine but I get the same error and am
> not good enough with VB6 to add the mods myself. Would be great if you could. Thanks either way.

well i dont have there all mods what are here but i have there some others…
Link to comment
Share on other sites

you say :system error &h80004005 (-2147467259). unspecified error

dont broke your mind as i do before thi erro is from flash player delete  the flash references of you project and will be done

well we need a account editor for modification nova !
Link to comment
Share on other sites

@Richy:

> Server - modPlayer - CheckResource
>
> Look for 'Check for multi-item job
> Replace with;
>
> ```
>                 'Check for multi-item job
>                 For i = 1 To 10
>                 If Resource(Resource_index).ItemReward(i) > 0 And Resource(Resource_index).ItemReward(i) < MAX_ITEMS Then
>                 If Player(index).ResourceLv(Resource_index) < Resource(Resource_index).ItemLevel(i) Then
>                 If i = 1 Then
>                 FinalReward = i
>                 Else
>                 FinalReward = (i - 1)
>                 End If
>                 Exit For
>                 Else
>                 FinalReward = i
>                 End If
>                 Else
>                 FinalReward = 0
>                 End If
>                 Next
>
> ```
> Under that, replace 'inv space with this
>
> ```
>              
>                     ' inv space?
>                     If Resource(Resource_index).ItemReward(FinalReward) > 0 Then
>                         If FindOpenInvSlot(index, Resource(Resource_index).ItemReward(FinalReward)) = 0 Then
>                             PlayerMsg index, "You have no inventory space.", BrightRed
>                             Exit Sub
>                         End If
>                         Else
>                         PlayerMsg index, "There's no item to obtain by this resource!", BrightRed
>                         Exit Sub
>                     End If
>
> ```

You corrected one part of my problem

Before when I struck a tree (resource) the error 9 appeared, now I can shoot down 3 trees but has every time when I attack the 4th trees the error 9 return

ps: sorry for my english, I use a translator.

And the line error:

>! [![](http://s3.noelshack.com/uploads/images/7977091331088_resourc_e.png)](http://s3.noelshack.com/upload/7977091331088_resourc_e.png)

–-----------------------------------------------------------------

@Ansonla
@Ansonla:

> my friend enter the server and they can't seems to see the screen theres nothing there.
>
> >! ![](http://www.freemmorpgmaker.com/files/imagehost/pics/1cd6bb26fd3e7ad94a92f039b9cc13cb.png)
>
> and after they sync finish the client automaticly closes

Open the client and the server with VB6 after find the error and delete the line error ( Normally he has to be "error handler[…]"
Link to comment
Share on other sites

Okay for the love of sex….  This engine has lots of bugs. Richy already said he doesn't plan on doing anything else with this so if you can not program VB6 then I highly suggest using stock EO. Even if you can not program at least you will have a bug free engine. That is unless you would rather use an engine filled with bugs for a few cool features...
Link to comment
Share on other sites

can some one Help me I am Newbie HEre
when i open the server its okay but
When I try To Start the Client
I have Problem I have Screenies Here
Plss Help me Advance Thanks

![](http://i944.photobucket.com/albums/ad290/shadowash006/yeah.jpg)
Link to comment
Share on other sites

@cowin000:

> check to make sure the port in Config.ini in the data files folder matches the IP in the options.ini in the server directory.

The port has nothing to do with it if you are running the client on the same computer as the server.

Okay, check the Config and make sure the IP is set to "localhost" if not, change it.
If you want to run the client on a different computer as well, make sure the Config has the IP of the computer the server is running on and you have the Correct port forwarded. The port number can be changed in the config as well.
Link to comment
Share on other sites

@Smore:

> The port has nothing to do with it if you are running the client on the same computer as the server.
>
> Okay, check the Config and make sure the IP is set to "localhost" if not, change it.
> If you want to run the client on a different computer as well, make sure the Config has the IP of the computer the server is running on and you have the Correct port forwarded. The port number can be changed in the config as well.

No. Please stop.

@ShadowAsh: please make a new topic from now on! Run /eo_v2_0_0/server/server.exe
Link to comment
Share on other sites

Does it mater what flash player version I am using?

edit:

WOOT PROBLEM SOLVED!
For all those having problems saving the frm the problem is caused by the version of Flash you have you need to downgrade to a lower version I chose 9 and now its working

links
_> Uninstaller
http://kb2.adobe.com/cps/141/tn_14157.html

_> Link to previous Versions
http://kb2.adobe.com/cps/142/tn_14266.html

Thank god for that because I love this Modification and now that I can properly add to it definitely using it thanks Richy!
Link to comment
Share on other sites

@Suppositoire:

> You corrected one part of my problem
>
> Before when I struck a tree (resource) the error 9 appeared, now I can shoot down 3 trees but has every time when I attack the 4th trees the error 9 return
>
> ps: sorry for my english, I use a translator.
>
> And the line error:
>
> >! [![](http://s3.noelshack.com/uploads/images/7977091331088_resourc_e.png)](http://s3.noelshack.com/upload/7977091331088_resourc_e.png)

Same here, but for the second tree, I've tried deleting both players and resources, no difference, I know Richy isn't working on this anymore but can someone please help us?
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share


×
×
  • Create New...