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

Blister

Members
  • Posts

    26
  • Joined

  • Last visited

    Never

Blister's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Ahhhh I already wondered whats the difference between end sub and exit sub. I hope it'll work this time :cheesy: Thank you for your patience ;) EDIT: hmm… thats weird.. There's still no sound but the funny thing is every other text commands do not work also oO theres no error message but nothing happens. but in my server panel scripts are turned on oO
  2. Thats an Idea indeed. Maybe I'll try that. ^^
  3. Just bumping so that the edit will be noticed… SRY I know doubleposters deserve to die :embarrassed:
  4. Hmm… is there a opportunity to switch of the day/night change map spezific? I'd like to turn it off inside of buildings
  5. Can it be? oO I'll try this again today EDIT: OH FOR CRISTS SAKE this stupid f*!@§%& peace of motherf!?$(§ing sh!"§$ *cough* *cough* okay I'm cool now xD It failed again oO I dont get it, it works on my machine, it works on yours.. why not on everyone elses?? What could we make different than you did if it worked fine for you? oO
  6. Yeah that'S why I wondering why it doesn't work oO Did you try to start the client?
  7. Ahhhh now I understand ^^ Thx EDIT: I'm sorry to ask again but there's a problem. I did everythign as you told me. Script seems to be in the right place and basically it seems to work cause he doesn't say invalid command anymore. But for some reason I can hear no sound oO I thought it could be the wave data and tried the other sounds (even the standart ones) and none did work. I tried PlaySound and PlaySoundToMap but in both cases: total silence. This is how my Sub Command part of the main.txt looks like: (I marked the Custom Script Part) ' Executed whenever a slash command is sent to the server. Sub Commands(Index) Dim TextSay Dim PlayerID Dim MapNum ' Get the command and arguments from the cache. TextSay = Trim(GetVar("Scripts\Command.ini", "TEMP", "Text" & Index)) ' Split the command into an array. All arguments are seperated by spaces. TextSay = Split(TextSay) Select Case TextSay(0) Case "/testscripts" Call TestMain(Index) Exit Sub Case "/help" Call PlayerMsg(Index, "Social Commands:", WHITE) Call PlayerMsg(Index, "'msghere = Broadcast Message", WHITE) Call PlayerMsg(Index, "-msghere = Emote Message", WHITE) Call PlayerMsg(Index, "!namehere msghere = Player Message", WHITE) Call PlayerMsg(Index, "Available Commands: /help, /info, /who, /fps, /inv, /stats, /train, /party, /join, /leave, /refresh", WHITE) Exit Sub Case "/calladmins" If GetPlayerAccess(Index) = 0 Then Call AdminMsg(GetPlayerName(Index) & " needs your help!", BRIGHTGREEN) Else Call PlayerMsg(Index, "You are an admin! You cannot call for help!", BRIGHTGREEN) End If Exit Sub Case "/admin" If GetPlayerAccess(Index) > 0 Then Call PlayerMsg(Index, "Social Commands:", WHITE) Call PlayerMsg(Index, """msghere = Global Admin Message", WHITE) Call PlayerMsg(Index, "=msghere = Private Admin Message", WHITE) Call PlayerMsg(Index, "Available Commands: /admin, /loc, /mapeditor, /warpmeto, /warptome, /warpto, /setsprite, /mapreport, /kick, /ban, /edititem, /respawn, /editnpc, /motd, /editshop, /ban, /editspell", WHITE) End If Exit Sub **Case "/belch" PlaySoundToMap(index, "belch.wav") End Sub** Case "/warpmeto" If GetPlayerAccess(Index) > 0 Then PlayerID = FindPlayer(TextSay(1)) If PlayerID > 0 Then Call PlayerWarp(Index, GetPlayerMap(PlayerID), GetPlayerX(PlayerID), GetPlayerY(PlayerID)) Call PlayerMsg(Index, "You have been warped to " & GetPlayerName(PlayerID) & ".", BROWN) Else Call PlayerMsg(Index, "Player is not online.", WHITE) End If End If Exit Sub Case "/warptome" If GetPlayerAccess(Index) > 0 Then PlayerID = FindPlayer(TextSay(1)) If PlayerID > 0 Then Call PlayerWarp(PlayerID, GetPlayerMap(Index), GetPlayerX(Index), GetPlayerY(Index)) Call PlayerMsg(PlayerID, "You have been warped to " & GetPlayerName(Index) & ".", BROWN) Else Call PlayerMsg(Index, "Player is not online.", WHITE) End If End If Exit Sub Case "/warpto" If GetPlayerAccess(Index) > 0 Then MapNum = TextSay(1) If MapNum > 0 And MapNum
  8. They're in there. The folder game client contains: the Client folder the installs for Eli 2 and Eli2 Debug (librarys) zlib1.dll VBM
  9. > not bad, add rugs and maybe a few more statues, be sure to add a few npcs so it doesn't look too dull. I thought so but till yet players in the test area around this building will respawn at the middle of this room. So I didn't want to make it to full. But atleast one npc and soem stuff could be added I agree with you about that. > Looks pretty impressive. I wouldn't mind walking around something like that. Thx. It somehow confuses me to get so positive feedback about this one ^^ If u like this I'll maybe conside your oppinion again when I finished the outside of this. I try to make this REALY detailed. Anyways, maybe you can help me with one thing: I set the map as "House" under Properties (EE 2.7) I thought it woud be illuminated automatically at nighttime but it's gettin dark in there two. I just played arround a bit with the lights at the windows.. can you give me any good tipps how to illuminate it atmosphäric at night? Maybe I can turn off the Night feature Inside the map but I would prefer to have it slightly darker in there. You should recognize that it's night outside but the room shall be illuminated in a slightly red atmosphere… like with torches or so... You know what i mean? ^^ Any hints? EDIT: I did add some stuff as I was told. Doesn't look to bad but I think this have been my final changes on this one (except the lighting) cause I don't want to make it to full. ![](http://img511.imageshack.us/img511/2594/mapdayaf7.jpg) And here I have a shot at night time. But I totally dislike the Lighting… this is where I hope you have better ideas. ![](http://img294.imageshack.us/img294/4077/mapnighttu3.jpg)
  10. Thx very much allanws! The much detail helped me a lot. And also thx to you Balliztik cause I want the whole map to hear the sound. EDIT: damn I can't get it to work. He just says invalid comman or something like this. I added it to nearly the bottom of my main.txt like this Sub Case "/belch" PlaySoundToMap (index, "burrrrrp.wav") End Sub I read this sub at anything so I tried it with the sub (I tried it without bevor but didn't work.) I'm really ashamed of asking but would you mind telling me how to add this? Sry I just don't get it yet. I use version EE 2.7 and theres a command-ini… does it have something to do with this?
  11. Ahhhh filefront…. DAMMIT I was bashing my had cause I forgot the name xD but to late I found another filehost site which is pretty fast. 20% left... EDIT: file's up. get it here http://www.file-upload.net/download-1006247/Game-Client.rar.html and try for yourself.
  12. I think the 32-bit version but I'm not sure. Fileshack messed up the upload oO have to do it again.. dammit
  13. Windows XP on all computers I tried to install it on till yet. but for some wierd reason mine is the only one which gets the client to run. It ran perfektly from the beginning but somehow whenever I try to install it somewhere else It can't find files which are actually there. If this f*** slow Fileshack completes the uploads before the end of this millenium I'll post the DL link so you can see for your self and even trie to install it and see what I mean.
  14. Well that's actually the point: the VBMP and the zlib1.dll as well as all the other stoff (exept the colors.txt) are there and where they should be and also registered by the batch data. But it does'nt work though. I guess best would be if I send you the zipfile I have the data in so you can check it yourself. Link comes in a few minutes
  15. Okay we tried this again. (me n my bud) Sadly we picked the wrong eli accidently and now have no elilog before inserting the dll here is what happend: first he installed ELI2RC3HF4.exe. after that he ran the batch file and then we inserted the zlib1.dll. He asked to overwrite, so this seems not to be the problem.. then he tried to ran the client: failure Still: 1\. error from config.ini re- creating file 2\. error loading colors.txt 3\. Run Time error 399 and like i postet above. Nothing changed? oO HTF can this be? :sad:
×
×
  • Create New...