How can I make Professors to be able to dispel enemies wearing GTB?
I mean the user can be still dispelled when gtb card is equipped
The other abilities/effects remained normal. Only dispell can bypass gt
skill.c
Hello! I would like to request for a player pack giver script that records a player information.
(SQL table)
account_id
char_id
name
ip
last_unique_id (gepard shield)
Redeem_time (Date like 2019-06-05 00:33:5)
Limit = 2 box package per player
i'm using rAmod 254
Help me on this problem Thank you
1505,Mace_,Maça,5,0,,800,100,,1,4,0x0004C5B3,7,2,2,1,2,1,8,{},{},{}
5013,Horn_Of_Lord_Kaho,Chifre de Lord Kaho,4,20,,100,,5,,4,0xFFFFFFFF,7,2,256,,0,1,99,{ },{},{}
Error says that you lack 1 column on your modified part in item_group_db.txt which requires atleast 2.
Post the modified portion of your item_group_db.txt if you still can't figure it out.
db/pre-re/item_group_db.txt
import: db/pre-re/item_custombox.txt
db/pre-re/item_custombox.txt
454,19807,100
db/const.txt
item_custombox 454
How to make a new item group? I want to make a new box wherein if a player open a box all it contains one custom items!
https://rathena.org/board/topic/68778-how-to-make-a-custom-obb-or-oca/?p=278189
Can someone tells me what is the best way to compare last macs ?
OnPCLoginEvent:
setarray .@mac_list$[0],"bc:ee:7b:57:b4:2","bc:ee:7b:58:b4:2";
query_sql("SELECT `last_mac` FROM `login` WHERE `account_id` = '" + getcharid(3) + "'", .@mac_ip$);
for (set .@i,0; .@i < getarraysize( .@mac_list$ ); set .@i , .@i + 1 ) {
if (.@mac_ip$ == .@mac_list$[.@i]) {
set .@jailok,1;
}
}
if(.@jailok)
atcommand "@jail " + strcharinfo(0);
Problem:
multiple messages : "player jailed"
is there another way?
sorry for my bad english.
can someone create sql command to set #SECURITYCODE variable for all inactive accounts on the server that has not yet have this variable?. The value has to be a random number of 4 characters (between 1000 and 9999), must be stored in global_reg_value table http://postimg.org/image/4i032qzf3/ sorry for my bad english.