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

Eclipse: Skywyre Edition v10


SkywardRiver
 Share

Recommended Posts

  • Replies 711
  • Created
  • Last Reply

Top Posters In This Topic

@'Miharukun':

> Idk why everytime i change the "Class Requirement" from Page to Thief it back to Page again :( help me with this problem please.. (sorry for my bad english)
>
> https://youtu.be/5CCsrLerPrI

Hey this one is sort of confusing. But you have to set per class if they are allowed to use it or not! So if you only want a page to use it. Click all other classes and select the 'not allowed to use' checkbox!
Link to comment
Share on other sites

@'Abyss':

> @'Miharukun':
>
> > Idk why everytime i change the "Class Requirement" from Page to Thief it back to Page again :( help me with this problem please.. (sorry for my bad english)
> >
> > https://youtu.be/5CCsrLerPrI
>
> Hey this one is sort of confusing. But you have to set per class if they are allowed to use it or not! So if you only want a page to use it. Click all other classes and select the 'not allowed to use' checkbox!

Thanks!! i know how now ^_^ Thanks alot!
Link to comment
Share on other sites

Hello, After releasing the first version of my project using its engine, the players went through some problems, When you enter more than two players on the server, only a few can use skills, others when trying to use are locked and are re-logging to unlock , the crafting system is very good, but could increase the amount of items such as "10 hides and 10 iron bars make armor," I do not know if it is normal over the lights are not lighting the night, Apart from that is the best engine i use to be sure, my project is picking up very well. Thank you! Sorry my English. :D
Link to comment
Share on other sites

1 more question, when i make Bow equipment and set the ammo to 6 and already set the range and projectiles. When i attack, i can't see the projectiles and how to reload lol xD

* * *

Any idea with this Ammo thing? because i make a weapon with projectiles and ammo but when i try the projectiles doesn't show up and how to reload? xD
Link to comment
Share on other sites

@'souama':

> I found a bug, when I drop a few items on the floor and try to get them back, all the server bugs and no one can collect any more items off the floor! ;^;

you might wanne hit "ENTER" before picking it again. Because this happen when you dropped a stackable item and it toggle the chat on.
Link to comment
Share on other sites

When you try and place more than 1 type of resource onto a map it creates a subscript out of range message, i dont know if this is intentional or a bug, but the reports there either way.

And by more than 1 type of resource i dont mean lots of the same resource i mean say placing resource 1 and resource 2 onto a map

Edit: Also from what iv tested this completely breaks that map and will only work again if the maps deleted so dont try this on a map you dont want to delete
Link to comment
Share on other sites

@'Abyss':

> I guess you have to look for:
>
> ```
> 'Drop inventory items
> ```
> and delete everything under that until
>
> ```
>   ' Warp player away
> ```

Where is that? server or client.vbp? and in what mod? 
anyway, why everytime i open visual basic and open the client or server vbp there's always a pop up message say like the picture shown below

http://s3.postimg.org/edvvpr6hv/error_1.png

http://s24.postimg.org/tu9avgamd/error_2.png

and once i try to edit the Credits, it still the same and nothing changed at all. :(
Link to comment
Share on other sites

Your error "picture" isn't very helpful, there's a reason it says there's a log within the source files for it… either way, it sounds like you don't have the runtimes, go and install the sp6 runtimes and you should be good, google is your friend for this

To answer your question on where that is located
You'll want to compile the server after that and replace the executable to make it work though - Joyce
Link to comment
Share on other sites

@'Growlith1223':

> Your error "picture" isn't very helpful, there's a reason it says there's a log within the source files for it… either way, it sounds like you don't have the runtimes, go and install the sp6 runtimes and you should be good, google is your friend for this
>
> To answer your question on where that is located
> You'll want to compile the server after that and replace the executable to make it work though - Joyce

Already installed sp6 runtimes and still pop up that error message.

server.vbp error = "Line 561: Class MSComctlLib.ListView of control lvwInfo was not a loaded control class."

client.vbp error = "Line 1670: Class MSComctlLib.TabStrip of control tabCommands was not a loaded control class.

Line 3889: Class MSComctlLib.TabStrip of control tabPages was not a loaded control class.
Link to comment
Share on other sites

**Before editing anything make a backup of the file (easiest way to right click and "Add to NAME.rar")**

Go into the client source folder, right click the Client*. VBP and 'open with' notepad, find this line:

> Object={831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.**1**#0; MSCOMCTL.OCX

![](http://puu.sh/iDoKz/e85b20c777.png)

Change it to

> Object={831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.**0**#0; MSCOMCTL.OCX

![](http://puu.sh/iDoIn/e6426ca8e7.png)

And do the same in the Server*. vbp

*May not be Client or Server, but you get the idea.

If this fails, just delete them both and extract them from the .RAR (or the form of back up you used) you made before editing and back to original.
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...