じ☆ve冰风 发表于 2026-7-7 20:40:38

NetMaker

NetMaker
Author: Valentine
Version: 1.0.3​

About:​
NetMaker is a structure for creating 2D online games. It is currently considered a beta and is still in active development.

Log:​
SpoilerVersion 1.0.1
-Bug at the conclusion of the corrected trade;
-Drop items from finished inventory;
-Teleport or kick all players online by typing all completed;
-Bug in player view and events corrected;
-Bug of enemies crossed player corrected;
-Creatment of teleportation without comments;
-Bug SP player does not upgrade when using SP recovery potion corrected;
-Bug in Visual Equipament corrected;
-More administrator commands;
-Bug on the corrected mouse;
-Move player with keys W, A, S and D completed.
Version 1.0.2
-Bug on corrected player removal;
-Excessive problem of corrected server processing;
-Bug on fixed tileset locks;
-Bug in the amount of drop corrected.
Version 1.0.3
-Bug fixed in switch;
-Bug fixed in VE;
-clsocket.dll updated.




Images:​
» Login

http://i.imgur.com/eKfTt8O.png

» Character creation

http://i.imgur.com/DYEI5b9.png

» Shop

http://i.imgur.com/DSktYQG.png

» Trade

http://i.imgur.com/KRuU5A1.png


Download:​
4shared
Mega

Tips:​
1) How to make the server work:
To learn how to make the server work, see Read me.
2) Data update:
Use the converter when you make any changes to the map, classes and/or enemies of the database. The converter updates the server information, ensuring that there are no errors.
3) Translation to Englis:
To translate the client's vocabulary into English, replace the Vocab script to:
Spoiler#==============================================================================
# ** Vocab
#------------------------------------------------------------------------------
# This module is about vocabulary.
#------------------------------------------------------------------------------
# Author: Valentine
#==============================================================================

module Vocab

# Login and register
USERNAME            = 'User'
PASSWORD            = 'Password'
EMAIL               = 'Email'
REMEMBER            = 'Remember?'
REGISTER            = 'Register'
CONNECT             = 'Connect'
ONLINE            = 'Server online'
OFFLINE             = 'Server offline'

# Character creation
NAME                = 'Name'
SEX               = 'Sex:'
CLASS               = 'Class:'
GRAPHIC             = 'Graphic:'
POINTS            = 'Points:'
MALE                = 'Man'
FEMALE            = 'Woman'

# Hero
LEVEL               = 'Level:'

# Chat
MAP               = 'Map'
GLOBAL            = 'Global'
PRIVATE             = 'Private'
INVALID_NAME      = 'Invalid name!'
NOT_PVP             = 'You can not attack this player or in this place!'
NOT_ENOUGH_MONEY    = 'Insufficient money!'
INVALID_COMMAND   = 'Invalid command!'

# Alert
SERVER_OFFLINE      = 'The server is offline!'
INSUFFICIENT      = '%s must be at least 3 characters!'
FORBIDDEN_CHARACTER = 'Forbidden character!'
INVALID_USERNAME    = 'Invalid or logged in user!'
INVALID_PASSWORD    = 'Invalid password!'
INVALID_EMAIL       = 'Invalid email!'
REGISTER_SUCCESSFUL = 'Account registered successfully!'
ALREADY_EXISTS      = 'This user already exists!'
CHAR_EXIST          = 'This name is already being used!'
OLD_VERSION         = "This version is old. Please upgrade!"
KICKED            = 'You were kicked out of the game.!'
BANNED            = 'You have been banned!'
TELEPORTED          = 'You have been teleported!'
ACCOUNT_BANNED      = 'You have been banned!'
IP_BANNED         = 'Your IP has been banned!'
SERVER_FULL         = "The server is full! Try again later!"

# Choice
ASK               = 'Are you sure?'
TRADE_REQUEST       = 'Invited you to an trade. Accept?'

# Help
CONSUMABLE          = 'Consumable:'
HP_RECPOINTS      = 'Rec. HP:'
SP_RECPOINTS      = 'Rec. SP:'
SP_COST             = 'Cost of SP:'
POWER               = 'Power:'
HIT               = 'Hit (%):'
EQUIPABLE         = 'Can be equipped by'
NOT_EQUIPABLE       = 'Can not be equipped by'

# Options
LOGIN               = 'Back to login'
EXIT                = 'Exit game'

# Trade
TRADE_DECLINED      = 'Declined the trade.'
TRADE_COMPLETE      = 'want to complete the trade. Accept?'
IN_TRADE            = 'This player is already on an trade.'

# Buttons
OK                  = 'Ok'
CANCEL            = 'Cancel'
YES               = 'Yes'
NO                  = 'No'
ACCEPT            = 'Accept'
DELETE            = 'Delete'
CREATE            = 'Create'

# Menus
MOTD                = 'News'
LOGIN_ACC         = 'Login'
REGISTER_NEW_ACC    = 'Account creation'
CREATE_CHAR         = 'Character creation'
ALERT               = 'Alert'
CHARACTER         = 'Character'
OPTIONS             = 'Options'
SHOP                = 'Shop'
AMOUNT            = 'Amount'
TRADE               = 'Trade'

# Battle
MISS                = 'Miss!'
CRITICAL            = 'Critical!'
LEVEL_UP            = 'Level up!'

end




Some systems created by the community:​
Level equip
Bank
Forge
Party

Credits:​
Creator:
Valentine

Thanks:
Paulo Soreto
Cidiomar
Kaique Hunter
Terabin


本贴来自国际rpgmaker官方论坛作者:Valentine90处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:https://forums.rpgmakerweb.com/threads/netmaker.85250/
页: [1]
查看完整版本: NetMaker