Hello, I am a novice operator running a small high five server.
If anyone knows how to automatically turn purple when entering a certain area, can you help?
Currently, I have created a duel-like environment with the arenazone command, but I would like to know how to make the character's nickname turn purple when entering.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
NO one EXTENSION server have this values of 26 mb! hack codes inside the source files. @Xeonc Delete this project from MXC, risk for you! Simple come here and share this? 🤣
i create a web service for change character name, in table
CREATE TABLE [AddedServiceList](
[idx] [int] NOT NULL,
[postDate] [datetime] NOT NULL,
[serviceType] [tinyint] NOT NULL,
[fromUid] [int] NOT NULL,
[toUid] [int] NULL,
[fromAccount] [nvarchar](24) NULL,
[toAccount] [nvarchar](24) NULL,
[fromServer] [tinyint] NOT NULL,
[toServer] [tinyint] NULL,
[fromCharacter] [nvarchar](24) NOT NULL,
[toCharacter] [nvarchar](24) NULL,
[changeGender] [bit] NULL,
[serviceFlag] [smallint] NOT NULL,
[applyDate] [datetime] NULL CONSTRAINT [DF_AddedServiceList_applyDate] DEFAULT (getdate()),
[reserve1] [varchar](200) NULL,
[reserve2] [varchar](100) NULL,
[toMainClassNum] [int] NULL
) ON [PRIMARY]
This table have a dellay for update in server? Like clan change leader 1 time per week?
Because not change name instant? I try restart server but also not update char names.... Need wait any time for change name?
$serviceFlag = 0; // Pending
$stmt = $conn->prepare("
INSERT INTO AddedServiceList
(idx, postDate, serviceType, fromUid, fromAccount, fromServer, fromCharacter, toCharacter, serviceFlag)
VALUES (?, GETDATE(), 3, ?, ?, 1, ?, ?, ?)
");
$stmt->execute([$next_idx, $char_account_id, $char_account_name, $current_name, $new_name, $serviceFlag]);
Question
K_free
Hello, I am a novice operator running a small high five server.
If anyone knows how to automatically turn purple when entering a certain area, can you help?
Currently, I have created a duel-like environment with the arenazone command, but I would like to know how to make the character's nickname turn purple when entering.
If anyone knows how, please help
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.