Jump to content

rizsu0107

Members
  • Posts

    40
  • Joined

  • Last visited

Everything posted by rizsu0107

  1. Hi I was trying to figure this out, but it is so hard XD. Please help me. src/map/pc.cpp if(pos & EQP_HAND_L) { if (sd->status.shield && battle_getcurrentskill(&sd->bl) == LG_SHIELDSPELL) unit_skillcastcancel(&sd->bl, 0); // Cancel Shield Spell if player swaps shields. << if I put " // " on this part it is working. but there is a bug on it, even without shield it can still use the skills. sd->status.shield = sd->weapontype2 = W_FIST; pc_calcweapontype(sd); clif_changelook(&sd->bl,LOOK_SHIELD,sd->status.shield); } But the behavior of Shrink(Skill Id: 1002) skill is normal. here's a sample video for a clear explanation. TEST.mp4
  2. thanks for the response. but I already solved this. it is the tomb of mvp.
  3. My server is up and running. but everytime i reloadscript this shows up. i disable all of my custom configuration but this still shows up.
  4. function script refinescroll { set .@menu$,""; for( set .@i,1; .@i <= 10; set .@i,.@i+1 ) { if( getequipisequiped(.@i) ) set .@menu$, .@menu$ + .@position$[.@i] + "-" + "[" + getequipname(.@i) + "]"; set .@menu$, .@menu$ + ":"; } set .@part,select(.@menu$); // ========================= if(!getequipisequiped(.@part)) { // <========================== also this one is not working. getitem 35277,1; dispbottom "You're not wearing anything there that refines!"; close; } //Check if the item is refinable... if(!getequipisenableref(.@part)) { getitem 35277,1; dispbottom "There is no way that this item could be refined!"; close; } //Check to see if the items is already +10 if(getequiprefinerycnt(.@part) >= 10) { getitem 35277,1; dispbottom "I can't refine this any more. This is as refined as it gets!"; close; } successrefitem .@part; dispbottom "There you go, Refine Scroll works like a charm :D"; close; }
  5. hi, where can i download the apk now? when i go to the link can't see the downloads.
  6. Hi, how to make the script to remove the orb and not deleting the orb, like when removing card it goes to inventory. please help! This guide doesn't work when I comment this line "delitem .@item,1;".
  7. eto ung sinasabi nya sa CMD pag nag lologin ako.
  8. ung sa clientinfo.xml at sclientinfo.xml parehas syang binabago? ginawa ko kasi is ung IP ko nilagay ko don pinalitan ko ung 127.0.0.1 ... nakaka connect sya kaso hanggang character lang pag enter ko failed to connect na sya. tama namn ung binago ko char_conf.txt at map_conf.txt
  9. gagana ba sya dito lods, ung instructions dyan sa sinend mo? or kelangan talga xampp?
  10. Paano po gawing online ung offline ragnarok? para lang po sa mga kaibigan ko, gagamitin ko ang PC ko as a host.
×
×
  • Create New...