找回密码
 立即注册
查看: 26515|回复: 292

[源码] Unity3D大型MMO游戏源码

   火... [复制链接]
发表于 2012-10-14 17:22 | 显示全部楼层 |阅读模式
资源信息 Asset Information
资源名称: Unity3D大型MMO游戏源码 (发帖教程)
版本: 未填写版本信息 (版本)
资源等级: 4
资源格式: .rar (链接失效请点击帖子右下方举报通知管理员)
资源大小: 165MB (默认:MB)
下载地址: 请先登录 (购买积分)
点击查看原图
美丽分割线
内含角色创建、登陆、注册、客户端、服务端各种系统

  • Hello i am working on a multiplayer kit and want to show you my process.

    1. General

    • registration inside client via php
    • login to the game using the MySql database
    • creating and saving character to MySql
    • choosing character
    • "ID Factory"


    2. Character

    • sending keyboard press to server
    • moving character
    • Inventory
    • Equip/Unequip
    • Pickup Items/Drop Items
    • Stats with Regeneration
    • Death
    • "passive" Skills---> increase the hit chance and damage
    • Talents 2 of each class
    • Private Chat

    3. Npc

    • spawnig npcs from database
    • structure for AI to add easy diffrent AI behavior
    • sending status to client( hp, level)
    • die

    3.1 AI

    • Attacking event handler --> fires the attacking state
    • See player event handler
    • Not see player event handler
    • NothingToDo event handler---> clear events
    • Aggro state --> looking for player to attack
    • Moving to Spawnpoint state
    • Active state ---> active , random walk waiting of the player
    • Thinking state ---> thinking what ai state/handler to fire
    • Desires
    • Aggression desire --> will attack if he see the player
    • Attack desire
    • Move to target desire --> following a target (for attack or summon/animal control)
    • Move to Spawnpoint desire --> if to far away the npc will walk to his spawnpoint
    • Walk desire --> random walk
    • Diffrent controllers to handle the ai.

    Tutorials
    Multiplayer Kit Setup
                            

    How to create a new npc
                            


    Registration/Login/Character selection
                            

    Simple AI Following:
                            

    Equip/Inventory:
                            

    Stats/Regeneration/Death
                            

    "Passive" Skills will increase the hit chance and damage
                            

    Npc Hp-Bar/Death
                            

    Private Chat
                            

    Talent Trees preview ---> one talenttree for each class.

    Warrior:


    Mage:


    Talent Tree/Use( need still some checks-->delay,reduce mana...)
                            

    Talent Tree/Use v2
                            

    Talent Tree/Use v3
                            

    Talent Tree/Spell Freeze v4
                            

                            

    Database Structure( current---> can and will change...)


    Quest/Item/Npc Editor how to use:
                            

    How to setup a weapon:
                            

    Item tooltips
                            

    Serverside Code:
                            

    Update 0.1

    -fixed crash on login/create character
    -shop system (buy/sell items)
    -save position of the player

    Shop:
                            

    Shop Selling Items:
                            

    Shop Gold Display:
                            

    Update 0.2

    FIXED
    - whitescreen in standalone
    - Extracting referenced dlls failed.
    - QuestEditor: you can now only choose npc with the type of QuestNpc

    NEW

    Banking System:
                            

    Group System:
                            

    PvP:
                            

    - Editor script Config.cs added to configurate your database connection.
    - some more small changes...

    Update 0.3

    Public Chat/ Say:
                            


    * */*
    * * ** pLevel*
    * * ** 0 Player
    * * ** 1 Counselor
    * * ** 2 Seer
    * * ** 3 Gm
    * * ** 4 Admin
    * * ** 5 Dev
    * * ** */


    Create Items:
                            

    Account Manager --> Edit existing Account/Characters Preview for update 0.3:
                            

    Teleport/Scene switcher:
                            

    ADDED:
    - New Editor parameters (Npc editor, item editor... and other)

    Update 0.4
    Saving Inventory, Skills, Stats, Talents...
                            

    Update 0.5
    Collision detection
                            

    Update 0.6
    Spawn npc command
                            

    Spawnpoint editor
                            

    Resurrect player
                            

    A lot of fixes and optimization in update 0.6


    This ork will be not in this kit, but the wizard and warrior.

    You can buy this kit here!


    TODO:
    - more, more, more ideas are welcome

    SOFTWARE LICENSE AGREEMENT
    PLEASE READ THIS SOFTWARE LICENSE AGREEMENT CAREFULLY BEFORE
    USING THE SOFTWARE.BY DOWNLOADING THE PRODUCT YOU ARE CONSENTING TO BE BOUND BY
    THIS AGREEMENT. IF YOU DO NOT AGREE TO ALL OF THE TERMS OF THIS
    AGREEMENT, DO NOT USE THE PRODUCT.
    – You are not allowed to sell or share this product(Source Code).
    – You may only use one license for one person.
    – You may not transfer your license.
    – You may use the "Multiplayer Kit" as often as you want.
    – If you want a special license, feel free to contact me.






本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

×

点评

顶: 5.0
顶: 5
  发表于 2015-5-24 23:51
不错。。。。。。。。。。。。。。  发表于 2013-8-23 11:09
很给力!  发表于 2013-3-26 20:03

评分

参与人数 25鲜花 +29 +5 收起 理由
spxtxh + 2
sjci + 1
wgrid + 1 很给力!
wasese + 1 淡定
與天邟恆 + 1
xiahailong9000 + 1 资源很不错
ChoccyBunny + 1 很给力!
莱汀 + 1
橘子xs + 1 很给力!
rightear + 1 神马都是浮云
jerry6084 + 1 赞一个!
1287537617aa + 1
heishou9 + 1 很给力!
cgyuby + 2 很给力!
d1i2n3g + 1 很给力!
noweisky + 1
lsqtzj + 2 + 2 很给力!
6677 + 2 + 2
L1247 + 1 很给力!
胡椒孙 + 1 很给力!

查看全部评分

发表于 2012-10-14 17:23 | 显示全部楼层
不错 希望完善图片及具体内容
发表于 2012-10-14 19:51 | 显示全部楼层
忒便宜了吧。。。。。
 楼主| 发表于 2012-10-16 14:31 | 显示全部楼层
稍后完善 请管理员通过审核{:5_401:}{:5_401:}
发表于 2012-11-1 20:59 | 显示全部楼层
真的么?我来烟酒一下
发表于 2012-11-1 20:59 | 显示全部楼层
不知道为啥好多我下了都提示错误
发表于 2012-11-3 21:49 | 显示全部楼层
不错哦,就是没这么多币

评分

参与人数 1鲜花 +1 收起 理由
daxian00a + 1

查看全部评分

发表于 2012-11-11 00:08 | 显示全部楼层
下载币不够。郁闷!
发表于 2012-11-11 12:11 | 显示全部楼层
多发撒发达省份  
发表于 2012-11-12 14:16 | 显示全部楼层
好想看看,没钱啊!{:5_421:}

点评

好像下来学习 没有U币呀  详情 回复 发表于 2014-4-29 10:21

评分

参与人数 1鲜花 +1 收起 理由
daxian00a + 1

查看全部评分

懒得打字嘛,点击右侧快捷回复 【右侧内容,后台自定义】
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|手机版|Unity开发者联盟 ( 粤ICP备20003399号 )

GMT+8, 2024-5-1 08:54 , Processed in 0.164813 second(s), 36 queries .

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表