Share webgame mu online new
Hello & Welcome to our community. Is this your first visit? Đăng Ký
Follow us on
Follow us on Facebook Follow us on Twitter Linked In Flickr Watch us on YouTube My Space Blogger
 
Trang 1 của 2 1 2 CuốiCuối
Kết quả 1 đến 10 của 20
  1. #1
    Thành Viên congtruongban's Avatar
    Ngày tham gia
    Dec 2008
    Bài viết
    5
    Thanks
    0
    Thanked 10 Times in 1 Post

    Share webgame mu online new

    Already implemented game features:
    * character creation/deleting (4 main classes are supported);
    * drag & drop inventory/equipping items;
    * item description on hover;
    * dropping jewels on items in inventory (supported: bless, soul, life, harmony, refining stones);
    * stats screen with real time calculations of stats depending on equipment;
    * working npc: chaos machine, Lahap, Cherry Spirit, Jerridon, Osbourne;
    * vault;
    * opening/closing personal store;
    * market listing all items from personal stores;
    * browsing battle maps (currently three maps);
    * battles with dynamically loading enemies depending on selected spot;
    * item generator (for dropping items from defeated enemies).
    * drinking potions and learning skills from inventory.

    updates (Feb 23, 2012):
    * now you can see users online;
    * working global and spot chat;
    * a new map and new monsters;
    * now you can see other characters in a spot;
    * the (in)famous "kill stealing";
    * you can create or join guilds (helps to get more exp);
    * auto login;

    Tested and supported browsers: Internet Explorer 7/8, Google Chrome 9, Opera 11, Firefox 3, Safari 5.

    Programmed in PHP, MySQL, Javascript.
    Installation instructions:

    1. create a MySQL database;
    2. restore the database structure using muonline.sql backup file;
    3. edit database.php file in "upload" folder, inserting data for your server (databse name, server, username, password);
    4. upload all files from "upload" folder to your server.


    Everybody willing can upload the game to their own server, modify or edit in any way they will find appropriate. I don't work on this project any longer. If somebody will continue developing it, I can suggest adding these features I considered necessary for completing the game: 1) chat; 2) trading; 3) PVP.

    Short info on item codes used in the game:

    Example: 1.13.1.0007.00.0.1025.0000.00.0.0.00.00.0.050.050. 000000.short_sword

    Where (number positions, starting from "0"):
    0 - item type;
    2,3 - size;
    5 - subtype;
    7-10 - effect;
    12,13 - level;
    15 - luck;
    17-20 - requirement #1;
    21 - should be "!" for 380 items;
    22-25 - requirement #2;
    27,28 - required class;
    30 - skill;
    32 - option;
    34,35 - excellent (double excellent is reserved but not implemented);
    37,38 - harmony option;
    40 - guardian option (reserved, not implemented);
    42-44 - current durability;
    46-48 - maximum durability;
    50-55 - reserved for socket options;
    57 until end - item name.


    If you want to understand how item codes work and should be edited to create new items for drops etc., read carefully "functions.overlib.js"
    [Only registered and activated users can see links. ]

    Download: [Only registered and activated users can see links. ]

    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]
    Khách viếng thăm hãy cùng congtruongban xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!

  2. The Following 10 Users Say Thank You to congtruongban For This Useful Post:

    aboqaboq (26-06-12), daikimvuong1 (20-05-12), dodt93 (24-07-13), hungnq85 (21-02-13), Kend. (10-07-12), phuc2109 (23-08-12), satthupro95 (16-12-12), style_style (27-06-13), tanaphanoi2 (06-07-12), thanhtunghk (06-02-13)

  3. #2
    Thành Viên
    Ngày tham gia
    Jan 2011
    Bài viết
    28
    Thanks
    15
    Thanked 0 Times in 0 Posts

    Ðề: Share webgame mu online new

    Huong dan cai cho minh voi ban oi
    Khách viếng thăm hãy cùng letienduy xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!

  4. #3
    Thành Viên GameZone
    Ngày tham gia
    Jul 2011
    Bài viết
    150
    Thanks
    172
    Thanked 32 Times in 8 Posts

    Ðề: Share webgame mu online new

    Trích dẫn Gửi bởi congtruongban [Only registered and activated users can see links. ]
    Already implemented game features:
    * character creation/deleting (4 main classes are supported);
    * drag & drop inventory/equipping items;
    * item description on hover;
    * dropping jewels on items in inventory (supported: bless, soul, life, harmony, refining stones);
    * stats screen with real time calculations of stats depending on equipment;
    * working npc: chaos machine, Lahap, Cherry Spirit, Jerridon, Osbourne;
    * vault;
    * opening/closing personal store;
    * market listing all items from personal stores;
    * browsing battle maps (currently three maps);
    * battles with dynamically loading enemies depending on selected spot;
    * item generator (for dropping items from defeated enemies).
    * drinking potions and learning skills from inventory.

    updates (Feb 23, 2012):
    * now you can see users online;
    * working global and spot chat;
    * a new map and new monsters;
    * now you can see other characters in a spot;
    * the (in)famous "kill stealing";
    * you can create or join guilds (helps to get more exp);
    * auto login;

    Tested and supported browsers: Internet Explorer 7/8, Google Chrome 9, Opera 11, Firefox 3, Safari 5.

    Programmed in PHP, MySQL, Javascript.
    Installation instructions:

    1. create a MySQL database;
    2. restore the database structure using muonline.sql backup file;
    3. edit database.php file in "upload" folder, inserting data for your server (databse name, server, username, password);
    4. upload all files from "upload" folder to your server.


    Everybody willing can upload the game to their own server, modify or edit in any way they will find appropriate. I don't work on this project any longer. If somebody will continue developing it, I can suggest adding these features I considered necessary for completing the game: 1) chat; 2) trading; 3) PVP.

    Short info on item codes used in the game:

    Example: 1.13.1.0007.00.0.1025.0000.00.0.0.00.00.0.050.050. 000000.short_sword

    Where (number positions, starting from "0"):
    0 - item type;
    2,3 - size;
    5 - subtype;
    7-10 - effect;
    12,13 - level;
    15 - luck;
    17-20 - requirement #1;
    21 - should be "!" for 380 items;
    22-25 - requirement #2;
    27,28 - required class;
    30 - skill;
    32 - option;
    34,35 - excellent (double excellent is reserved but not implemented);
    37,38 - harmony option;
    40 - guardian option (reserved, not implemented);
    42-44 - current durability;
    46-48 - maximum durability;
    50-55 - reserved for socket options;
    57 until end - item name.


    If you want to understand how item codes work and should be edited to create new items for drops etc., read carefully "functions.overlib.js"
    [Only registered and activated users can see links. ]

    Download: [Only registered and activated users can see links. ]

    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]
    - Game này gốc là chơi trên client. Chơi trên web chưa chắc gìddurr chức năng!
    Khách viếng thăm hãy cùng tien320456 xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!

  5. #4
    Thành Viên
    Ngày tham gia
    Jan 2011
    Bài viết
    28
    Thanks
    15
    Thanked 0 Times in 0 Posts

    Ðề: Share webgame mu online new

    Trích dẫn Gửi bởi tien320456 [Only registered and activated users can see links. ]
    - Game này gốc là chơi trên client. Chơi trên web chưa chắc gìddurr chức năng!
    ban oi do la web game ma ,khong phai Mu sever dau,adm hay ban khuek8 hay mod co the huong dan minh cai tren vetrigo khong cam on nhiu
    Khách viếng thăm hãy cùng letienduy xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!

  6. #5
    Thành Viên ZzHellAngelzZ's Avatar
    Ngày tham gia
    Apr 2011
    Bài viết
    35
    Thanks
    42
    Thanked 10 Times in 1 Post

    Ðề: Share webgame mu online new

    web mu kiểu này chơi chán lắm @@
    Khách viếng thăm hãy cùng ZzHellAngelzZ xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!

  7. #6
    Thành Viên GameZone
    Ngày tham gia
    Jul 2011
    Bài viết
    150
    Thanks
    172
    Thanked 32 Times in 8 Posts

    Ðề: Share webgame mu online new

    Trích dẫn Gửi bởi ZzHellAngelzZ [Only registered and activated users can see links. ]
    web mu kiểu này chơi chán lắm @@
    đồng ý với ý kiến của bạn! 30 charrrrrrrrrrrrrrrrrrrrrrrrrrrr
    Khách viếng thăm hãy cùng tien320456 xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!

  8. #7
    Thành Viên
    Ngày tham gia
    Jan 2011
    Bài viết
    28
    Thanks
    15
    Thanked 0 Times in 0 Posts

    Ðề: Share webgame mu online new

    Ai giup minh cai da,minh cam on nhieu ^^ adm hay khue vao giup minh voi
    Khách viếng thăm hãy cùng letienduy xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!

  9. #8
    Thành Viên
    Ngày tham gia
    Nov 2009
    Bài viết
    29
    Thanks
    14
    Thanked 0 Times in 0 Posts

    Ðề: Share webgame mu online new

    ai biết nhân kinh nghiệm k? tìm mãi không thấy chỗ nào
    Khách viếng thăm hãy cùng gagooith12 xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!

  10. #9
    Thành Viên
    Ngày tham gia
    Nov 2009
    Bài viết
    29
    Thanks
    14
    Thanked 0 Times in 0 Posts

    Ðề: Share webgame mu online new

    Trích dẫn Gửi bởi congtruongban [Only registered and activated users can see links. ]
    Already implemented game features:
    * character creation/deleting (4 main classes are supported);
    * drag & drop inventory/equipping items;
    * item description on hover;
    * dropping jewels on items in inventory (supported: bless, soul, life, harmony, refining stones);
    * stats screen with real time calculations of stats depending on equipment;
    * working npc: chaos machine, Lahap, Cherry Spirit, Jerridon, Osbourne;
    * vault;
    * opening/closing personal store;
    * market listing all items from personal stores;
    * browsing battle maps (currently three maps);
    * battles with dynamically loading enemies depending on selected spot;
    * item generator (for dropping items from defeated enemies).
    * drinking potions and learning skills from inventory.

    updates (Feb 23, 2012):
    * now you can see users online;
    * working global and spot chat;
    * a new map and new monsters;
    * now you can see other characters in a spot;
    * the (in)famous "kill stealing";
    * you can create or join guilds (helps to get more exp);
    * auto login;

    Tested and supported browsers: Internet Explorer 7/8, Google Chrome 9, Opera 11, Firefox 3, Safari 5.

    Programmed in PHP, MySQL, Javascript.
    Installation instructions:

    1. create a MySQL database;
    2. restore the database structure using muonline.sql backup file;
    3. edit database.php file in "upload" folder, inserting data for your server (databse name, server, username, password);
    4. upload all files from "upload" folder to your server.


    Everybody willing can upload the game to their own server, modify or edit in any way they will find appropriate. I don't work on this project any longer. If somebody will continue developing it, I can suggest adding these features I considered necessary for completing the game: 1) chat; 2) trading; 3) PVP.

    Short info on item codes used in the game:

    Example: 1.13.1.0007.00.0.1025.0000.00.0.0.00.00.0.050.050. 000000.short_sword

    Where (number positions, starting from "0"):
    0 - item type;
    2,3 - size;
    5 - subtype;
    7-10 - effect;
    12,13 - level;
    15 - luck;
    17-20 - requirement #1;
    21 - should be "!" for 380 items;
    22-25 - requirement #2;
    27,28 - required class;
    30 - skill;
    32 - option;
    34,35 - excellent (double excellent is reserved but not implemented);
    37,38 - harmony option;
    40 - guardian option (reserved, not implemented);
    42-44 - current durability;
    46-48 - maximum durability;
    50-55 - reserved for socket options;
    57 until end - item name.


    If you want to understand how item codes work and should be edited to create new items for drops etc., read carefully "functions.overlib.js"
    [Only registered and activated users can see links. ]

    Download: [Only registered and activated users can see links. ]

    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]
    hi bạn này share luôn full code đi cho ae chơi off cho thích
    Khách viếng thăm hãy cùng gagooith12 xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!

  11. #10
    Thành Viên
    Ngày tham gia
    Mar 2009
    Bài viết
    18
    Thanks
    37
    Thanked 1 Time in 1 Post

    Ðề: Share webgame mu online new

    Hic sao cày cái này lên làm gì ko biết. Cái này lâu lắm rồi. Các bạn thick chơi vào web của [Only registered and activated users can see links. ] mà chơi. Người ta phát triển lâu rồi nhiều cái hay. Chứ cài cái base này về nghick 5 phút là chán luôn. Chả có gì. Mà chơi cái này 3 ngày thay 1 con chuột mới.
    Khách viếng thăm hãy cùng anhtuan1749 xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!

  12. Các thành viên gởi lời cảm ơn đến anhtuan1749 vì bài viết này !

    gagooith12 (21-12-12)

 

 
