APM MU Server [Season 4, 1.03K JPN]

Results 1 to 14 of 14
  1. #1
    Member System_32 is offline
    MemberRank
    Jun 2010 Join Date
    71Posts

    APM MU Server [Season 4, 1.03K JPN]

    APM Mu Server v2.01A


    Change Log:
    Code:
    //////////////////////////////////////////////////////////////////////////////////
    //Version: 1.00 | Code Name: Thunder											//
    //////////////////////////////////////////////////////////////////////////////////
      * Added Option to Switch checksum on/off.
      * Added Option to Switch personal id req on/off.
      * Added Option to Switch between old or new Golden Invasion styles.
      * Fixes Golden Invasion message now shows.
      * Added Option to Switch between WZ party drop or private server styles.
      * Added Option to Switch that PK in Party can move,use shops and kill.
      * Added Option to Switch that PK can be killed or not.
      * Added Option to Switch GM can use M key on/off.
      * Added Option to Switch between item options:
    	* Allow Excellent Anc on/off.
    	* Allow Joh Anc on/off.
    	* Allow Exc Socket on/off.
    	* Allow + 15 items on/off.
    	* Jewel Of Life +28 items on/off.
      * Added Option to Switch between poition count in shop on/off.
      * Added Option to Switch allow PVP in arena map on/off.
      * Added Option to Switch Chaos Castle event can enter only PK players on/off.
      * Added Option to Switch Rakion boss respawn time in 24h or normal.
      * Fixes Connect to server using Vista,Seven.
      * Summoner skill damage over 65k+.
      * Fixes Mana Shield when uver 32k+ stats.
      * Removed CrashDumpFile generation.
      * Fixes Box of Kundum.
      * Fixes destroy gioCP.
      * Fixes Serial 0x0000000.
      * Fixes Master class enter in devil square event.
      * Fixes Master class enter in blood castle event.
      * Fixes Master class enter in illusion temple event.
      * Fixes Invalid Socket errors.
      * Fixes false Speed Hack detections.
      * Fixes item resistance.
      * Added Console.
      * Added Connection message upon player login.
      * Added post command.
      * Added post/console/other action logs write to file.
      * Added many usefull configuration settings.
      * Added IP Block system.
      * Marlon quest fixed.
      * Mu Online database is updated.
      * Added Advanced server rate system.
      * Added Command /reload.
        * Reload all costum features!
      * Added Castle Siege skill usage on normal gameserver.
      * Added Support for 65kk Max Stats(Need edit DB!).
    //////////////////////////////////////////////////////////////////////////////////
    //Version: 1.01 | Code Name: Thunder											//
    //////////////////////////////////////////////////////////////////////////////////
      * Post command fixed.
    //////////////////////////////////////////////////////////////////////////////////
    //Version: 1.01A | Code Name: Thunder											//
    //////////////////////////////////////////////////////////////////////////////////
      * News system added.
      * Little fixed to source.
      * Added new command /omon, shows credits about this addon.
      * Added client side project to Solution.
    //////////////////////////////////////////////////////////////////////////////////
    //Version: 1.02 | Code Name: Thunder											//
    //////////////////////////////////////////////////////////////////////////////////
      * Added new command /gg <message>.	(GM)
      * Added new command /gmove <map x y>.	(GM)
      * Updated command /reload.			(GM)
        * Now reload all shop files.
      * Added Costum Teleport NPC.
      * Fixed some config file errors.
    //////////////////////////////////////////////////////////////////////////////////
    //Version: 1.02A | Code Name: Thunder											//
    //////////////////////////////////////////////////////////////////////////////////
      * Updated command /drop.				(GM)
      * Removed function DropItem().
    //////////////////////////////////////////////////////////////////////////////////
    //Version: 1.02B | Code Name: Thunder											//
    //////////////////////////////////////////////////////////////////////////////////
      * Added Simple GM System.
      * Removed Old News System added more advanded!
      * Removed Simple GM System ( Started to make SQL based ).
    //////////////////////////////////////////////////////////////////////////////////
    //Version: 1.03 | Code Name: Thunder											//
    //////////////////////////////////////////////////////////////////////////////////
      * News System has been fixes, and now is working!
      * Player.SendAllTextMsg() function fixed.
      * Added new game master system!
        * Note: All gamemaster list must be on GM_Commands table, if not it may couse bugs!
    //////////////////////////////////////////////////////////////////////////////////
    //Version: 1.04 | Code Name: Thunder											//
    //////////////////////////////////////////////////////////////////////////////////
      * Command /gmove have been fixed.
      * Added Costum Event manager.
      * Added new costum event Happy Hour.
      * Fixed monster types on gObjSetMonsterEx().
      * Added /summon <monster_id> command	(GM).
    //////////////////////////////////////////////////////////////////////////////////
    //Version: 1.04A | Code Name: Thunder											//
    //////////////////////////////////////////////////////////////////////////////////
      * GM notice added (can turned on or off).
      * Fixed /summon command.
    //////////////////////////////////////////////////////////////////////////////////
    //Version: 2.0 | Code Name: Dark												//
    //////////////////////////////////////////////////////////////////////////////////
      * Fixed News System news message.
      * Added Option to disable console log write to file.
      * Game Master notice on enter fixed.
      *	Added notice on Player login.
      * 'SendAllTextMsg' Crash Fixed.
    //////////////////////////////////////////////////////////////////////////////////
    //Version: 2.1 | Code Name: Dark												//
    //////////////////////////////////////////////////////////////////////////////////
      * Rewrited 'Blocked IP System'.
      * Rewrited 'Event Manager System'.
      * Rewrited 'Game Master System'.
      * Rewrited 'News System'.
      * Most Source Code Rewrited, Retested and Optimised.
    //////////////////////////////////////////////////////////////////////////////////
    //Version: 2.1A | Code Name: Dark												//
    //////////////////////////////////////////////////////////////////////////////////
      * Added Player Chat System.
    	* /post
    	* /drop
    	* /relo
    	* /info
    	* /gg
    	* /gmove
    	* /call
      * Game Master System now Supports Player Chat System
    Script Preview
    PlayerCommands.script
    Code:
    //////////////////////////////////////////////////////////////////////////////////
    // Project Author	: <C> APM Software					//
    // Project Info		: Season 4 + Costum					//
    //////////////////////////////////////////////////////////////////////////////////
    
    ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
    //[Enabled] [Syntax] [GM Check Old] [GM Check New] [Need Money] [Need Level] [No Money Msg] {TAB} [No Level Msg] {TAB} [Not GM Msg]  //
    ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
    
    ;======================================================================================================================================
    ; => /post <message>
    ;======================================================================================================================================
    
    1 /post 0 0 1000 10 Min money to use post %d. Min level to use post %d.	You must be GM to use post.
    
    ;======================================================================================================================================
    ; => /drop <ItemType ItemNr ItemLevel ItemSkill ItemLuck ItemOpt ItemExc ItemAncient>
    ;======================================================================================================================================
    
    1 /drop 1 1 0 0 Nothing	Nothing	You must be GM to use drop.
    
    ;======================================================================================================================================
    ; => /relo
    ;======================================================================================================================================
    
    1 /relo 1 1 0 0 Nothing	Nothing	You must be GM to use reload.
    
    ;======================================================================================================================================
    ; => /gg <message>
    ;======================================================================================================================================
    
    1 /gg 1 1 0 0 Nothing	Nothing	You must be GM to use global message.
    
    ;======================================================================================================================================
    ; => /info
    ;======================================================================================================================================
    
    1 /info 0 0 0 0 Nothing	Nothing	Nothing
    
    ;======================================================================================================================================
    ; => /gmove <map x y>
    ;======================================================================================================================================
    
    1 /gmove 1 1 0 0 Nothin	Nothing	You must be GM to use gmove.
    
    ;======================================================================================================================================
    ; => /call <monster_id>
    ;======================================================================================================================================
    
    1 /call 1 1 0 0 Nothing	Nothing	You must be GM to use call.
    Download Core
    GameServer: Скачать - Inbox Files
    GameServer 1.02A Update: Скачать - Inbox Files

    Download Addons
    News System: Скачать - Inbox Files
    GM System: Скачать - Inbox Files
    GM System V2: Скачать - Inbox Files
    Blocked IP System: Скачать - Inbox Files

    How to Install Addon
    Just extract selected addon in folder 'GameServer/data'
    News
    I have done many updates, i will release them soon, config files are more easy to undestand now

    For example PlayerCommands.script
    Code:
    ;===================================================================================================================================================================================================================================================================
    ;    Enabled    Syntax	       Check GM(Old)   [Check GM(New)]   [Required Money]   [Required Level]               [Required Money MSG]		  		  	      [Required Level MSG]		    	      [Required GM Message]
    ;===================================================================================================================================================================================================================================================================
    	1 	/post               0 	     	     0 		      1000 	           10 		"You dont meet Required money to use this command." 	"You dont meet Required level to use this command." 	"You must be GM to use this command."
    	1 	/drop               1 	     	     1 		      0  	           0 		"You dont meet Required money to use this command." 	"You dont meet Required level to use this command." 	"You must be GM to use this command."
    	1 	/reload             1 	     	     1 		      0  	           10 		"You dont meet Required money to use this command." 	"You dont meet Required level to use this command." 	"You must be GM to use this command."
    	1 	/info               1 	     	     1 		      0  	           0 		"You dont meet Required money to use this command." 	"You dont meet Required level to use this command." 	"You must be GM to use this command."
    	1 	/gmove              1 	     	     1 		      0  	           10 		"You dont meet Required money to use this command." 	"You dont meet Required level to use this command." 	"You must be GM to use this command."
    	1 	/call               1 	     	     1 		      0  	           0 		"You dont meet Required money to use this command." 	"You dont meet Required level to use this command." 	"You must be GM to use this command."
    	1 	/gg                 1 	     	     1 		      0  	           0 		"You dont meet Required money to use this command." 	"You dont meet Required level to use this command." 	"You must be GM to use this command."
    Last edited by System_32; 19-02-12 at 02:15 PM.


  2. #2
    Proficient Member caothuphutho is offline
    MemberRank
    Dec 2007 Join Date
    0x00000000Location
    150Posts

    Re: APM MU Server [Season 4, 1.03K JPN]

    you can share source ? :D thank, nice releases

  3. #3
    Member System_32 is offline
    MemberRank
    Jun 2010 Join Date
    71Posts

    Re: APM MU Server [Season 4, 1.03K JPN]

    Quote Originally Posted by caothuphutho View Post
    you can share source ? :D thank, nice releases
    Maybe i will release the source, i will think about it...

    Old project can be found at: http://code.google.com/p/open-mu-online-server/
    Last edited by System_32; 18-02-12 at 11:47 PM.

  4. #4
    Account Upgraded | Title Enabled! ulfsark is offline
    MemberRank
    Nov 2010 Join Date
    ValhallaLocation
    1,276Posts

    Re: APM MU Server [Season 4, 1.03K JPN]

    Castle Siege on GS... ?

  5. #5
    Member DeathArmy is offline
    MemberRank
    Dec 2009 Join Date
    84Posts

    Re: APM MU Server [Season 4, 1.03K JPN]

    oh is u and your useless copy -> paste files again

  6. #6
    Member System_32 is offline
    MemberRank
    Jun 2010 Join Date
    71Posts

    Re: APM MU Server [Season 4, 1.03K JPN]

    Quote Originally Posted by ulfsark View Post
    Castle Siege on GS... ?
    I havent started on castle siege...

    Quote Originally Posted by DeathArmy View Post
    oh is u and your useless copy -> paste files again
    okey tell me what file i have been copyied, and i will share full source of it... but only one!
    Last edited by [RCZ]ShadowKing; 19-02-12 at 09:37 AM.

  7. #7
    Proficient Member caothuphutho is offline
    MemberRank
    Dec 2007 Join Date
    0x00000000Location
    150Posts

    Re: APM MU Server [Season 4, 1.03K JPN]

    Quote Originally Posted by System_32 View Post
    Maybe i will release the source, i will think about it...

    Old project can be found at: open-mu-online-server - Open source mu online server - Google Project Hosting
    Can't download from link !

    error !:



  8. #8
    Member System_32 is offline
    MemberRank
    Jun 2010 Join Date
    71Posts

    Re: APM MU Server [Season 4, 1.03K JPN]

    Quote Originally Posted by caothuphutho View Post
    Can't download from link !

    error !:


    I dont give any support for old file, but
    replace URL field with:
    Code:
    http://open-mu-online-server.googlecode.com/svn/trunk/

  9. #9
    Proficient Member caothuphutho is offline
    MemberRank
    Dec 2007 Join Date
    0x00000000Location
    150Posts

    Re: APM MU Server [Season 4, 1.03K JPN]

    link don't work :(( !!!




  10. #10
    Member System_32 is offline
    MemberRank
    Jun 2010 Join Date
    71Posts

    Re: APM MU Server [Season 4, 1.03K JPN]

    Download Source: Скачать - Inbox Files

  11. #11
    IGCN Co-Founder drakelv is offline
    MemberRank
    Jun 2006 Join Date
    IGCN HQLocation
    1,002Posts

    Re: APM MU Server [Season 4, 1.03K JPN]

    Quote Originally Posted by System_32 View Post
    see, he got u pissed and now you shared him source, he now laughs at you and copying your codes.

  12. #12
    Member System_32 is offline
    MemberRank
    Jun 2010 Join Date
    71Posts

    Re: APM MU Server [Season 4, 1.03K JPN]

    Quote Originally Posted by drakelv View Post
    see, he got u pissed and now you shared him source, he now laughs at you and copying your codes.
    Yeah, litle biches piss me off :D but i was thinking from the begining to release the source, when caothuphutho asked me...

    and the source isnt finished, if he cant code, there is no use for him... many parts must be fixed and some parts need rewriting...

  13. #13
    Member System_32 is offline
    MemberRank
    Jun 2010 Join Date
    71Posts

    Re: APM MU Server [Season 4, 1.03K JPN]

    Here are S4 Spears & Ancients fix (Thanks to ulfsark) Скачать - Inbox Files

    Can be moved to release selection or deleted...

  14. #14
    Uber Leet gaymar001 is offline
    MemberRank
    Jun 2009 Join Date
    401Posts

    Re: APM MU Server [Season 4, 1.03K JPN]

    where can i download the Client and server?



Advertisement