Jump to content

Budots

Members
  • Posts

    200
  • Joined

  • Last visited

Everything posted by Budots

  1. Thanks for the reply sir, this is what im referring to Hopefully you can help me with this
  2. Can someone help me with this? please dont ignore T_T
  3. First of all i wanna say thank you to Euphy for making this script, In my server, there's no need for JOB EXP, BASE EXP AND ZENY. Can someone edit this script and make reward @item: 9524 100pcs every successful mission a player done. THANKS IN ADVANCE bump Hunting Missions v1.3a.txt
  4. Hi Guys, Can someone help me with my script, it just shows the LIST of the items on the npc without the ICONS or IMAGES. Please help me how to edit in order that the items will have an images. SORRY FOR MY ENGLISH BUMP cokz_Vote_Points_Redeemer.txt
  5. Budots

    GTB Effect

    Thanks for the reply, but making it 70% would make also player cannot be dispelled? sorry for my bad english
  6. Budots

    GTB Effect

    Can someone provide me a GOLDEN THIEF BUG CARD script that will reduce magic damage 70% and the user cannot be DISPELL. THANKS IN ADVANCE HELP PLEASEEEEEEEEEEE!
  7. Thanks solved!
  8. Sir im kinda confuse on where to place those scripts, can you edit my script sir? and include the scripts that you mention? Thanks!
  9. OK sir, one last favor. Can you place it on my script sir? , i try to put it but i'm having error. I dunno where should i insert the script you gave. Thanks sir in advance
  10. Can we make it automatic? Just for example, when the WOE ENDS the members of the winning guild automatically receives the reward? And also those with same IP can also get reward because some of the players are playing together in a shop which is the same ip. Can we do like that?
  11. Thanks for the reply, but how to this work? Sorry im just new about scripting.
  12. I can't make it work
  13. Thanks for the help, its fix now!
  14. Hi Guys, First of all, thanks for Euphy in providing this cool WOE CONTROLLER script. One thing i wanna ask and hopefully someone will help me with this. I set the reward will be distributed by each member of the winning guild but the problem is , players with the same IP's cannot receive rewards. HOW CAN I SET, THAT ALL GUILD MEMBERS INCLUDING SAME IP WILL RECEIVE THE SAME WOE REWARD? EXCEPT FOR THOSE WHO ARE OFFLINE. PLEASE HELP!! Here's my script: woe_controller.txt
  15. FIX THANKS!
  16. Hi guys, Can you help me a bit about this problem of mine, i already did my best follow procedures but then it is still the same no effect. Why is it that PALADIN cannot use DEVOTION inside my pvp room even if they are in a party and also even if they are in a party they can still kill each other, can anyone help me with this ? HERE'S MY SCRIPT: UP! Anyone mind helping me with this ? cokz_PvP_Warper.txt
  17. Last night i downloaded the RUN OR DIE script from the this forum, it works well but i need some additional features on it. just like: disable buff inside the event map disable using items such us speed potion, resurrection items etc. debuff all participants whenever the event starts please help me! thanks in advance Here's my script: UP! RFYL.txt
  18. Hi, Can anyone please help me put a waiting room with this script, im having hard time doing it THANKS IN ADVANCE item_mall.txt
  19. Hi Guys, I'm having sleepless nights converting my items into COSTUMES by item_db Now i made up a decision to request for a COSTUME MAKER NPC, actually i found eAmod Project Headgear to Costume converterBut unfortunately, i think it is not working on my server because it only appears in game but then i cannot use it.Please help me, can anyone provide a costumer maker npc that is compatible in all servers. Thanks a lot
  20. THANKS A LOT SIR. ITS WORKING NOW!
  21. Put this : OnPCKillEvent: if ( strcharinfo(3) == "your_pvp_map" ) announce strcharinfo(0)+ " killed " +rid2name(killedrid); end; Thanks a lot sir now it is working but then i dunno how or where should i place the OnPCKillEvent for it to work properly, can you please make it for me sir? I place it somewhere on the script but it is now working well THANKS IN ADVANCE
  22. guys i have my new private server ragnarok im having hard time scripting my pvp arena i want that my arena would announce if a player enters and also announce if the player kill someone if you can add dota like announcements i would be very happy here's the script that i use, // Made by iTouch // ---------------------------------------------------------------------------- // Ultimate PvP Warper ver. 1 // Features: // Baby PvP Room // PvP Square(Every 2 days Random PvP Room) // PvP Nightmare // PvP Lowlvl( Supports 1 - 150 Lvl) // PvP No Potion (Berrys , Ygg seed , Any potions , etc. are restricted) // PvP Non Donator (Got Items are restricted here) // ----------------------------------------------------------------------------- // ver. 2 update idea: // Adding a PvP Room that removes the buffs of the player when entering the room // Adding a PvP Room for GM's Only so GM's will have fun // ----------------------------------------------------------------------------- // Special thanks to: // icescope of eAthena for helping me configuring the error at PvP Square // ----------------------------------------------------------------------------- prontera,155,188,6 script Ultimate PvP Warper 753,{ if (.pvp_square$=="") donpcevent "Ultimate PVP warper::OnClock0000"; mes "[PvP Warper]"; mes "Which arena do you want to go to?"; switch(select("PVP Square ["+getmapusers(.pvp_square$)+"/100]:PVP Nightmare ["+getmapusers("guild_vs3")+"/100]:PVP LowLevel ["+getmapusers("guild_vs1")+"/100]:PVP NoPotion ["+getmapusers("pvp_y_8-2")+"/100]:Non Donator PVP ["+getmapusers("1@orcs")+"/100]:Baby PvP Room ["+getmapusers("pvp_y_1-2")+"/100]")) { case 1: // PVP Square if (getmapusers(.pvp_square$) > 99) callsub S_full; callsub S_payment; warp .pvp_square$,0,0; end; case 2: // PVP Nightmare if (getmapusers("guild_vs3") > 99) callsub S_full; callsub S_payment; warp "guild_vs3",0,0; end; case 3: // PVP LowLevel if (getmapusers("guild_vs1") > 99) callsub S_full; if (BaseLevel > 150) { // Edit 150 to any maximum Lvl of a player can enter this room mes "only Base Level 1 - 150 may enter."; close; } callsub S_payment; warp "guild_vs1",0,0; end; case 4: // PVP NoPotion if (getmapusers("pvp_y_8-2") > 99) callsub S_full; for( set .@i,0; .@i<getarraysize(.NoPotion_ids); set .@i,.@i+1 ) { if (countitem(.NoPotion_ids[.@i])) { mes "You can not bring potions in this pvp."; close; } } callsub S_payment; warp "pvp_y_8-2",0,0; end; case 5: // Non Donator PVP if (getmapusers("1@orcs") > 99) callsub S_full; for( set .@i,0; .@i<getarraysize(.NoDonator_ids); set .@i,.@i+1 ) { if (countitem(.NoDonator_ids[.@i])) { mes "You can not bring God items in this pvp."; close; } } callsub S_payment; warp "1@orcs",0,0; end; Case 6: // Baby PvP Room if (getmapusers("pvp_y_1-2") > 99) callsub S_full; if (class < 4023 || class > 4045) goto L_NotBaby; callsub S_payment; warp "pvp_y_1-2",0,0; end; L_NotBaby: mes "Only baby can enter this room"; close; } S_full: mes " "; mes "I'm sorry, this arena is full. Please try again later..."; close; S_payment: if (Zeny < (200*BaseLevel + 800)) { mes "You don't have enough zeny."; mes "It costs "+(200*BaseLevel + 800)+" zeny for you to enter."; close; } set Zeny, Zeny - (200*BaseLevel + 800); return; OnInit: waitingroom "PvP Warper",0; end; OnClock0000: // set the "PVP Square" map, based on day of the weeek switch(gettime(4)) { case 0: // Sunday case 1: // Monday set .pvp_square$, "guild_vs2"; break; case 2: // Tuesday case 3: // Wednesday set .pvp_square$, "guild_vs5"; break; case 4: // Thursday case 5: // Friday set .pvp_square$, "guild_vs4"; break; case 6: // Saturday set .pvp_square$, "guild_vs1-2"; break; } // items not allowed in PVP NoPotion setarray .NoPotion_ids[0], 607, 608; // items not allowed in Non Donator PVP setarray .NoDonator_ids[0], 2410, 1530; end; } moscovia.gat,226,198,4 duplicate(Ultimate PvP Warper) Ultimate PvP Warper#1 871 //askydun.gat,96,113,3 duplicate(Ultimate PvP Warper) Ultimate PvP Warper#2 871 // Kliwa alberta.gat,110,140,3 duplicate(Ultimate PvP Warper) Ultimate PvP Warper#3 871 // Kliwa aldebaran.gat,147,115,1 duplicate(Ultimate PvP Warper) Ultimate PvP Warper#4 871 // Kliwa amatsu.gat,207,86,3 duplicate(Ultimate PvP Warper) Ultimate PvP Warper#5 871 // Kliwa ayothaya.gat,155,117,2 duplicate(Ultimate PvP Warper) Ultimate PvP Warper#6 871 // Kliwa comodo.gat,206,80,4 duplicate(Ultimate PvP Warper) Ultimate PvP Warper#7 871 // Kliwa einbech.gat,198,83,4 duplicate(Ultimate PvP Warper) Ultimate PvP Warper#8 871 // Taas Kaliwa einbroch.gat,174,172,5 duplicate(Ultimate PvP Warper) Ultimate PvP Warper#9 871 // Taas Kaliwa geffen.gat,125,71,4 duplicate(Ultimate PvP Warper) Ultimate PvP Warper#10 871 gonryun.gat,162,120,4 duplicate(Ultimate PvP Warper) Ultimate PvP Warper#11 871 hugel.gat,89,151,5 duplicate(Ultimate PvP Warper) Ultimate PvP Warper#12 871 izlude.gat,134,90,4 duplicate(Ultimate PvP Warper) Ultimate PvP Warper#13 871 lighthalzen.gat,166,101,4 duplicate(Ultimate PvP Warper) Ultimate PvP Warper#14 871 louyang.gat,214,120,5 duplicate(Ultimate PvP Warper) Ultimate PvP Warper#15 871 xmas.gat,154,136,4 duplicate(Ultimate PvP Warper) Ultimate PvP Warper#16 871 morocc.gat,160,97,4 duplicate(Ultimate PvP Warper) Ultimate PvP Warper#17 871 payon.gat,148,226,4 duplicate(Ultimate PvP Warper) Ultimate PvP Warper#18 871 rachel.gat,135,115,4 duplicate(Ultimate PvP Warper) Ultimate PvP Warper#19 871 veins.gat,219,127,4 duplicate(Ultimate PvP Warper) Ultimate PvP Warper#20 871 yuno.gat,163,170,4 duplicate(Ultimate PvP Warper) Ultimate PvP Warper#21 871 umbala.gat,106,159,3 duplicate(Ultimate PvP Warper) Ultimate PvP Warper#22 871 poring_c02,139,81,4 duplicate(Ultimate PvP Warper) Ultimate PvP Warper#23 871 // Mapflags (No commands) pvp_y_1-2 mapflag nocommand 99 guild_vs2 mapflag nocommand 99 guild_vs3 mapflag nocommand 99 // Will disable players using @go pvp_y_1-2 mapflag nowarpto guild_vs2 mapflag nowarpto guild_vs3 mapflag nowarpto // Will disable players using @go pvp_y_1-2 mapflag nowarp guild_vs2 mapflag nowarp guild_vs3 mapflag nowarp // Will disable players using @go pvp_y_1-2 mapflag pvp_noparty guild_vs2 mapflag pvp_noparty guild_vs3 mapflag pvp_noparty // Will disable players using @go pvp_y_1-2 mapflag nobranch guild_vs2 mapflag nobranch guild_vs3 mapflag nobranch // Will disable players using @go pvp_y_1-2 mapflag nomemo guild_vs2 mapflag nomemo guild_vs3 mapflag nomemo // Will disable players using @go pvp_y_1-2 mapflag pvp guild_vs2 mapflag pvp guild_vs3 mapflag pvp
  23. Not working sir I would not announce that someone entered pvp arena and also i want that all players cannot use @go and @storage please help
  24. hi to all pro scripters, if you don't mind, i would like to ask a pvp warper script that will announce everything a player entered pvp and also announce if someone dies. i also want that @go and @storage commands will be disabled. i would be very happy if you do my request thanks in advance. more powers!
×
×
  • Create New...