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

Ermenia

Members
  • Posts

    76
  • Joined

  • Last visited

    Never

Ermenia's Achievements

Newbie

Newbie (1/14)

0

Reputation

  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
×
×
  • Create New...