Jump to content

DevKira

Members
  • Posts

    54
  • Joined

  • Last visited

Everything posted by DevKira

  1. ok wait still not working hmmmm
  2. I will try again. Thank you. Thanks for the time and effort. I really really appreciate it dude. Wait let me try it.
  3. Yes, i'm putting tabs on the header. ? Can you put my map so i can just copy and paste. here's the map i want prtg_cas01 pvpwait ra_koe
  4. yes. I will change this map to Map Names: prtg_cas01 prtg_cas02 prtg_cas03 prtg_cas04 prtg_cas05 ra_koe pvpwait
  5. It's still not working bro. ?
  6. i'll try this now wait; Hi, @Chun3 it's not working.
  7. How? I didn't get this,.
  8. Hi @Chun3 Here's my item_db.txt how?
  9. How do I fix this? It is possible to use elemental converters at the same time should only one converter be used? They are together at the same time.
  10. I have a problem, I can use 4 elemental converters at a time. How to fix this? I want 1 converters only. ? Thanks in advance!
  11. I already tried that, but its not working.
  12. Hello, I just need a little help about my script. I just get this script here also in rAthena. (credits) NOTE: I WANT TO ENABLE THIS PVP POINTS TO WOE/PVP MAPS. -> Enabled WoE Castles -> Enabled PvP Maps - shop custom_seller2 -1,501:500 1@ghvy,120,94,3 script PvP Points Dealer 100,{ mes "[PvP Points Dealer]"; mes "I will sell you items for PvP points."; mes "Each time you kill a player on "+.map$+" you'll get 1 PvP point to spend here!"; next; mes "[PvP Points Dealer]"; mes "You currently have [^0000ff"+pvp_points+"^000000] PvP points to spend."; callshop "custom_seller2",1; npcshopattach "custom_seller2"; end; OnBuyItem: for(set .@i,0; .@i<getarraysize(.customs); set .@i,.@i+1) { for(set .@d,0; .@d<getarraysize(@bought_nameid); set .@d,.@d+1) { if(@bought_nameid[.@d]==.customs[.@i]) { if(checkweight(@bought_nameid[.@d],@bought_quantity[.@d])) { if(pvp_points >= .Price[.@i]*@bought_quantity[.@d]) { set pvp_points, pvp_points - .Price[.@i]*@bought_quantity[.@d]; getitem @bought_nameid[.@d],@bought_quantity[.@d]; } else dispbottom "You don't have enough PvP points to purchase that item."; } else dispbottom "Purchasing these items will put you over the weight limit!"; } } } deletearray @bought_quantity, getarraysize(@bought_quantity); deletearray @bought_nameid, getarraysize(@bought_nameid); close; OnPCKillEvent: if( strcharinfo(3) != .map$ ) end; copyarray( @killed$[1], @killed$[0], .saved_l-1 ); @killed$ = ""+killedrid; if( countstr( implode( @killed$, "|" ), ""+killedrid, 0 ) <= .rstrk_l ) { pvp_points++; dispbottom "You've gained 1 PvP Point. Total = "+pvp_points+" PvP Points."; } end; OnInit: set .map$, "pvpwait","ra_koe"; set .saved_l, 3; //Length of saved ids can be up to 127. set .rstrk_l, 2; //Level of restriction. setarray .customs[0], 12103, 607, 678; // Enter the ID of customs here... setarray .Price[0], 20 , 40 , 300; // Price for each custom here... npcshopitem "custom_seller2", 0 , 0; // Don't touch any coding beyond here.. for( set .i,0; .customs[.i]; set .i,.i+1 ) npcshopadditem "custom_seller2",.customs[.i],.Price[.i]; end; }
  13. Can you give me step by step instructions on how to do that. Please and Thank you!
  14. How did you do that? Help me please.
  15. I DO HAVE ERRORS. HERE'S MY SRC SKILL.C THIS IS THE ERROR
  16. Is this working? I think there's a bug in this mod. Is there any working source mod for this? ?
  17. Hello rAthena, Can i requst an source mod on how to prevent using Body Relocation while in Trapped (Ankle Snare), or Spider Web and also can i request Assassin Cross continues attack while casting Sonic Blow in Injustice Card? ? Thankyou in advance.
×
×
  • Create New...