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

Scripter needed


Matt
 Share

Recommended Posts

Hello, My name is Matthew.
A couple of my friends and I discovered Eclipse last February and have been trying to make a game ever since. However, we lack a programmer who can make the necessary scripts for the game to function. I have tried looking for VB6 but all of the stuff I downloaded was either a Trojan or a worm. We'd need a programmer who is willing to make a few basic scripts for us (the links are below) and then send us back the whole game in a zipped folder (a blank version of EO V2.0.0 with the scripts). Considering the fact that this is a very small amount of work and that our games has absolutely no funds this work would need to be done for free.
Here are the scripts we need:

http://www.touchofdeathforums.com/smf/index.php/topic,75169.0.html

http://www.touchofdeathforums.com/smf/index.php/topic,67213.0.html

http://www.touchofdeathforums.com/smf/index.php/topic,75158.0.html

And increase the max functions (like items, shops, spells etc) to 1000

If you happen to know a better way to do any of the above things, you are more than welcome too.
Anyone who is interested in doing this, please send the final result to :
[email protected]

thank you so much,
Matthew
(I'm kind of new here, so if this is in the wrong section, please just let me know. Thanks!)
Link to comment
Share on other sites

Seems fairly simple.

I'll give it a go and let you know when I finish. (No promises, though.)

**:EDIT:**
Question: What would you like the max amount for each of these types to be?
(Highlight the ones that will change to 1000)

>! Public Const MAX_PLAYERS As Long = 70
Public Const MAX_ITEMS As Long = 1000
Public Const MAX_NPCS As Long = 255
Public Const MAX_ANIMATIONS As Long = 255
Public Const MAX_INV As Long = 35
Public Const MAX_MAP_ITEMS As Long = 255
Public Const MAX_MAP_NPCS As Long = 30
Public Const MAX_SHOPS As Long = 1000
Public Const MAX_PLAYER_SPELLS As Long = 1000
Public Const MAX_SPELLS As Long = 255
Public Const MAX_TRADES As Long = 30
Public Const MAX_RESOURCES As Long = 100
Public Const MAX_LEVELS As Long = 100
Public Const MAX_BANK As Long = 99
Public Const MAX_HOTBAR As Long = 12
Public Const MAX_PARTYS As Long = 35
Public Const MAX_PARTY_MEMBERS As Long = 4
Public Const MAX_NPC_DROPS As Byte = 10
Link to comment
Share on other sites

Public Const MAX_PLAYERS As Long = 70
Public Const MAX_ITEMS As Long = 1000
Public Const MAX_NPCS As Long = 1000
Public Const MAX_ANIMATIONS As Long = 1000
Public Const MAX_INV As Long = 35
Public Const MAX_MAP_ITEMS As Long = 1000
Public Const MAX_MAP_NPCS As Long = 50
Public Const MAX_SHOPS As Long = 1000
Public Const MAX_PLAYER_SPELLS As Long = 1000
Public Const MAX_SPELLS As Long = 1000
Public Const MAX_TRADES As Long = 30
Public Const MAX_RESOURCES As Long = 1000
Public Const MAX_LEVELS As Long = 100
Public Const MAX_BANK As Long = 99
Public Const MAX_HOTBAR As Long = 12
Public Const MAX_PARTYS As Long = 35
Public Const MAX_PARTY_MEMBERS As Long = 4

Just curious, if you make MAX_BANK 150, for example, would there be a scrollbar for the bank? If so then set it to 187 please.
By the way, if you can't do the other scripts, increasing the MAX things would be better than nothing.
Thank you :)
Link to comment
Share on other sites

euum i really din't want to make a topic when this was here i tried out Scott 's version on our test AF and, it says when you create a new account error 9 subscript out of range that's a reason i edited on our test version , could i request from you guys you seem nice and stuff we lack of a scrippter for now we have someone but he is not on often ,MRmiguu can i ask you to edit somestuff and send me a zip? of a copy of eclipse thx i would like the maxplayers to like 1000,all the others to a higher number except the party members and max levels thankx so much for any assistance will be crediter
EDIT: I would really apreciate if you could also add the level on the head,thx guys
gamemana.webs.com-AF team magikx
Link to comment
Share on other sites

@Sigridunset:

> Public Const MAX_PLAYERS As Long = 70
> Public Const MAX_ITEMS As Long = 1000
> Public Const MAX_NPCS As Long = 1000
> Public Const MAX_ANIMATIONS As Long = 1000
> Public Const MAX_INV As Long = 35
> Public Const MAX_MAP_ITEMS As Long = 1000
> Public Const MAX_MAP_NPCS As Long = 50
> Public Const MAX_SHOPS As Long = 1000
> Public Const MAX_PLAYER_SPELLS As Long = 1000
> Public Const MAX_SPELLS As Long = 1000
> Public Const MAX_TRADES As Long = 30
> Public Const MAX_RESOURCES As Long = 1000
> Public Const MAX_LEVELS As Long = 100
> Public Const MAX_BANK As Long = 99
> Public Const MAX_HOTBAR As Long = 12
> Public Const MAX_PARTYS As Long = 35
> Public Const MAX_PARTY_MEMBERS As Long = 4

Are you sure about RTE 9 I am able to register fine.  Everything you requested is already in the zip I posted, here are the constant variables for it.  That source is open for any one to use.
Link to comment
Share on other sites

ok thx but im wondering why it dosen't work for me il try again maybe its because i already have edited some stuff with my game and stuff?? who knows sorry for the stupid post with out evenknowing it was working
EDIT: Nvm thx Scott it worked actually it was just me doing some wrong copyying or a false download i re downloaded and it worked ,just a litle lag when we open the shop edit,maybe its the 1000 thats to big,other than that small lag it works perfectly fine
Link to comment
Share on other sites

  • 2 weeks later...

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...