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

BeNjO

Members
  • Posts

    1161
  • Joined

  • Last visited

Everything posted by BeNjO

  1. Checked through the 20 odd Main.txt's and I don't have it. It basically was a sadscript that did something like the below. Grab the sex of both the players involved, then do something like ``` Male = 2 Female = 1 ``` then did simple maths like ``` if VALUE = 2 then msgbox "No lesbians" end if if VALUE = 4 then msgbox "No Gays" end if if VALUE = 2 then let them get married blabla ``` It actually said no lesbians and no gays as far as I remember.
  2. There used to be a sadscript version, was really fun, did males = 2 females = 1 then did small math to decide is they were female + female or male + male ect.
  3. BeNjO

    Yuko banned.

    I feel like Sony after this breach :(
  4. @'SkywardRiver': > This is most likely going to be the last version of Eclipse Skywyre. (released here at least). [snip] but in the end I decided that that wouldn't be fair to the many friends I've garnered here. Note that I don't support this engine any longer on Eclipse. No longer supported unfortunatly but hopefully someone will pick it up, edit it for the good and release a custom version of this :).
  5. Not a clue unfortunatly, I haven't used this engine my self so not sure how it works with the updater ect. Only thing I can suggest it to look for "El Reino Dorado Translated" in both projects (make sure to tick Current Project on the search menu) and change them one by one or all (using replace function) to the correct one. Sounds like there is "El Reino Dorado Translated" somewhere else.
  6. Edited the post to add code tags, ``` Options.ip = ip ``` where does 'ip' equal?
  7. Been quite a while since I posted any updates. I have been working slowly on the dungeons and making sure they worked correctly. So far everything that has been reported to me has been fixed and patched. There is a slight issue with the loot that I am currently looking into, it happens when you kill the boss at the end of the dungeons the chest sometimes either doesn't spawn or when it does it decides to fall through the floor for some very strange reason. Bug Fixes: Horse (Armored, Black) awarding negative stats, Mercenary Spear (Devil only) negative stats instead of plus, Elder Tree (Gilramore location) no collision detection, Restoration Stones (Health and Mana) both now working, Trade open/close button now working, Can now hold more than 999 potions (Health and Mana) Increased the amount of Legendary and Unique items awarded for quests, Player Character image in Character screen now works, Player Character image now checks for horses and shows standing regardless of mount, Quest exp now awards the full amount displayed, Mouse wheel now works in Quest, Market, News and Shops. Teleport spell will not allow you to teleport to a location too close to your current location, I or/and C now open inventory/Character screen, Invisible blocks preventing players from entering the cave containing black smith equipment have been removed, Using melee whilst mounted now displays the cooldown icon like unmounted melee does, Mounted Bow & Arrow animations and countdown added and working, All scrolls now combine with and current buff %. Example, you have 25% loot increase buff and you use a 50% scroll, the 50% combines into the 25% and shows 75% rather than just 50% with 25% hidden, These are taken within the Unity's scene tab and thus do not reflect the quality of the actual game: Magma holes where tough creatures hang out because of the warmth. Broken structures dotted about show previous colonization of the area. A Dungeon entrance is around this area. ![](http://puu.sh/oIJUQ/2b097586c3.jpg) ![](http://puu.sh/oIK1v/713a412b89.jpg) Some say these are the stairways to hell, Others say its a stairway to heaven. I guess it depends on how strong you are! ![](http://puu.sh/oIK6B/7d105096db.jpg)
  8. My main 'problem' is the size of the map file. Sending it to the client and the user have poor internet it would seem like the game has frozen until its finished downloading. I used to stick to 30x30 unless it was a huge city and would of been happy doing 70x70\. My old elysium game has seamless maps working and I never noticed a problem. I think processing and download speed should be taken into consideration when doing large maps as multiple layers or badly mapped maps will be larger than needed.
  9. You can edit them in the server and client source, look for them using ctrl + f tick whole project and look for them that way.
  10. @'Zmey: > 1) How i can add in game more quests, maps, items etc.? My guide on using skywyre, you can give your self admin via the server (right click on your account to see options) then in game press the insert key (ins) to have the admin menus pop down from the title bar which yo can click and edit the in-game content. http://www.freemmorpgmaker.com/thread-85376.html
  11. Don't paint it, use those water transfer's, buy some cheap stuff to train on then get some decent stuff in for actual products. I use to do it for my vape mods and the look is stunning.
  12. Have you thought about skinning? Some nice skin on the case would increase sale's and prices. You do a very good job, I have you on the old FB and see you updating on there :P.
  13. I did it in a similar way, used my boss mechanics to show a animation, used directions ect to show them facing the "exit" of a portal and if they were in "spell range" (which I would set to 1 tile, AoE) they could choose where to teleport to set maps according to the spells level (greater = more locations). Didnt really finish it as EOO went down but generally speaking the teleporting worked basically how Skyward said. Any person in my party could access my portals too which made a new way to sell locations to people.
  14. @budris look in client and server for "MAX_LEVELS" @BARUMONK Try running the client as an admin, also after runtime have installed try rebooting pc and running client. Does he see anything? Does he go through the main menu but then it's blank? Could use a little more information :). Intente ejecutar el cliente como administrador , también después de haber instalado el tiempo de ejecución intento de reiniciar la PC y funcionando cliente. ¿Ve algo? ¿Va a través del menú principal, pero entonces es blanco? Podría utilizar un poco más de información :)
  15. technically not, not everyone who posted in this thread left a number…
  16. BeNjO

    Server Hosting

    Most VPS / Dedicated's will run an eclipse server. You want a windows license on it too (most do 6 months free, some do 12 months free). The main area of concern (not including speeds) would be single core processing power. VB6 is single thread (core) so if you have a quad core server with 16gb ram you will only be using 1 thread (core) and upto around 2gb RAM as a rough estimate (the largest memory address VB6 can deal with is a 32-Bit AFAIK). As a long time dedicated server owner; I'd suggest part renting or fully renting a dedicated for the sole purpose of 100% upload/download speeds (not shared between others using the same server as you like a VPS) and been able to use Visual Basic 6 on it to run the server to catch bugs. Just things to take into consideration. I personally use 1and1.co.uk - There brilliant most of the time, I have personally been double charged twice and the switches went down for a few hours in France thus booting my server offline.
  17. BeNjO

    Main border

    Something like this would be useful although you will need to edit it as it will put the client's very top left corner at your mouse position, edit it to suite your needs: ``` Private mouseClicked As Boolean Private Sub picTitleGUI_MouseDown(Button As Integer, Shift As Integer, x As Single, y As Single) mouseClicked = True End Sub Private Sub picTitleGUI_MouseUp(Button As Integer, Shift As Integer, x As Single, y As Single) mouseClicked = False End Sub Private Sub picTitleGUI_MouseMove(Button As Integer, Shift As Integer, x As Single, y As Single) If mouseClicked Then frmMain.Left = frmMain.Left + x frmMain.Top = frmMain.Top + y End If End Sub ```
  18. Let me see some pictures of a staff! You know I hate everything but mage gear. Looking forward to seeing mage outfits (please make a assassin's creed type xD)
  19. BeNjO

    Orake

    Use``` [img] imgurlhere [/img] ```:). Nice information you added look forward to seeing more :)
  20. BeNjO

    Orake

    Regardless of what the link contains, You must follow the rules for posting here.
  21. BeNjO

    Orake

    Please read http://www.freemmorpgmaker.com/thread-339.html.
  22. Castle: ![](http://puu.sh/nCCKh/d40a2a2ad4.jpg) Dinner set inside of a unreleased area: ![](http://puu.sh/nCClT/4907438a02.jpg)
  23. ![](http://puu.sh/nC73J/321f7fd711.png) ![](http://puu.sh/nC74G/aa7cad33e6.png) And no need to be so harsh to call someone "retarded".
×
×
  • Create New...