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

Ermenia

Members
  • Posts

    76
  • Joined

  • Last visited

    Never

Everything posted by Ermenia

  1. yes that one from zamin mfg,
  2. Hi all, i installed the quest script but there is one bug in it. if you delete you char and anybody else makes one with the same name as the one you deleted he cant do that quests anymorge how to fix this? Gr,
  3. Hello here is my tut its very simple (use ctrl+f to search the things you must replace) ALL THINGS IN MODHANDLEDATA If Val(parse(1)) = WEATHER_RAINING And GameWeather WEATHER_RAINING then replace that /\ with this\/ If Val(parse(1)) = WEATHER_RAINING And GameWeather WEATHER_RAINING And Map(GetPlayerMap(MyIndex)).Indoors = 0 Then WEATHER_THUNDER And GameWeather WEATHER_THUNDER then Replace that /\ with this \/ WEATHER_THUNDER And GameWeather WEATHER_THUNDER And Map(GetPlayerMap(MyIndex)).Indoors = 0 Then PUT AFTER THIS: ' Draw night (for normal players). If GameTime = TIME_NIGHT Then If Map(GetPlayerMap(MyIndex)).Indoors = 0 Then If Not InEditor Then Call Night End If End If End If THIS: ' stop regen bij indoors If Map(GetPlayerMap(MyIndex)).Indoors = 1 Then Call frmMirage.BGSPlayer.StopMedia End If NEW (thanks to: Balliztik1 for pointing me on that) If GameWeather = WEATHER_RAINING Then Call PlayBGS("rain.wav") End If replace that with this: If GameWeather = WEATHER_RAINING And Map(GetPlayerMap(MyIndex)).Indoors = 0 Then Call PlayBGS("rain.mp3") End If If GameWeather = WEATHER_THUNDER Then Call PlayBGS("thunder.wav") End If replace that with this: If GameWeather = WEATHER_THUNDER And Map(GetPlayerMap(MyIndex)).Indoors = 0 Then Call PlayBGS("thunder.mp3") End If Good Luck Greetings, Ps. This is my first tut i hope its good enough for the first Maby rate 1/10?
  4. Ermenia

    Rain

    i have done it thanks for all you advice for the others with this problem If Val(parse(1)) = WEATHER_RAINING And GameWeather WEATHER_RAINING then replace that with this: If Val(parse(1)) = WEATHER_RAINING And GameWeather WEATHER_RAINING And Map(GetPlayerMap(MyIndex)).Indoors = 0 Then and PUT AFTER THIS: ' Draw night (for normal players). If GameTime = TIME_NIGHT Then If Map(GetPlayerMap(MyIndex)).Indoors = 0 Then If Not InEditor Then Call Night End If End If End If THIS: ' stop regen bij indoors If Map(GetPlayerMap(MyIndex)).Indoors = 1 Then Call frmMirage.BGSPlayer.StopMedia End If Gr,
  5. yes i know i edit much things but i dont know why he is slow is there a fix i dont get why its slow gr,
  6. Hello, When it is night the game is much slower is there a fix for this (i dont mean a fix: delete night) Greetings,
  7. Ermenia

    Rain

    Dutch is the most dificult language but now to the point: I have a soucre code but where can i find the rain then? where must i edit that DUTCH: ik heb de soucre code maar waar kan ik dat regen gebeuren vinden waar moet ik dat veranderen? // Greetings,
  8. @Skilone: > no i use Norton did you port forwarded? do you use your correct ip and port? do you have a firewall on your port? Greetings,
  9. oeps sorry did not read that you want it in an item sorry
  10. you can also take an class change (on map editor)
  11. Ermenia

    Rain

    Sorry for my Englisch im dutch and very bad in Englisch the rain does word but you hear the sound when you are inside is there anything to amke this right that you only hear the rain.mp3 outside? Greetings,
  12. Ermenia

    The install

    when i install all the dll's and ocx's at that folder it must work for all users? or only for xp if its only for xp what must i do more for vista? Greetings,
  13. Ermenia

    Rain

    this is eather for the thunder!
  14. Ermenia

    The install

    if nobody know how is the instal ever made? But oke how can i found out that? GR
  15. Ermenia

    Rain

    hello inside there is no rain you cant see it but i have made an rain.mp3 and now i only hear rain inside but it may not rain and not sound rain Can anybody helpme with this? Gr,
  16. you must edit the soucre make the picturebox longer in vb6 and you can change the credits gr,
  17. STAND ON THE ITEM AND PRESS THE ENTER BUTTON you know that button with the text: "enter" on it?
  18. Ermenia

    The install

    yes i know but witch dll's do the instalation do? i need to know that to make an instalation gr,
  19. Ermenia

    The install

    @Pete.!: > No, what he wants is for an EXE to install the game AND the library files at the same time. yeah thats what i mean!:D
  20. Ermenia

    The install

    @Pete.!: > No, what he wants is for an EXE to install the game AND the library files at the same time. yeah thats what i mean!:D
  21. Ermenia

    The install

    @Pete.!: > What do you mean? Make an .exe that contains the game and all the DLL's? yeah but i dont know what happens in the instalation i want my game in the instalation 2 greetings,
  22. Ermenia

    The install

    @Pete.!: > What do you mean? Make an .exe that contains the game and all the DLL's? yeah but i dont know what happens in the instalation i want my game in the instalation 2 greetings,
  23. and lose 10% of your exp?
  24. and lose 10% of your exp?
×
×
  • Create New...