Hi everyone,
I am facing a big problem about the Hercules cannot support some Chinese words in player's name.
Therefore, I have to make a script for player change their name.
How to identify is the player's name used?
Thank you
chiba222 hasn't added any friends yet.
22 January 2016 - 06:17 PM
Hi everyone,
I am facing a big problem about the Hercules cannot support some Chinese words in player's name.
Therefore, I have to make a script for player change their name.
How to identify is the player's name used?
Thank you
19 January 2016 - 10:13 AM
Hi anyone,
I have a new script which need to check player level stat,
if player level 90, there is a self announce to show them information.
But I'm not sure it is possible.
Can anyone tell me what is that command or is it possible?
Thank you
10 January 2016 - 01:30 PM
Case solved!
Thank you everyone who supported me in this script!
Hi everyone,
I have a idea about guild recruit system but it is too hard for me.
I don't know how to save and allow player to edit data of recruitment.
So I need help in this script.
There is the setting of the NPC.
Thank you.
NPC Main Menu
1. Read Guild Recruitment
- show a list of guild name with number which registered.
(when player input a number and press next, go to the Information Page of that guild)
1.1 Information Page
- show guild master name(show guild master online or offline, auto detect and change name if changed)
- show guild base (wrote by guild master)
- show the number of guild member(auto update)
- show guild introduction (wrote by guild master)
(when player press next, go back the page of Read Guild Recruitment, if press "cancel" then close)
2. Register Guild Recruitment
- introduction about Guild Recruitment (I can write it by myself)
- Zeny require 1,000,000
- Only guild master can use it
- Guild have to be higher than Lv3
- First time to register
(If player no problem with these, then show the Register Page when they press next)
(If player have already registered, go to Edit Page)
2.1 Register Page
- input guild base
- input guild introduction
- input announce contents
(if player press next, go to the Preview Page)
2.2 Preview Page
- show guild master name
- show guild base
- show the number of guild member(auto update)
- show guild introduction
- show announce contents
- show guild base
- show the number of guild member(auto update)
- show guild introduction
- show announce contents
(There are list of selection that player can select what they want to edit)
(when player input a number and press next, go to the Information Page of that guild)
3.1 Information Page
- show guild master name
- show guild base (wrote by guild master)
- show the number of guild member(auto update)
- show guild introduction (wrote by guild master)
(There will be a selection of Delete and Cancel, if "Delete" then the selected guild recruitment will be delete, if "Cancel" just go back to GM Control)
Other function
1. Each hour announce a guild recruitment randomly in this style,
- "guild name" "announce contents", find "guild master name" at "guild base"
2. Every 1st day of a month clear all data of guild recruitment, and announce.
27 December 2015 - 12:32 PM
Hi [color=rgb(40,40,40);font-family:helvetica, arial, sans-serif;]everyone[/color],
I am working on a script which need to move player by OnTouch command.
Each time when player touch the npc, the player will be moved to the same direction.
Is anyone know how to make it works like skid trap?
Thank you.
using command "unitskillusepos" and work fine.
unitskillusepos getnpcid(0),115,5,88,13;
and the last problem is how to change the player's pointing direction.
But I think the result of SC_RUN is much more better than using unitskillusepos
Thank you.
20 December 2015 - 05:53 PM
Hi everyone,
Can anyone tell me how to change a player's value when using OnHour00?
My script is every player they have a value called "M_point", if OnHour00, "M_Point" will be recever to 3.
Thank you.