-
Posts
722 -
Joined
-
Last visited
-
Days Won
10
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Posts posted by LearningRO
-
-
just check your head sprite for 38
-
37 minutes ago, IsabelaFernandez said:
It's saying that I don't have permission and I would really like to test this beautiful map.
coz its not free
-
On 4/7/2022 at 1:54 AM, Dolphin86 said:
really need help on this problem
You have patched "Previews Costume on cashsop?" on your exe?
and have you enable it in Server side too?
and what client date do you use
for client 2018 will get that issue btw.
-
22 hours ago, Windy said:
Watching this thread with excitement ! Can anyone drop me a DM on github link?
https://aesir.perfontain.cc/forum/
-
maybe you can contact @4144 to do it
-
i guess you use mod for those skill?
or have use other client have custom for it -
maybe you can do some trick
make function
and then triger with
onpclogin:if ( noview == 1){
do script
{in your equipment script just give script set noview 1 when use and noview 0 when put it off
-
if you have aura mod from gepard
you can do it -
On 5/24/2021 at 12:01 AM, Emistry said:
OnInit: OnHour00: .rand_time_1 = rand(0, 11); .rand_time_2 = rand(12, 23); OnMinute00: if (gettime(DT_HOUR) == .rand_time_1 || gettime(DT_HOUR) == .rand_time_2) { // scripts. } end;Hi, emistry how to get the right time if I want to make random time for start the floating rates but only for 1 hour?
after 1 hour will back to normal rate -
-
you can addd it on /data/book/
-
or you can see sprite from HG beginner hat

just replace with your LOGO RO
but if you wanna animation HG LOGO you must learn how to make it-
1
-
-
7 hours ago, Eragonat said:
Could someone there tell me if the 4 classes are already functional?
yes
-
How to use it?
for YML TO TXT?
-
hi kappa do you still have TXT version?
-
- script dropallmonster -1,{ OnInit: .listmonster$ = "1096|1388|1307|1283"; end; OnNPCKillEvent: if( compare( "|"+.listmonster$+"|","|"+killedrid+"|" ) ){ if(rand(100)>75){ getitem 501,1; end; } end; } }
-
better u give more detail your rathena version
-
On 12/9/2021 at 1:46 AM, Herbertsidy said:
How I can set value to group level = 1, 5, or 99(adm example)? or mean the vip status is already some representative value?
Do the script db must be like below?
- Id: 607
AegisName: Yggdrasilberry
Name: Yggdrasil Berry
Type: Healing
Buy: 5000
Weight: 300
Flags:
BuyingStore: true
Delay:
Duration: 5000
Status: Reuse_Limit_F
Script: |
if(status_vip(VIP_STATUS_ACTIVE)(getitem 607,1;);
percentheal 100,100;Edit:
I got error:
if(vip_status(VIP_STATUS_ACTIVE) ){getitem 607,1;}
-
or do some trick
if(status_vip(VIP_STATUS_ACTIVE)(getitem 608,1;) -
much better if you copy the text in here ahha
-
this part should have same User id and password on your ragnarok database
not your root id and password
-
-
what client do you use?
and try to diff only with recomended pick -
Hi, Im looking spriter to make costume suit saitama
Like Picture below

Please contact me on discord if you all interesting.
thank you

item changelook
in Database Support
Posted
how the item work?
if as consumable still can do with the trick
and dont forget triger too on ONPCLOGINEVENT:
OnPCLoginEvent:
if (noview == 1){
}