Jump to content

Dejavu

Members
  • Posts

    44
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    none
  • Server
    none

Recent Profile Visitors

2290 profile views

Dejavu's Achievements

Poring

Poring (1/15)

3

Reputation

1

Community Answers

  1. diff your client sir! or much better if you have gepard shield or anything that can block hack tools! (y)
  2. https://rathena.org/board/files/file/2433-server-monitor/
  3. can someone help fix this? i want this npc announce the name of the player who got reward with 1%-10% chance! thank you! setarray .P1[0],1,7179,1; //pods >>>>>>>> [0],1 = 1% setarray .P2[0],5,26224,1; //1>>>>>>>>>>>[0],5 = 5% prontera,141,181,5 script Lotti Girl 714,{ specialeffect 372; delitem .Cost[0], .Cost[1]; set .@i, rand(1,.Total); if (rand(1,100) > getd(".P"+.@i+"[0]")) { for(set .@j,0; .@j<getarraysize(.Default); set .@j,.@j+2) { getitem .Default[.@j], .Default[.@j+1]; if (!.@k[0]) setarray .@k[0], .Default[.@j], .Default[.@j+1]; } } else { for(set .@j,1; .@j<getarraysize(getd(".P"+.@i)); set .@j,.@j+2) { getitem getd(".P"+.@i+"["+.@j+"]"), getd(".P"+.@i+"["+(.@j+1)+"]"); if (!.@k[0]) setarray .@k[0], getd(".P"+.@i+"["+.@j+"]"), getd(".P"+.@i+"["+(.@j+1)+"]"); } } specialeffect2 248; OnInit: // Format: <%>,<item ID>,<count>{,...}; setarray .P1[0],1,7179,1; //pods setarray .P2[0],5,26224,1; //1 setarray .P3[0],5,26225,1; //2 setarray .P4[0],5,26226,1; //3 setarray .P5[0],5,26227,1; //4 setarray .P6[0],5,26228,1; //5 setarray .P7[0],5,26229,1; //6 setarray .Default[0],607,1; //Berry setarray .Cost[0],26080,10; //Credit set .Total,7; end; }
  4. thank you for you reply sir @_Okuz_ i have found better script than this one! but thank you for your quick reply! (y)
  5. bump! and how do we apply diff patch for newbie! any step by step guide? tia!
  6. my lord knight wearing custom item that can change its appearance to rune knight but when i talk to rental the dragon dont appear please help! //===== rAthena Script ======================================= //= Universal Rental NPC //===== By: ================================================== //= Euphy //===== Current Version: ===================================== //= 1.0a //===== Compatible With: ===================================== //= rAthena Project //===== Description: ========================================= //= One-click automatic mount rentals. //============================================================ prontera,141,202,3 script Universal Rental NPC 726,{ if (ismounting()) { message strcharinfo(0),"You must first remove your mount."; end; } else if ((eaclass()&EAJ_THIRDMASK==EAJ_RANGER) && !countitem(6124)) { if (!checkfalcon() && getskilllv("HT_FALCON") && !checkwug()) { if(select(" ~ Falcon: ~ Warg")==1) setfalcon; else getitem 6124,1; //Wolf's_Flute } else getitem 6124,1; //Wolf's_Flute } else if ((eaclass()&EAJ_THIRDMASK==EAJ_MECHANIC) && !checkcart() && getskilllv("MC_PUSHCART")) { if (!checkmadogear() && getskilllv("NC_MADOLICENCE")) { if(select(" ~ Cart: ~ Mado")==1) setcart; else setmadogear; } else setcart; } else if (!checkcart() && getskilllv("MC_PUSHCART")) setcart; else if (!checkfalcon() && getskilllv("HT_FALCON") && !checkwug()) setfalcon; else if (!checkriding() && !checkdragon() && getskilllv("KN_RIDING")) { if (eaclass()&EAJ_THIRDMASK==EAJ_RUNE_KNIGHT) setdragon; else setriding; } else if (!checkmadogear() && getskilllv("NC_MADOLICENCE")) setmadogear; else { message strcharinfo(0),"You do not meet requirements to rent."; end; } specialeffect2 EF_TEIHIT3; end; }
  7. can anyone fix this for me? party members dont get any reward when killing mvp boss! tnx in advance more power! <3 - script customdrop -1,{ OnNPCKillEvent: if ( getmonsterinfo( killedrid, MOB_MVPEXP ) && rand(100) < 10 ) { if ( getcharid(1) ) { getpartymember getcharid(1), 1; getpartymember getcharid(1), 2; for ( .@i = 0; .@i < $@partymembercount; .@i++ ) { if ( isloggedin( $@partymemberaid[.@i], $@partymembercid[.@i] ) ) { // what happens if someone in the party member is offline =/ .@partymemberaid[.@c] = $@partymemberaid[.@i]; .@c++; } } getitem 26080, 50, .@partymemberaid[ rand( .@c ) ]; announce "Party ["+ strcharinfo(1) +"] has killed "+ getmonsterinfo( killedrid, MOB_NAME ) +" at "+ strcharinfo(3), 0; } else { getitem 26080, 50; getitem 6238, 1; getitem 6239, 1; announce "Player ["+ strcharinfo(0) +"] has killed "+ getmonsterinfo( killedrid, MOB_NAME ) +" at "+ strcharinfo(3), 0; } } end; }
  8. can anyone check this script coz its not working. its always say not enough requirements but i have all items needed plss help! prontera,194,146,5 script Changename 644,{ mes "Input new name"; input @NewName$; if(countitem(26080) || Zeny < 500000000) { //Change Item ID mes "Not enough requirements"; close; } next; mes "Please relog for the changes to take effect"; query_sql("UPDATE `name` FROM `char` SET `name`='"+@NewName$+"' WHERE `name`='"+strcharinfo(0)+"'"); delitem 26080,5000; set Zeny,Zeny-500000000; close; }
  9. i am requesting for a script that i can view players ip add. by typing their name on the npc or by command like @who or if possible that theyre ip will show if i right click their character name!
  10. pahingi naman ng step by step guide kung pano mag apply ng diff patch? much better kung may picture! salamat po!
  11. how to apply patch? please anyone here willing to give me step by step guide? thank you! <3
  12. Can anyone here send me a link which i can download working custom weapon for dagger and book for start glad and soul linker! please! your help will be appreciated! thank you! <3
  13. open conf / battle / skill.conf then find this line: // At what dex does the cast time become zero (instacast)? castrate_dex_scale: 150
  14. Anyone here whos good in scripting!? kindly help me please! my problem is when someone kill or break the emperium! all the players not inluding in hes/her guild doesnt warp back or kick out from the castle! and my emperium doesnt have rotation effect! please help me! thank you! <3 woetimer.txt
×
×
  • Create New...