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

samih1996

Members
  • Posts

    275
  • Joined

  • Last visited

    Never

Everything posted by samih1996

  1. Hi guys, I am having trouble portforwarding my game, I am doing everysingle step what it says at PORTFORWARD.COM but i dontknow 1 thing what do i put as my local ip? I did 192.168.1.40 thats what it says on my eclipse and my friend couldn't connect to the game from his house.
  2. >! @Rose: >! > GM Sam, I recommend using Eclipse Origins for a definite full-screen option. If you get Eclipse Origins simply open the client project file and navigate to the modConstants file within the project explorer. > > Within modConstants are two lines that define the MAX_MAPX and MAX_MAPY. Change what these two values are. For example, I will show you how to make Eclipse Origins 1024 x 800\. That will be the size of the picscreen, the UI itself will be moved and placed a-top the picscreen for this instance only. Change the X value to = 32 and the Y to 25\. Now, to manually change the size of the picScreen, edit it's Width and Height properties. The width to 1024 and the Height to 800\. The ScaleHeight and ScaleWidth should automatically change. Open the frmMainGame's code and find the me.width = line. > > Change the me.width = to the current width of the picScreen, and add a line directly under it, me.height = and change it to the current height of the picScreen. > > Compile, run play. It should look something like this. > > ![](http://www.freemmorpgmaker.com/files/imagehost/pics/4326cc57e5b17b3ab48471260b1f3926.bmp) Now robin that is good, but how can i copy the map on eclipse evolution and put it to orgins, also are there loads of items like there is in eclipse evolution?
  3. if you go on to your profile u can change your name.
  4. Why is my name erkans? My name is supposed to be Samih1996, does this change automaticly?
  5. Blue Bar?? I dont see it Edit: I think you mean u go on to the code part but i search for the button, i can find it.
  6. O M G, man that is impossible! That guy will take up the hole map shrink the picture.
  7. >! @à ² ç›Šà ² : >! > I was just playing my old games, myself (not playing myself). > and then I founded this: I can't damage to NPCs (enemies) > Before it did , but not anymore :D > > Any idea whats wrong? > > Thanks :D Thats not enough detail, are you eaven using Eclipse? If so all you need to do is edit by pressing F1 and then go on to edit npc then you choose attack on sight. Thanks, Sam.
  8. samih1996

    A few Questions

    @Cha0s1: > Thanks, but I meant skills not spells. :) You need a program called, Visual Basic 6\. It is a program which edits your eclipse, Type it in on google and download it. Make sure that it is not (PORTABLE) because that does not work and you also need visual basic 6 microsoft update from http://www.microsoft.com/ Good Luck!
  9. Hi, Can someone tell me how i can make my Eclipse Evolution full screen? I know that it is a client edit with visual basic 6. I have visual basic 6 professional, i just don't know how to do the actual thing. I know its possible because i think ES has it or EO.
  10. samih1996

    Skills

    yeah, exacly just edit the frmmirage, and the select character part change that too.
  11. samih1996

    Help

    Yes it does, i will try this out later. I will make a new topic if i have problems. Thanks very much. TOPIC LOCKED!
  12. samih1996

    Skills

    >! @Jesseg2: >! > alot of programing to do… and replacing so... I'd just 1\. not use eclipse 2\. have make and speed or if you must > but VB6 edit the source and ya... it will take some time You aren't helping, If you want it to say something else all you have to do is edit the GUI if you have to do. I also think that you have to edit the source but i am not sure of how you are going to do that.
  13. samih1996

    Help

    >! @uıןɐpuǝʍb: >! > if you are connecting locally you have to use 127.0.0.1 for your ip. > > you only use your wan ip if you are connecting to the server from a different computer. Hmm.. So your saying that i will not be able to connect to my game with my ip, but i can connect to it with my local ip, and other's have to put my ip in it. I hope it make sentce i know my grammar is crap.
  14. samih1996

    Help

    I have port forwarded my EE, but when i type my ip and port in it says Offline for somereason, can someone tell me why?
  15. samih1996

    Scripting..

    >! > just script it ya… find the piece of script that happens when you set the tile click on and edit it... > if you know abit of coding then go to http://www.touchofdeathforums.com/smf/index.php/topic,8502.0.html > and see what commands you would need to use... and if you don't know the basics of coding well..... learn it Thanks i guess, i find it complicated but i'll try and learn.
  16. Quote under here!! V >! Just wrote a quick & easy quest script. Hope it will serve useful to someone. Add this script under Select Case Script under Sub ScriptedNPC(Index, Script) (Works with Eclipse Stable 1.2.2) as I am using it myself without any problem. Not sure about the other versions). >! Case 0 If GetPlayerLevel(Index) < 5 then Call PlayerMsg(Index, "Sorry but you need to be at least lvl 5 to help me…", BRIGHTRED) >! Else Call PlayerMsg(Index, "[Name of NPC here] says:", BRIGHTGREEN) Call PlayerMsg(Index, "Hello traveler, could you buy me a bread please?", WHITE) End if >! If CanTake(Index, 4, 1) then Call TakeItem(Index, 4, 1) Call GiveItem(Index, 6, 1) Call PlayerMsg(Index, "Thank you for bringing me bread", WHITE) End if Exit Sub End Select End Sub >! Now create an NPC and change behavior to be type Scripted and make sure the script number matches the case number of your script. >! It's a small quest script which let's you do a simple task more then once. Not sure if it's useful for someone. >! Greetings from Russia. Regards Aramyth. What do you bean by saying index, on a script?
  17. He is simply asking, he does not know how to add a quest to the game he is asking you! > what kinda guests like other player to play ure game? :evil:
  18. samih1996

    Scripting..

    Hi, I have eclipse evolution, and i would like to have a scrip so on click to a tile a shop will open. But i dont know how to do something like this. I do know how to place the script on the tile but i dontknow how to do the script. Can someone help me please? I hope i will be hearing for you lot soon.. Thanks, Sam.
  19. Hi, I have followed this portforward tutorial: >! I got bored, and thought this tutorial could get through to a lot of people, and will help solve a bunch of stuff.(probably not) >! Without further adieu, let us get started. >! Step One- Getting Numbers. >! 1\. Open Start > Run 2\. Type CMD in the Run Window. A new Window will show up. 3\. In the new Window type ipconfig. A list of ips will show up. 4\. Copy down your IP, and Default Gateway. >! Step Two– Getting into your Config >! 5\. Open an Internet Browser, and into the address bar, type in your Default Gateway. 6\. If a window shows and prompts you to enter your user and pass, do so. If you do not know the user and pass, by default it should be admin, password. If you still don't know, reset your router. >! Step Three– Port Forwarding >! 7\. Once in your router's configuration/website, find a port forwarding option. 8\. Once there, create a new port forward. 9\. The name should be Eclipse, and the ports should be 4000 to 4000\. TCP/UDP(BOTH if TCP/UDP isn't an option). 10\. For the Server IP open up your Eclipse Server. Copy the IP at the top of the window, and use that IP. 11\. Once the form is filed, cilck apply or whatever the button is to confirm the port forward. >! Fourth Step- Testing. >! 12.Once you have port forwarded exit out of your browser, and restart your server. 13.Open up your Client Folder, start your Client, click IP CONFIG, and replace the IP with the IP you copied in Step One. 14.Once done, try connecting to the server, if successful, you've completed the port forwarding process. >! Extra Step - Having Issues? >! 1.If you find out that you cannot connect after you have port forwarded, try using ports 4001 or 4002\. >! 2.If you get an error while port forwarding the only thing I suggest, is restarting your router, or copy and pasting that error onto google. >! If you are completley hopeless and are very noobish, post the error here, or MSN me at.. [email protected] >! I hope a bunch of people find this usefull. The question is: I don't know what my players need to use can someone help me?
  20. i understand all of this, but what happens to the gui image in the client folder? I can't delete it it wont work what do i do with it?
  21. samih1996

    PORTFORWARD

    Hi, can someone tell me how i can port forward with no-ip, if i need extra stuff then please tell me. I haven't got a static ip address so i cant portforward it in a normal way.
  22. @Sir: > No-ip doesn't portforward, but you can use it if your IP isn't static. It isn't how can i do this?????
  23. samih1996

    Map Size

    @Yami: > Nope. Fail!, You need to delete your maps and then change your map size then you need to start from 0\. You need to do everything over and over again.
  24. @uıןɐpuǝʍb: > The only ip you can make static is you lan ip… that wont do you any good except for your router, and computers at home. > > If you want a static wan ip that people would connect to you would need to buy a static ip from your isp. Is there a way of portforwarding my eclipse with no-ip & UTorrent, because i used to use runescape private servers and i used them to portforward my server.
  25. How can I make a static ip?. and find it out.
×
×
  • Create New...