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

Choseal

Members
  • Posts

    49
  • Joined

  • Last visited

    Never

Everything posted by Choseal

  1. It's a small edit that makes a player able to delete the map he is currently on, or all maps if you'r a little more advanced. Without high access ofcourse. As for the version, I'd have to check. Give me a moment please.
  2. Hi there, I just have one question:Is there a place for me to post anything like hacks and such? I know there are quite alot, but just recently I found one that's.. well, worse than most of the ones I found. If you guys aren't planning on doing anything on the security, that's OK, I understand. Server admins will have to do it themselves. :azn: Greetings, Choseal.
  3. Choseal

    Hidden Items?

    I'm not completely sure what you mean, so: 1\. Try clicking the down arrow in the sprites tab when you create an item. 2\. Try clicking the right -> arrow in the sprites tab. If you need more help, please tell me where the items are located.
  4. If you host the server and use 127.0.0.1 as the IP in the client, it will work for you, but not for others. If you port forward, you can use your IP to connect to your server, and others will be able to do so too, using your IP. Alternativly, you can use hamachi, but it's not very loved by other players.
  5. Choseal

    Bigger sprites

    Yes, although 3D sprites do not fit the Eclipse engine. With 3D sprites, I mean like sprites from Silkroad, Lineage. Because there are some 3D-ish sprites that do fit the game, but to add those, I suggest you adjust your whole tileset to fix the character sprites.
  6. Assuming you mean, making a download link. Just get an installer creator, from like: Clickteam, or use winrar/zip, to compile your client. Then upload it on a site like rapidshare.com or filefront. Last, add the download link to your website, you will get the link when the uploading is done.
  7. Hello, Sorry for the late response, I went to my friends birthday and couldn't respond yesterday. I have already Pm'ed you, so you know who I am. I would like to join as a mapper/scripter, preferably both, because that would make scripting alot more fun. Ps: I once made a fairly populair pokemon clan called Pokemon Dark Legacy, and it used a banner with the same picuture you are using right now, except it showed more of Arceus's body :P You are not an old member, are you? :P Edit: In case I have to post some sort of application: I have been a admin on a couple of forums for more then a year, and was a Game Master/Community Manager on a game for more then 3 years. I have alot of experience, and can be a very nice guy (:P), but I hate it when someone breakes the rules, that is why a make security scripts that can catch hackers in a instance. I am always very dedicated to what I do, and will help in any way I can. I have got 2 more exams left: Today and Wednesday, after that, I am done, and I'll have nothing to do after that. Bút I have to work every Saturday. If you need any more information, please tell me! :3 EditEdit: http://www.pkmnlegacy.co.nr/ (This might be usefull)
  8. UAC is off, and everything is executed as a administrator, the file is still empty and it's still not a .ini file.
  9. Hello and welcome, My name is (As you probably already noticed) Choseal, and I am looking for a job. I'm a pretty good mapper, I have had my own game, but I wasn't able to host it 24/7, so it failed. You can see some of my work at the bottom of this page. I am also a pretty good scripter, but I can't work with timers yet, I have made quite alot of scripts, and I just learned how to work with vars, do not expect miracles from me, but I might be able to suprise you when you least expect it. I have been scripting for 3 weeks now, but I'm a suprisingly fast learner, and whilst working, you will probably see me improving with the day. I have been mapping for 8 month's, and I'm really good at making maps with secret area's, and puzzles. Time scheme: Monday: Exam Thuesday: Exam Monday: (In 2 weeks) Exam Wednesday: Exam Saturday: -Never, I have to work at that day, so I will never be free on saturday- Those are the only days I will not be able to work, but before/between/after those days, I am good to go! Ofcourse I'm not asking for any kind of payment, just tell me if I'm doing a good job every once in a while, and I will be fine! :P I live in the Netherlands, and I am always very dedicated to what I do, I will put my heart and being into my work, and will do everything my boss will ask me, as long as it's reasonable or do-able. Warning: I am looking for a serious team/game, I dont want to spend all my time in something that dissapears in 2 weeks. Contact Information: E-mail: [email protected] Some of my work: (Not my best work, but those were the only maps I could retrieve) ![](http://i43.tinypic.com/2whfqmx.jpg)
  10. Still empty, sorry.. And thank you for your time, I hope someone will find a fix soon x3 It will probably have some seasy fix like: "Omg, you forgot a ( there :O" :P
  11. Nope, that wasn't on, but I dont think that would have fixed anything anyway, because it didn't show a pictogram either. I've uploaded the file, using winRar, because MediaFire wouldn't let me upload 0kb files x3 http://www.mediafire.com/?sharekey=01363181f915f377391d7d881749d3a7e04e75f6e8ebb871
  12. Yep, I made it a scripted tile, so I can put it on spots normal players can't reach, and so I can ban them, if they are not allowed to be there.
  13. Yep, I'm using EE 2.7. So..With those commands, I just need to make that map, and it automaticly generates a .ini file with the players name, etc. right?
  14. Yep, its being generated in that map, and.. ..It's still happening, something is making it: 1: Not turn into/create a .ini file. 2: Not store information in it.
  15. Lol, thank you, do I need to pay some kind of entrance fee? x3 *Takes a quick bow* I've heared a lot about you! :P [/Goes back on-topic] Edit: Omg, fleshlight >.> xD
  16. ![](http://i40.tinypic.com/wb9sb5.jpg) I can change the file into a .ini file, but it's still empty.. And sorry Crimson, I wouldn't know how to make a .ini file in the source..
  17. Ooh, sorry, the Exit Sub was just a mistake cause by me deleting a sentence while posting on the forum, it was OK in the main.txt. Ok, I fixed it now, but I still get that .Dat file, altough I now noticed it didn't have a file extension at all.. o.o ``` Case 3 Call putvar("Scripts\security\" & GetPlayerName(Index) & ".ini", "MAP", "Login_Name", "" & Getplayerlogin(Index) & "") Call putvar("Scripts\security\" & GetPlayerName(Index) & ".ini", "MAP", "Player_Name", "" & Getplayername(Index) & "") Call putvar("Scripts\security\" & GetPlayerName(Index) & ".ini", "MAP", "Player_Sprite", "" & Getplayersprite(Index) & "") Call putvar("Scripts\security\" & GetPlayerName(Index) & ".ini", "MAP", "Current_Map", "" & Getplayermap(Index) & "") Call putvar("Scripts\security\" & GetPlayerName(Index) & ".ini", "MAP", "Player_X", "" & Getplayerx(Index) & "") Call putvar("Scripts\security\" & GetPlayerName(Index) & ".ini", "MAP", "Player_Y", "" & Getplayery(Index) & "") Exit Sub End Select End Sub ```
  18. Hey, it's me again, sorry for all the questions :P I made this little script that will help me report hackers when they are somewhere they shouldn't be: Case 3 Call putvar("Scripts\security\" & GetPlayerName(Index) & ".ini", "MAP", "Login_Name", Getplayerlogin(Index)) Call putvar("Scripts\security\" & GetPlayerName(Index) & ".ini", "MAP", "Player_Name", Getplayername(Index)) Call putvar("Scripts\security\" & GetPlayerName(Index) & ".ini", "MAP", "Player_Sprite", Getplayersprite(Index)) Call putvar("Scripts\security\" & GetPlayerName(Index) & ".ini", "MAP", "Current_Map", Getplayermap(Index)) Call putvar("Scripts\security\" & GetPlayerName(Index) & ".ini", "MAP", "Player_X", Getplayerx(Index)) Call putvar("Scripts\security\" & GetPlayerName(Index) & ".ini", "MAP", "Player_Y", Getplayery(Index)) Exit Sub End Select End Sub Now the problem is, it works, and it makes the file with the characters name, but it's a .Dat file, and I can't open it with notepad, it's completely empty. (0 Kb) Did I do something wrong? (This is my first time working with put and get vars)
  19. Choseal

    Game wont open

    Nope, that did not fix it, but thanks for helping :D
  20. Choseal

    Game wont open

    My friend wanted to play my game, and he tried to start up the client, but then windows gave an error that said that the client had to close down due to an error. He has the library Files, and Installed ELI, etc. He can't open Traid patcher either. Does anyone know how to fix this?
  21. Edit: Nevermind, It doesnt work, not sure what is wrong though, ill take another look in a sec.. If GetPlayerLevel(Index) = InsertLevelHere Then Call AlertMsg(Index, "Your level is too low to enter the server!") Add this to the Sub JoinGame. I am not sure if AlertMsg kicks you out of the game, you would have to check. Replace "Insertlevelhere" with the level that is not allowed to join, so if you do not want level 4 or lower level players to join, change it to 4. I'm just a beginner though, so I'm not sure if it's working..
  22. I believe the only way to do this is through source editing, and because I don't see alot (or none) of tutorials on it, I think it's pretty hard..
  23. Sorry, but I'm just a beginner in source editing, where is it located? Yes, I have VB6 :P
  24. But, I just want it to appear behind the player in one spell, wont that change the animation for every spell?
  25. Yes, exactly, it sounds easy, but I think it isn't as easy as it sounds, I personally have no idea where to start..
×
×
  • Create New...