-
Posts
184 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Posts posted by HD Scripts
-
-
Hi guys '-'
i have a problem, in my scripts, some arquives apeears an error like this:
'Assistente Kafra#prtg_cas03' is too long (len=27) in file 'npc/gde/prtg_cas03.txt', line'114'. Truncating to 24 characters.
my mmo.h:
#define NAME_LENGTH (23 + 1) #define NPC_NAME_LENGTH 37
for now, when i set NPC_NAME_LENGHT to 37, don't change anything '-'
some reason?
what more arquives i do to change?
waiting '-'
@edit
Solved!
https://rathena.org/board/topic/71004-how-to-change-the-max-npc-name-length/
Follow this support post, and now my emulator is ok!
thank's for all,
#close
-
if(#CASHPOINTS >= 1){ warp "map",x,y; end; } else { mes "you can't have Cashpoints."; close; }
-
1
-
-
set .gm_level,100;
try this
-
Oh really, i'm sorry '-'
But are only this error?
-
set .@Delay = 5; // Heal delay, in seconds
-
Try this
prontera,135,74,1<tab>cashshop<tab>Cash Shop<tab>862,30000:100
-
But is just correct..
OnDay1119:
Event ends 19/11 -> OnDay11 = month 11 / OnDay1119 = month 11 day 19
OnDay1103:
Event starts 04/11
OnMinute00:
Check if is 00 (24hrs) onclock.
-
Oh thank's (:
Reputed +1
-
Well, i need insert a option in this script, to randomic style, between cloths, hair style and hair color, randomically.
Is possible?
Script:
//===== rAthena Script ======================================= //= Stylist //===== By: ================================================== //= Euphy //===== Current Version: ===================================== //= 1.1 //===== Compatible With: ===================================== //= rAthena Project //===== Description: ========================================= //= Changes your hair style, hair color, and cloth color. //===== Additional Comments: ================================= //= 1.0 Initial script. //= 1.1 Switched to 'getbattleflag', credits to Saithis. [Euphy] //============================================================ prontera,170,180,1 script Stylist#custom_stylist 122,{ setarray .@Styles[1], getbattleflag("max_cloth_color"), getbattleflag("max_hair_style"), getbattleflag("max_hair_color"); setarray .@Look[1], LOOK_CLOTHES_COLOR, LOOK_HAIR, LOOK_HAIR_COLOR; set .@s, select(" ~ Cloth color: ~ Hairstyle: ~ Hair color"); set .@Revert, getlook(.@Look[.@s]); set .@Style,1; while(1) { setlook .@Look[.@s], .@Style; message strcharinfo(0),"This is style #"+.@Style+"."; set .@menu$, " ~ Next (^0055FF"+((.@Style!=.@Styles[.@s])?.@Style+1:1)+"^000000): ~ Previous (^0055FF"+((.@Style!=1)?.@Style-1:.@Styles[.@s])+"^000000): ~ Jump to...: ~ Revert to original (^0055FF"+.@Revert+"^000000)"; switch(select(.@menu$)) { case 1: set .@Style, ((.@Style != .@Styles[.@s]) ? .@Style+1 : 1); break; case 2: set .@Style, ((.@Style != 1) ? .@Style-1 : .@Styles[.@s]); break; case 3: message strcharinfo(0),"Choose a style between 1 - "+.@Styles[.@s]+"."; input .@Style,0,.@Styles[.@s]; if (!.@Style) set .@Style, rand(1,.@Styles[.@s]); break; case 4: set .@Style, .@Revert; setlook .@Look[.@s], .@Revert; break; } } }
-
Something like this, can edit with ur infos
query_sql "INSERT INTO `storage` (`id`, `account_id`, `nameid`, `amount`, `identify`, `refine`, `attribute`, `card0`, `card1`, `card2`, `card3`, `expire_time`) VALUES (NULL, '"+getcharid(3)+"', '"+$PackGuild3[@i]+"', '"+$PackQnt3[@i]+"', '"+getcharid(2)+"', '0', '0', '0', '0', '0', '0', '0')";
-
Be sure these script are in correct folder npc/custom/battleground
or
U can use @unloadnpcfile npc/custom/battleground/bg_emp.txt
-
Hi, when i download and extract rAthena-Launcher[v012].exe to rathena main folder, than when i run it , it show :
---------------------------
Error---------------------------Some very basic files seem to be missing!.---------------------------OK---------------------------anything wrong?I have same problem, any solution?
-
Pq aleatório?
-
not possible.
char name is restricted to only 24 characters maximum ( included your "title" )
is not possible any alteration on source?
-
How you do this? Post here plz '-'
-
Something with "deffpatern"?
-
Beauty man, congrats '-'
-
-
This progressbar is awesome '-' works in Thor? or another? +1 rate 1~10 = 8,5
-
Search this:
OnMinute30:
Insert in below:
OnMinute00:
Like this:
OnMinute30: OnMinute00:
-
1 sec, 250ms
eg:
sleep2 5000; = 5sec
sleep2 25000; = 25sec
-
/showname
-
This link are off
-
Someone have a tutorial about compile emulator RO2, and how to configure emulator?
Link to RO2 Client compatible?
Plz, i have a projet RO2 personal.
Can be open to rAthena.
ps: sorry my bad english, i'm brazilian
Palette: 553/251 Old Dyes / Palettes Working All Classes
in Sprites & Pallette Downloads
Posted
i got this error incompatible palets '-'