Jump to content

shatowolf

Members
  • Posts

    233
  • Joined

  • Last visited

  • Days Won

    5

Posts posted by shatowolf

  1. On 4/10/2022 at 1:35 PM, Hitman Monkey said:

    do anyone have the script for this kind of NPC

    Rebirth NPC/rebirth up to 150 rebirth

    required level for rebirth 99/70
    required items : (3 item of my choice) ex: 512(apple), 607(seed), 608(berry)
    every rebirth return to level 1 (high novice)
    gives 300 statpoint every rebirth
    and does not reset the statpoint at reset npc...
    BTW im rathena (pre-re) Offline server for fun

    thank you and sorry if this is wrong section, ireally dont know where to put.

    yes, just use the search mate.

     

    On 4/12/2022 at 9:02 PM, Hitman Monkey said:

    wow! what a  information, this is some high level information right there... thank you for your suggestion, we dont know that we can use search engine what a surprise, thanks capt. obvious!!! wish you goodluck.

    Wow! if you just research more you will find it. just wow. xD!  

    • Upvote 1
  2. 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! 😄

  3. 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

    image.png.f479a1c82448bf77f9d6de7a04a12938.png

    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

     

  4. 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.

  5. 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.

    1.png.232591deb7b1f80d2acad12585a0c6b4.png

     

    I've tried to ask OVH's technical support and they couldn't help me with my problem.

    2.thumb.png.f710369d34673afd0062b3222a5547e8.png

     

    Hope you can help me with my problem. Thanks in advance and god bless.

    did you open the port 80 ?  80/tcp

     

  6. 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: 99

    Set the min_group_id_to_connect: 1 or 99

     

    Then restart your server.

    • MVP 1
  7. 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.
    image.thumb.png.76862366f989fb9bef26a1216a8bb6e9.png

    Link here: https://herc.ws/board/topic/18975-promotional-code/?do=findComment&comment=98439

    @topic

    This 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.

     

  8. 4 hours ago, Almond Snicker said:

    Hi Guys!

    Can anyone help me solve this issue? I'm pretty sure I do have a working SRC and even used my back up working SRC, but still having this error. 

    any inputs please?

    image.png.9afc15be5c462d92eb845af653d3055f.png

     

     

    just reboot your vps.

     

    make sure you have 2gb+ ram.

  9. 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

    IMG_20201002_181512.thumb.jpg.c00467b9c782ea9893446c8125b565b4.jpg

    functor.x is the real one.
     

     

     

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.