Full christmas decoration

Page 1 of 3 123 LastLast
Results 1 to 15 of 40
  1. #1
    Account Upgraded | Title Enabled! lemoniscool is offline
    MemberRank
    Nov 2009 Join Date
    GermanyLocation
    579Posts

    Full christmas decoration

    ~ Merry Christmas to all Ragezone Users ~
    Hi!
    Today i want to release full christmas deco in all towns including Alexandria, Baghdad and the login screen along with snowy ground and snowy weather everywhere! Important: this deco package will only work if you have Arabia region in your files, else your client will crash! I will make a package for people without Baghdad soon.

    Add snowy weather query:
    Code:
    USE [SRO_VT_SHARD]
    GO
    TRUNCATE TABLE [dbo].[_RefClimate]
    INSERT [dbo].[_RefClimate] ([ID], [InitialWeather], [InitialAmount], [ChangeWeather], [Division], [Duration], [DurationVariance], [Snowfall], [SnowfallVariance], [ProbSnow], [Rainfall], [RainfallVariance], [ProbRain]) VALUES (1001, 1, 25, 1, 4, 900000, 30000, 15, 30, 100, 0, 0, 0)
    INSERT [dbo].[_RefClimate] ([ID], [InitialWeather], [InitialAmount], [ChangeWeather], [Division], [Duration], [DurationVariance], [Snowfall], [SnowfallVariance], [ProbSnow], [Rainfall], [RainfallVariance], [ProbRain]) VALUES (1005, 1, 25, 1, 3, 900000, 30000, 15, 30, 100, 0, 0, 0)
    INSERT [dbo].[_RefClimate] ([ID], [InitialWeather], [InitialAmount], [ChangeWeather], [Division], [Duration], [DurationVariance], [Snowfall], [SnowfallVariance], [ProbSnow], [Rainfall], [RainfallVariance], [ProbRain]) VALUES (2001, 1, 25, 1, 4, 900000, 30000, 15, 30, 100, 0, 0, 0)
    INSERT [dbo].[_RefClimate] ([ID], [InitialWeather], [InitialAmount], [ChangeWeather], [Division], [Duration], [DurationVariance], [Snowfall], [SnowfallVariance], [ProbSnow], [Rainfall], [RainfallVariance], [ProbRain]) VALUES (2002, 1, 25, 1, 2, 900000, 30000, 15, 30, 100, 0, 0, 0)
    INSERT [dbo].[_RefClimate] ([ID], [InitialWeather], [InitialAmount], [ChangeWeather], [Division], [Duration], [DurationVariance], [Snowfall], [SnowfallVariance], [ProbSnow], [Rainfall], [RainfallVariance], [ProbRain]) VALUES (2004, 1, 25, 1, 7, 900000, 30000, 15, 30, 100, 0, 0, 0)
    INSERT [dbo].[_RefClimate] ([ID], [InitialWeather], [InitialAmount], [ChangeWeather], [Division], [Duration], [DurationVariance], [Snowfall], [SnowfallVariance], [ProbSnow], [Rainfall], [RainfallVariance], [ProbRain]) VALUES (3001, 1, 25, 0, 0, 900000, 30000, 15, 30, 100, 0, 0, 0)
    INSERT [dbo].[_RefClimate] ([ID], [InitialWeather], [InitialAmount], [ChangeWeather], [Division], [Duration], [DurationVariance], [Snowfall], [SnowfallVariance], [ProbSnow], [Rainfall], [RainfallVariance], [ProbRain]) VALUES (3002, 1, 25, 1, 5, 900000, 30000, 15, 30, 100, 0, 0, 0)
    INSERT [dbo].[_RefClimate] ([ID], [InitialWeather], [InitialAmount], [ChangeWeather], [Division], [Duration], [DurationVariance], [Snowfall], [SnowfallVariance], [ProbSnow], [Rainfall], [RainfallVariance], [ProbRain]) VALUES (3003, 1, 25, 1, 4, 900000, 30000, 15, 30, 100, 0, 0, 0)
    INSERT [dbo].[_RefClimate] ([ID], [InitialWeather], [InitialAmount], [ChangeWeather], [Division], [Duration], [DurationVariance], [Snowfall], [SnowfallVariance], [ProbSnow], [Rainfall], [RainfallVariance], [ProbRain]) VALUES (3004, 1, 25, 1, 4, 900000, 30000, 15, 30, 100, 0, 0, 0)
    INSERT [dbo].[_RefClimate] ([ID], [InitialWeather], [InitialAmount], [ChangeWeather], [Division], [Duration], [DurationVariance], [Snowfall], [SnowfallVariance], [ProbSnow], [Rainfall], [RainfallVariance], [ProbRain]) VALUES (3005, 1, 25, 1, 4, 900000, 30000, 15, 30, 100, 0, 0, 0)
    INSERT [dbo].[_RefClimate] ([ID], [InitialWeather], [InitialAmount], [ChangeWeather], [Division], [Duration], [DurationVariance], [Snowfall], [SnowfallVariance], [ProbSnow], [Rainfall], [RainfallVariance], [ProbRain]) VALUES (4001, 1, 25, 1, 3, 900000, 30000, 15, 30, 100, 0, 0, 0)
    INSERT [dbo].[_RefClimate] ([ID], [InitialWeather], [InitialAmount], [ChangeWeather], [Division], [Duration], [DurationVariance], [Snowfall], [SnowfallVariance], [ProbSnow], [Rainfall], [RainfallVariance], [ProbRain]) VALUES (4002, 1, 25, 0, 0, 900000, 30000, 15, 30, 100, 0, 0, 0)
    INSERT [dbo].[_RefClimate] ([ID], [InitialWeather], [InitialAmount], [ChangeWeather], [Division], [Duration], [DurationVariance], [Snowfall], [SnowfallVariance], [ProbSnow], [Rainfall], [RainfallVariance], [ProbRain]) VALUES (5001, 1, 25, 1, 3, 900000, 30000, 15, 30, 100, 0, 0, 0)
    Remove snowy weather query:
    Code:
    USE [SRO_VT_SHARD]
    GO
    TRUNCATE TABLE [dbo].[_RefClimate]
    INSERT [dbo].[_RefClimate] ([ID], [InitialWeather], [InitialAmount], [ChangeWeather], [Division], [Duration], [DurationVariance], [Snowfall], [SnowfallVariance], [ProbSnow], [Rainfall], [RainfallVariance], [ProbRain]) VALUES (1001, 1, 180, 1, 4, 240000, 80000, 0, 0, 0, 100, 30, 50)
    INSERT [dbo].[_RefClimate] ([ID], [InitialWeather], [InitialAmount], [ChangeWeather], [Division], [Duration], [DurationVariance], [Snowfall], [SnowfallVariance], [ProbSnow], [Rainfall], [RainfallVariance], [ProbRain]) VALUES (1005, 1, 220, 1, 3, 90000, 30000, 0, 0, 0, 50, 20, 20)
    INSERT [dbo].[_RefClimate] ([ID], [InitialWeather], [InitialAmount], [ChangeWeather], [Division], [Duration], [DurationVariance], [Snowfall], [SnowfallVariance], [ProbSnow], [Rainfall], [RainfallVariance], [ProbRain]) VALUES (2001, 1, 200, 1, 4, 120000, 40000, 0, 0, 0, 100, 30, 30)
    INSERT [dbo].[_RefClimate] ([ID], [InitialWeather], [InitialAmount], [ChangeWeather], [Division], [Duration], [DurationVariance], [Snowfall], [SnowfallVariance], [ProbSnow], [Rainfall], [RainfallVariance], [ProbRain]) VALUES (2002, 1, 255, 1, 2, 900000, 30000, 0, 0, 0, 30, 10, 10)
    INSERT [dbo].[_RefClimate] ([ID], [InitialWeather], [InitialAmount], [ChangeWeather], [Division], [Duration], [DurationVariance], [Snowfall], [SnowfallVariance], [ProbSnow], [Rainfall], [RainfallVariance], [ProbRain]) VALUES (2004, 1, 100, 1, 7, 180000, 50000, 3, 7, 70, 0, 0, 0)
    INSERT [dbo].[_RefClimate] ([ID], [InitialWeather], [InitialAmount], [ChangeWeather], [Division], [Duration], [DurationVariance], [Snowfall], [SnowfallVariance], [ProbSnow], [Rainfall], [RainfallVariance], [ProbRain]) VALUES (3001, 1, 250, 0, 0, 240000, 30000, 0, 0, 0, 0, 0, 0)
    INSERT [dbo].[_RefClimate] ([ID], [InitialWeather], [InitialAmount], [ChangeWeather], [Division], [Duration], [DurationVariance], [Snowfall], [SnowfallVariance], [ProbSnow], [Rainfall], [RainfallVariance], [ProbRain]) VALUES (3002, 1, 180, 1, 5, 210000, 60000, 0, 0, 0, 150, 40, 40)
    INSERT [dbo].[_RefClimate] ([ID], [InitialWeather], [InitialAmount], [ChangeWeather], [Division], [Duration], [DurationVariance], [Snowfall], [SnowfallVariance], [ProbSnow], [Rainfall], [RainfallVariance], [ProbRain]) VALUES (3003, 1, 200, 1, 4, 220000, 80000, 0, 0, 0, 140, 40, 40)
    INSERT [dbo].[_RefClimate] ([ID], [InitialWeather], [InitialAmount], [ChangeWeather], [Division], [Duration], [DurationVariance], [Snowfall], [SnowfallVariance], [ProbSnow], [Rainfall], [RainfallVariance], [ProbRain]) VALUES (3004, 1, 180, 1, 4, 240000, 80000, 0, 0, 0, 120, 35, 35)
    INSERT [dbo].[_RefClimate] ([ID], [InitialWeather], [InitialAmount], [ChangeWeather], [Division], [Duration], [DurationVariance], [Snowfall], [SnowfallVariance], [ProbSnow], [Rainfall], [RainfallVariance], [ProbRain]) VALUES (3005, 1, 180, 1, 4, 240000, 80000, 0, 0, 0, 90, 30, 30)
    INSERT [dbo].[_RefClimate] ([ID], [InitialWeather], [InitialAmount], [ChangeWeather], [Division], [Duration], [DurationVariance], [Snowfall], [SnowfallVariance], [ProbSnow], [Rainfall], [RainfallVariance], [ProbRain]) VALUES (4001, 1, 220, 1, 3, 120000, 60000, 0, 0, 0, 70, 20, 20)
    INSERT [dbo].[_RefClimate] ([ID], [InitialWeather], [InitialAmount], [ChangeWeather], [Division], [Duration], [DurationVariance], [Snowfall], [SnowfallVariance], [ProbSnow], [Rainfall], [RainfallVariance], [ProbRain]) VALUES (4002, 1, 250, 0, 0, 240000, 30000, 0, 0, 0, 0, 0, 0)
    INSERT [dbo].[_RefClimate] ([ID], [InitialWeather], [InitialAmount], [ChangeWeather], [Division], [Duration], [DurationVariance], [Snowfall], [SnowfallVariance], [ProbSnow], [Rainfall], [RainfallVariance], [ProbRain]) VALUES (5001, 1, 250, 1, 3, 240000, 80000, 0, 0, 0, 100, 30, 90)
    Credits:
    Christmas Decoration in Jangan, Donwhang, Hotan, Samarkand and Constantinople: SnowStorm1
    Christmas Decoration in Alexandria and Baghdad: lemoniscool
    Snowy Ground on all maps: karemsame

    Download:
    X-Mas_Files.rar - Mediafire
    Remove_X-Mas_Files.rar - Mediafire

    greetz
    LemoniscooL
    Last edited by lemoniscool; 09-12-13 at 01:35 PM.


  2. #2
    $WeGs karemsame is offline
    MemberRank
    Feb 2012 Join Date
    public voidLocation
    220Posts

    Re: Full christmas decoration

    Good Job Bro :)

  3. #3
    Member silkroadgamer is offline
    MemberRank
    Nov 2013 Join Date
    68Posts

    Re: Full christmas decoration

    Nice I will try in my server :)

    P/s: Merry Christmas and Happy New Year to all ragezone member :)

  4. #4
    very nice B1QB0SS is offline
    MemberRank
    Jul 2013 Join Date
    518Posts

    Re: Full christmas decoration

    Thank YOu For Share :)

    i Got IT Before ! But it 'll be Good For Newbies

  5. #5
    No avatar RenePunik is offline
    MemberRank
    Feb 2013 Join Date
    1,431Posts

    Re: Full christmas decoration

    I want it with out Christmas trees! can any one clean it with only Decoration!
    fast please!

  6. #6
    Account Upgraded | Title Enabled! lemoniscool is offline
    MemberRank
    Nov 2009 Join Date
    GermanyLocation
    579Posts

    Re: Full christmas decoration

    Quote Originally Posted by B1QB0SS View Post
    Thank YOu For Share :)

    i Got IT Before ! But it 'll be Good For Newbies
    you cant have this before my release, at least not the same as it is now with alexandria, baghdad and the login screen haveing decorations

    Quote Originally Posted by RenePunik View Post
    I want it with out Christmas trees! can any one clean it with only Decoration!
    fast please!
    lol, removeing all the christmas trees would take ages, you either use it with them or dont use it sorry
    the only possible way to remove the christmas trees is not importing the model to your client, but i dont know if it will crash then or just not load the model

  7. #7
    No avatar RenePunik is offline
    MemberRank
    Feb 2013 Join Date
    1,431Posts

    Re: Full christmas decoration

    Thanks anyway.

  8. #8
    very nice B1QB0SS is offline
    MemberRank
    Jul 2013 Join Date
    518Posts

    Re: Full christmas decoration

    Quote Originally Posted by lemoniscool View Post
    you cant have this before my release, at least not the same as it is now with alexandria, baghdad and the login screen haveing decorations


    lol, removeing all the christmas trees would take ages, you either use it with them or dont use it sorry
    the only possible way to remove the christmas trees is not importing the model to your client, but i dont know if it will crash then or just not load the model
    aha now i understand why my client keep crashing!

    Sro_client.exe Crashing

  9. #9
    Proficient Member elitebi is offline
    MemberRank
    Feb 2012 Join Date
    196Posts

    Re: Full christmas decoration

    Thank you but I noticed Hotan doesn't have the snowy ground.

  10. #10
    Account Upgraded | Title Enabled! Unrealx420 is offline
    MemberRank
    Jun 2008 Join Date
    HellLocation
    217Posts

    Re: Full christmas decoration

    Quote Originally Posted by lemoniscool View Post
    ~ Merry Christmas to all Ragezone Users ~
    Hi!
    Today i want to release full christmas deco in all towns including Alexandria and Baghdad along with snowy ground and snowy weather everywhere!

    Add snowy weather query:
    Code:
    USE [SRO_VT_SHARD]
    GO
    TRUNCATE TABLE [dbo].[_RefClimate]
    INSERT [dbo].[_RefClimate] ([ID], [InitialWeather], [InitialAmount], [ChangeWeather], [Division], [Duration], [DurationVariance], [Snowfall], [SnowfallVariance], [ProbSnow], [Rainfall], [RainfallVariance], [ProbRain]) VALUES (1001, 1, 25, 1, 4, 900000, 30000, 15, 30, 100, 0, 0, 0)
    INSERT [dbo].[_RefClimate] ([ID], [InitialWeather], [InitialAmount], [ChangeWeather], [Division], [Duration], [DurationVariance], [Snowfall], [SnowfallVariance], [ProbSnow], [Rainfall], [RainfallVariance], [ProbRain]) VALUES (1005, 1, 25, 1, 3, 900000, 30000, 15, 30, 100, 0, 0, 0)
    INSERT [dbo].[_RefClimate] ([ID], [InitialWeather], [InitialAmount], [ChangeWeather], [Division], [Duration], [DurationVariance], [Snowfall], [SnowfallVariance], [ProbSnow], [Rainfall], [RainfallVariance], [ProbRain]) VALUES (2001, 1, 25, 1, 4, 900000, 30000, 15, 30, 100, 0, 0, 0)
    INSERT [dbo].[_RefClimate] ([ID], [InitialWeather], [InitialAmount], [ChangeWeather], [Division], [Duration], [DurationVariance], [Snowfall], [SnowfallVariance], [ProbSnow], [Rainfall], [RainfallVariance], [ProbRain]) VALUES (2002, 1, 25, 1, 2, 900000, 30000, 15, 30, 100, 0, 0, 0)
    INSERT [dbo].[_RefClimate] ([ID], [InitialWeather], [InitialAmount], [ChangeWeather], [Division], [Duration], [DurationVariance], [Snowfall], [SnowfallVariance], [ProbSnow], [Rainfall], [RainfallVariance], [ProbRain]) VALUES (2004, 1, 25, 1, 7, 900000, 30000, 15, 30, 100, 0, 0, 0)
    INSERT [dbo].[_RefClimate] ([ID], [InitialWeather], [InitialAmount], [ChangeWeather], [Division], [Duration], [DurationVariance], [Snowfall], [SnowfallVariance], [ProbSnow], [Rainfall], [RainfallVariance], [ProbRain]) VALUES (3001, 1, 25, 0, 0, 900000, 30000, 15, 30, 100, 0, 0, 0)
    INSERT [dbo].[_RefClimate] ([ID], [InitialWeather], [InitialAmount], [ChangeWeather], [Division], [Duration], [DurationVariance], [Snowfall], [SnowfallVariance], [ProbSnow], [Rainfall], [RainfallVariance], [ProbRain]) VALUES (3002, 1, 25, 1, 5, 900000, 30000, 15, 30, 100, 0, 0, 0)
    INSERT [dbo].[_RefClimate] ([ID], [InitialWeather], [InitialAmount], [ChangeWeather], [Division], [Duration], [DurationVariance], [Snowfall], [SnowfallVariance], [ProbSnow], [Rainfall], [RainfallVariance], [ProbRain]) VALUES (3003, 1, 25, 1, 4, 900000, 30000, 15, 30, 100, 0, 0, 0)
    INSERT [dbo].[_RefClimate] ([ID], [InitialWeather], [InitialAmount], [ChangeWeather], [Division], [Duration], [DurationVariance], [Snowfall], [SnowfallVariance], [ProbSnow], [Rainfall], [RainfallVariance], [ProbRain]) VALUES (3004, 1, 25, 1, 4, 900000, 30000, 15, 30, 100, 0, 0, 0)
    INSERT [dbo].[_RefClimate] ([ID], [InitialWeather], [InitialAmount], [ChangeWeather], [Division], [Duration], [DurationVariance], [Snowfall], [SnowfallVariance], [ProbSnow], [Rainfall], [RainfallVariance], [ProbRain]) VALUES (3005, 1, 25, 1, 4, 900000, 30000, 15, 30, 100, 0, 0, 0)
    INSERT [dbo].[_RefClimate] ([ID], [InitialWeather], [InitialAmount], [ChangeWeather], [Division], [Duration], [DurationVariance], [Snowfall], [SnowfallVariance], [ProbSnow], [Rainfall], [RainfallVariance], [ProbRain]) VALUES (4001, 1, 25, 1, 3, 900000, 30000, 15, 30, 100, 0, 0, 0)
    INSERT [dbo].[_RefClimate] ([ID], [InitialWeather], [InitialAmount], [ChangeWeather], [Division], [Duration], [DurationVariance], [Snowfall], [SnowfallVariance], [ProbSnow], [Rainfall], [RainfallVariance], [ProbRain]) VALUES (4002, 1, 25, 0, 0, 900000, 30000, 15, 30, 100, 0, 0, 0)
    INSERT [dbo].[_RefClimate] ([ID], [InitialWeather], [InitialAmount], [ChangeWeather], [Division], [Duration], [DurationVariance], [Snowfall], [SnowfallVariance], [ProbSnow], [Rainfall], [RainfallVariance], [ProbRain]) VALUES (5001, 1, 25, 1, 3, 900000, 30000, 15, 30, 100, 0, 0, 0)
    Remove snowy weather query:
    Code:
    USE [SRO_VT_SHARD]
    GO
    TRUNCATE TABLE [dbo].[_RefClimate]
    INSERT [dbo].[_RefClimate] ([ID], [InitialWeather], [InitialAmount], [ChangeWeather], [Division], [Duration], [DurationVariance], [Snowfall], [SnowfallVariance], [ProbSnow], [Rainfall], [RainfallVariance], [ProbRain]) VALUES (1001, 1, 180, 1, 4, 240000, 80000, 0, 0, 0, 100, 30, 50)
    INSERT [dbo].[_RefClimate] ([ID], [InitialWeather], [InitialAmount], [ChangeWeather], [Division], [Duration], [DurationVariance], [Snowfall], [SnowfallVariance], [ProbSnow], [Rainfall], [RainfallVariance], [ProbRain]) VALUES (1005, 1, 220, 1, 3, 90000, 30000, 0, 0, 0, 50, 20, 20)
    INSERT [dbo].[_RefClimate] ([ID], [InitialWeather], [InitialAmount], [ChangeWeather], [Division], [Duration], [DurationVariance], [Snowfall], [SnowfallVariance], [ProbSnow], [Rainfall], [RainfallVariance], [ProbRain]) VALUES (2001, 1, 200, 1, 4, 120000, 40000, 0, 0, 0, 100, 30, 30)
    INSERT [dbo].[_RefClimate] ([ID], [InitialWeather], [InitialAmount], [ChangeWeather], [Division], [Duration], [DurationVariance], [Snowfall], [SnowfallVariance], [ProbSnow], [Rainfall], [RainfallVariance], [ProbRain]) VALUES (2002, 1, 255, 1, 2, 900000, 30000, 0, 0, 0, 30, 10, 10)
    INSERT [dbo].[_RefClimate] ([ID], [InitialWeather], [InitialAmount], [ChangeWeather], [Division], [Duration], [DurationVariance], [Snowfall], [SnowfallVariance], [ProbSnow], [Rainfall], [RainfallVariance], [ProbRain]) VALUES (2004, 1, 100, 1, 7, 180000, 50000, 3, 7, 70, 0, 0, 0)
    INSERT [dbo].[_RefClimate] ([ID], [InitialWeather], [InitialAmount], [ChangeWeather], [Division], [Duration], [DurationVariance], [Snowfall], [SnowfallVariance], [ProbSnow], [Rainfall], [RainfallVariance], [ProbRain]) VALUES (3001, 1, 250, 0, 0, 240000, 30000, 0, 0, 0, 0, 0, 0)
    INSERT [dbo].[_RefClimate] ([ID], [InitialWeather], [InitialAmount], [ChangeWeather], [Division], [Duration], [DurationVariance], [Snowfall], [SnowfallVariance], [ProbSnow], [Rainfall], [RainfallVariance], [ProbRain]) VALUES (3002, 1, 180, 1, 5, 210000, 60000, 0, 0, 0, 150, 40, 40)
    INSERT [dbo].[_RefClimate] ([ID], [InitialWeather], [InitialAmount], [ChangeWeather], [Division], [Duration], [DurationVariance], [Snowfall], [SnowfallVariance], [ProbSnow], [Rainfall], [RainfallVariance], [ProbRain]) VALUES (3003, 1, 200, 1, 4, 220000, 80000, 0, 0, 0, 140, 40, 40)
    INSERT [dbo].[_RefClimate] ([ID], [InitialWeather], [InitialAmount], [ChangeWeather], [Division], [Duration], [DurationVariance], [Snowfall], [SnowfallVariance], [ProbSnow], [Rainfall], [RainfallVariance], [ProbRain]) VALUES (3004, 1, 180, 1, 4, 240000, 80000, 0, 0, 0, 120, 35, 35)
    INSERT [dbo].[_RefClimate] ([ID], [InitialWeather], [InitialAmount], [ChangeWeather], [Division], [Duration], [DurationVariance], [Snowfall], [SnowfallVariance], [ProbSnow], [Rainfall], [RainfallVariance], [ProbRain]) VALUES (3005, 1, 180, 1, 4, 240000, 80000, 0, 0, 0, 90, 30, 30)
    INSERT [dbo].[_RefClimate] ([ID], [InitialWeather], [InitialAmount], [ChangeWeather], [Division], [Duration], [DurationVariance], [Snowfall], [SnowfallVariance], [ProbSnow], [Rainfall], [RainfallVariance], [ProbRain]) VALUES (4001, 1, 220, 1, 3, 120000, 60000, 0, 0, 0, 70, 20, 20)
    INSERT [dbo].[_RefClimate] ([ID], [InitialWeather], [InitialAmount], [ChangeWeather], [Division], [Duration], [DurationVariance], [Snowfall], [SnowfallVariance], [ProbSnow], [Rainfall], [RainfallVariance], [ProbRain]) VALUES (4002, 1, 250, 0, 0, 240000, 30000, 0, 0, 0, 0, 0, 0)
    INSERT [dbo].[_RefClimate] ([ID], [InitialWeather], [InitialAmount], [ChangeWeather], [Division], [Duration], [DurationVariance], [Snowfall], [SnowfallVariance], [ProbSnow], [Rainfall], [RainfallVariance], [ProbRain]) VALUES (5001, 1, 250, 1, 3, 240000, 80000, 0, 0, 0, 100, 30, 90)
    Credits:
    Christmas Decoration in Jangan, Donwhang, Hotan, Samarkand and Constantinople: SnowStorm1
    Christmas Decoration in Alexandria and Baghdad: lemoniscool
    Snowy Ground on all maps: karemsame

    Download:
    X-Mas_Files.rar - Mediafire
    Remove_X-Mas_Files.rar - Mediafire

    greetz
    LemoniscooL
    Would you happen to have the x-mas music files?

  11. #11
    SilkRoad loveme is offline
    MemberRank
    Sep 2011 Join Date
    JanganLocation
    498Posts

    Re: Full christmas decoration

    image ?

  12. #12
    Apprentice PATEVRA is offline
    MemberRank
    Jul 2010 Join Date
    23Posts

    Re: Full christmas decoration

    Client crashed :( any solution ?

  13. #13
    Account Upgraded | Title Enabled! lemoniscool is offline
    MemberRank
    Nov 2009 Join Date
    GermanyLocation
    579Posts

    Re: Full christmas decoration

    Quote Originally Posted by Unrealx420 View Post
    Would you happen to have the x-mas music files?
    ill add them soon, thanks for reminding me of them

    Quote Originally Posted by loveme View Post
    image ?
    just import the files and start your client, youll see it yourself
    if you dont like it you can simply import the files inside remove_bla.rar to remove the decorations etc again

    Quote Originally Posted by elitebi View Post
    Thank you but I noticed Hotan doesn't have the snowy ground.
    well the stones do not have snowy ground, but look at the gradd between the palms its snowy

  14. #14
    Proficient Member Dragonzee is offline
    MemberRank
    Oct 2011 Join Date
    Bashtil, Al JizLocation
    161Posts

    Re: Full christmas decoration

    here is a fix for non baghdad people


    replace tile2d.info with once in attachment

    Xmas-tile2d.rar
    RemoveXmas -tile2d.rar

  15. #15
    Member ongamanext is offline
    MemberRank
    Dec 2012 Join Date
    VenezuelaLocation
    73Posts

    Re: Full christmas decoration

    my client crashed and I activated my client arabia serious



Page 1 of 3 123 LastLast

Advertisement