-
Posts
233 -
Joined
-
Last visited
-
Days Won
5
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Posts posted by shatowolf
-
-
1 hour ago, Sinpago said:
mga master baka meron po sainyo na may chibi.grf? paki lapag naman po if pwede
salamat po
google mo lang lods.
-
On 10/3/2021 at 3:30 PM, jeychel said:
guyz p help nmn ako....sa script ng vip system....
ano problema sa VIP System ?
-
Up! this is awesome!
-
On 8/30/2021 at 7:08 PM, Tapz said:
Magandang araw po sa mga Admin at memeber dito.Bago pa po ako dito..
gusto ko pong mag start ng server at ako po ay bagohan pa lamang.
Gusto ko po sanang malaman kung ano2x mga kailangan ko para sa server. mga positibo at mga negatibong gagawin.Gusto ko po sanang malaman kung ang Ep1 po ng RO client or sever ay makukuha ba dito.
maraming salamat po sa mga tutulong.welcome mate,
read read ka muna sa forum, oo ep1 and2 lahat. pwede mo yan manual,
if may katanungan ka. post ka lang sa tamang section
good luck! 
-
22 hours ago, Bastian27 said:
Guys patulong sana ako mag start ng ro offline from zero..ano ano ba dapat kong gawin..thank you
basa basa ka muna.....
-
he is asking which is secured to this "fluxcp or _M _F" - just simple question, and you guys can answer it.
Answer: _M / _F
-
1
-
-
On 6/19/2021 at 5:16 AM, AinsLord said:
it seems selection dont show up heres the script
//--- Bitmasks ---- // 1 - Top Headgear // 2 - Armor // 4 - Left Hand // 8 - Right Hand // 16 - Garment // 32 - Shoes // 64 - Left Accessory // 128 - Right Accessory // 256 - Middle Headgear // 512 - Lower Headgear // .....callfunc( "RefineFunc",<itemID>,<Amount>,<BitMasks>,<MinRefine>,<MaxRefine>,<CheckEquip>,<RefineMode>,<Percent> ); // 1. itemID -> Item that will be used during Refine. // 2. Amount -> Amount of Required Items. // 3. BitMask -> Refer to above bitmask table. // 4. MinRefine -> Required Min Refine to use. // 5. MaxRefine -> What is the Max Refine. [ Can Bypass Default Server Max Refine ] // 6. CheckEquip -> Check Equipments is Refineable or not. [ 0 = Disable / 1 = Enable ] // 7. RefineMode -> +1 / Max Refine. [ 0 = +1 Refine / 1 = Max Refine ] // 8. Percent -> Rate of Success to refine current Equipment. // Notes : You can Customize it according to whatever way you want. // Different NPCs / Items with Different Settings. // It will consume the items that you defined to Refine the Equipments according to your Settings. //----------- If used this as Item Script ----------- // Example : Red Potion with 100% Refine Rate // 501,Red_Potion,Red Potion,11,50,,70,,,,,0xFFFFFFFF,7,2,,,,,,{ callfunc( "RefineFunc",501,1,63,0,10,1,0,100 ); },{},{} // Change Item Type to 11 and Amount Required to 1 ( Advised ) //----------- If used this as NPC Script ------------ // Example : 90% Success Rate Refiner. // turbo_room,108,112,5 script Refiner 757,{ // callfunc( "RefineFunc",3036,1,8,8,10,1,1,100); // } function script RefineFunc { for( set .@i,1; .@i <= 10; set .@i,.@i + 1 ) set .@Menu$,.@Menu$ + (( getarg(2) & pow( 2,(.@i-1 ) ) && getequiprefinerycnt( .@i ) >= getarg(3) && getequiprefinerycnt( .@i ) < getarg(4) && getequipisequiped( .@i) )?"^FF0000+"+getequiprefinerycnt( .@i )+" ^0000FF"+getequipname( .@i )+" "+( getitemslots( getequipid( .@i ) )?"["+getitemslots( getequipid( .@i ) )+"]":"" )+"^000000":"" )+":"; set .@Refine,select( .@Menu$ ); mes "Required ^FF0000"+getarg(1)+" x "+getitemname( getarg(0) )+"^000000"; if( getarg(5) == 1 && !getequipisenableref( .@Refine ) ) mes "I cant refine this items. Because it is ^FF0000Un-Refineable^000000."; else{ if( select( "^FF0000Refine^000000:Cancel" ) == 2 ) close; if( countitem( getarg(0) ) < getarg(1) ) close; delitem getarg(0),getarg(1); if( rand(100) < getarg(7) ){ if( getarg(6) ) while( getequiprefinerycnt( .@Refine ) < getarg(4) ) successrefitem ( .@Refine ); else successrefitem ( .@Refine ); mes "You have refined : "; mes "^FF0000+"+getequiprefinerycnt( .@Refine )+" ^0000FF"+getequipname( .@Refine )+"^000000"; }else{ failedrefitem ( .@Refine ); mes "Sorry, Failed in Refine and Equipment...Destroyed."; } } close; }
this is the selection window
im using it as an useable item
3036,+9_Weapon_Refine_Deed,+9 Weapon Refine Deed,11,50,,70,,,,,0xFFFFFFFF,7,2,,,,,,{ callfunc( "RefineFunc",3036,1,8,8,10,1,1,100); },{},{}
thanks for the help @Emistry
try follow this :
(2^0) 1 = Lower headgear (2^1) 2 = Right hand (2^2) 4 = Garment/Robe (2^3) 8 = Accessory 1 (2^4) 16 = Armor (2^5) 32 = Left hand (2^6) 64 = Shoes (2^7) 128 = Accessory 2 (2^8) 256 = Upper headgear (2^9) 512 = Middle headgear (2^10) 1024 = Costume Upper headgear (2^11) 2048 = Costume Middle headgear (2^12) 4096 = Costume Lower headgear (2^13) 8192 = Costume Garment/Robe (2^15) 32768 = Arrow (arrow-type items only) (2^16) 65536 = Shadow Armor (2^17) 131072 = Shadow Weapon (2^18) 262144 = Shadow Shield (2^18) 524288 = Shadow Shoes (2^20) 1048576 = Shadow Accessory 2 (2^21) 2097152 = Shadow Accessory 1 -
just delete the key : #N ---> on your acc_reg_num
-
-
5 hours ago, z a i said:
Planning to host a server that can cater around 3,000 players. My question is, does 32gb ram for a dedicated server enough or should I upgrade it to 64gb ram? Thank you in advance
Here is the current specs that I am currently interested.
Intel Xeon-E 2136 - 6c/12t - 3.3 GHz/4.5 GHz
32GB DDR4 ECC 2666MHz
32gb is good. your spec is good to go.
-
4 hours ago, SteelEdition said:
already did sir. i am still getting "failed to connect to server"
check the port.
-
2 hours ago, AinsLord said:
all correct all same
check your ro folder / data
-
-
14 minutes ago, Azhul said:
no i haven't done anything..
if your centos just install firewalld. then open the port.
-
3 hours ago, Azhul said:
Hello everyone, i'm not sure if this is the right place to post this but please let me know if i have to move this post to other section.
I'm having problem with my phpmyadmin i couldn't access it on the browser as it says "Site can't be reached".
I can access the phpmyadmin before and just suddenly turned like this.
I've tried to ask OVH's technical support and they couldn't help me with my problem.
Hope you can help me with my problem. Thanks in advance and god bless.
did you open the port 80 ? 80/tcp
-
3 hours ago, vindicare said:
hello guys meron po bang murang gepard ?
much better to ask @Functor ....
-
1
-
-
22 hours ago, AOCzxc said:
Yep boss nag compile ako error sya sa MAP_PAY_ARCHE
ss mo error, post mo dto.
-
25 minutes ago, chadness said:
hello everyone how can i block other players to enter in the server i already edit the login_athena but its not working thanks in advance
// Required account group id to connect to server.
// -1: disabled
// 0 or more: group id
group_id_to_connect: 99// Minimum account group id required to connect to server.
// Will not function if group_id_to_connect config is enabled.
// -1: disabled
// 0 or more: group id
min_group_id_to_connect: 99Set the min_group_id_to_connect: 1 or 99
Then restart your server.
-
1
-
-
8 hours ago, AOCzxc said:
Thanks man. Paano ung sa archer village? Error ako ginawa ko is MAP_PAY_ARCHE
make sure nag compile ka.
-
1 hour ago, cadz said:
pa help naman po how to fix this wala kasing error ayaw pumasok hanggang login server lng

check the PORT.
-
-
1 hour ago, gidzdlcrz said:
Original thread here
https://herc.ws/board/topic/18975-promotional-code/
I somehow stumbled upon this thread and decided to ask if this is working on rathena. Luckily annie replied.
Link here: https://herc.ws/board/topic/18975-promotional-code/?do=findComment&comment=98439
@topicThis will be a nice feature indeed. And i think its a must.
it's like promotional code, you just need to modified some code on it.
but not 100% like that. ^_^ peace.
-
-
18 minutes ago, HiROserver said:
Hi guys,
I am about to officially release my server. I tried to pm @Functoron skype however he is not replying also I saw two functor.x on skype. How do I know who is the real one?
please see the attached picture
functor.x is the real one.




Rebirth NPC
in Script Requests
Posted
yes, just use the search mate.
Wow! if you just research more you will find it. just wow. xD!