Trang 1 của 2 1 2 CuốiCuối

Các Chủ đề tương tự

  1. Share các Webgame tìm được [Bà Con Ủng Hộ Nhá]
    Bởi kelalung trong diễn đàn CHUYÊN ĐỀ WEB GAMES
    Trả lời: 48
    Bài viết cuối: 09-01-13, 06:54 PM
  2. Webgame ko nhớ tên, xem được không mình Share!
    Bởi trumnhaymua1 trong diễn đàn CHUYÊN ĐỀ WEB GAMES
    Trả lời: 12
    Bài viết cuối: 17-01-12, 11:10 PM
  3. Share 2 bộ webgame xây dựng
    Bởi Milly987 trong diễn đàn CHUYÊN ĐỀ WEB GAMES
    Trả lời: 9
    Bài viết cuối: 07-09-11, 09:31 PM
  4. Cho em hỏi về webgame online!
    Bởi meyeu14 trong diễn đàn Hỏi Đáp/ Yêu Cầu
    Trả lời: 2
    Bài viết cuối: 11-10-10, 08:02 AM
  5. Ai dúp đưa cái webgame lên online :))
    Bởi PipCool trong diễn đàn Hỏi Đáp/ Yêu Cầu
    Trả lời: 5
    Bài viết cuối: 14-05-10, 08:11 PM

Quyền viết bài

  • Bạn Không thể gửi Chủ đề mới
  • Bạn Không thể Gửi trả lời
  • Bạn Không thể Gửi file đính kèm
  • Bạn Không thể Sửa bài viết của mình
  •  
Múi giờ GMT +7. Bây giờ là 04:18 AM.
vBulletin®, Copyright ©2000-2011, Jelsoft Enterprises Ltd.
CLBGamesVN không chịu trách nhiệm về Luật Bản Quyền của các tài liệu, bài viết v.v...được đăng tải trên diễn đàn này.
Diễn đàn phát triển dưới sự đóng góp của tất cả thành viên. BQT chỉ là những người thành lập ra sân chơi, quản lý và duy trì về mặt kỹ thuật, nội dung khi hợp lệ.