Jump to content

toohot22

Members
  • Posts

    56
  • Joined

  • Last visited

Everything posted by toohot22

  1. Hi all would someone be so kind to edit this script so its 100% safe refine and the zeny upto 1 million for each refine //===== rAthena Script ======================================= //= Advanced Refiner //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== //= 1.4a //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= //= [Aegis Conversion] //= Refiner that uses Enriched ores to increase upgrade success. //= After a conversation with Doddler, it's been established that //= the advanced refiner works similar the the "Bubble Gum" item. //= The success percentage is not "increased" however, if it fails //= You get a second try. This tries twice at the same time, //= effectively giving you a re-roll on your attempt. //= - Dialog is only partly official to iRO. //= - Uses the iRO position for this NPC. //===== Additional Comments: ================================= //= 1.0 First Version. [L0ne_W0lf] //= 1.1 Fixed a weird carriage return. o_o [L0ne_W0lf] //= 1.2 Optimizing refine method [Zephyrus] //= 1.3 Typo fixes [Yommy] //= 1.4 Removed unnecessary dialogs [Zephyrus] //= 1.4a Added 'disable_items' command. [Euphy] //============================================================ prontera,147,167,6 script Refiner#cash 85,{ disable_items; mes "[Suhnbi]"; mes "I am the Armsmith"; mes "I can refine all kinds of weapons,"; mes "armor and equipment, so let me"; mes "know what you want to refine."; next; setarray .@position$[1], "Head","Body","Left hand","Right hand","Robe","Shoes","Accessory 1","Accessory 2","Head 2","Head 3"; 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) ) close; if( !getequipisenableref(.@part) ) { mes "[Suhnbi]"; mes "I don't think I can refine this item at all."; close; } if( !getequipisidentify(.@part) ) { mes "[Suhnbi]"; mes "This has not been identified. So, it can't be refined..."; close; } if( getequiprefinerycnt(.@part) >= 10 ) { mes "[Suhnbi]"; mes "This item cannot be refined because it has already reached its maximum level..."; close; } // Make sure you have the neccessary items and Zeny to refine your items // Determines chance of failure and verifies that you want to continue. switch( getequipweaponlv(.@part) ) { case 1: callsub S_RefineValidate,1,7620,50,.@part; break; case 2: callsub S_RefineValidate,2,7620,200,.@part; break; case 3: callsub S_RefineValidate,3,7620,5000,.@part; break; case 4: callsub S_RefineValidate,4,7620,20000,.@part; break; default: callsub S_RefineValidate,0,7619,2000,.@part; break; } if( getequippercentrefinery(.@part) > rand(100) || getequippercentrefinery(.@part) > rand(100) ) { mes "[Suhnbi]"; mes "Clink! Clank! Clunk!"; SuccessRefItem .@part; next; Emotion e_no1; mes "[Suhnbi]"; mes "Here you are! It's done."; mes "It's been a while since I've made such a fine weapon. You must be happy because it has become stronger!"; close; } mes "[Suhnbi]"; mes "Clink! Clank! Clunk!"; FailedRefItem .@part; next; if (rand(5) == 1){ Emotion e_cash; } else { Emotion e_omg; } mes "[Suhnbi]"; mes "Cough!!!!"; next; mes "[Suhnbi]"; mes "Cough...Cough.."; mes "What a shame..."; mes "Your equipment broke during the refining process. I had told you earlier this might happen!"; close; S_RefineValidate: mes "[Suhnbi]"; if (getarg(0)) mes "A level " + getarg(0) + " weapon..."; mes "To refine this I need one ^ff9999" + getitemname(getarg(1)) + "^000000 and a service fee of " + getarg(2) + " Zeny."; mes "Do you wish to continue?"; next; if( select("Yes:No") == 1 ) { if( getequippercentrefinery(getarg(3)) < 100 ) { mes "[Suhnbi]"; mes "Wow!!"; mes "This weapon, probably"; mes "looks like it's been refined..."; mes "many times..."; mes "It may break if"; mes "you refine it again."; next; mes "And if it breaks,"; mes "you can't use it anymore!"; mes "All the cards in it and the"; mes "properties"; mes "^ff0000will be lost^000000!!"; mes "^ff0000 besides, the equipment will break!^000000"; mes " "; mes "Are you sure you still want to continue?"; next; if( select("Yes:No") == 2 ) { mes "[Suhnbi]"; mes "I completely agree..."; mes "I might be a great refiner, but sometimes even I make mistakes."; close; } } if( countitem(getarg(1)) > 0 && Zeny > getarg(2) ) { delitem getarg(1), 1; set Zeny, Zeny - getarg(2); return; } mes "[Suhnbi]"; mes "You don't seem to have enough Zeny or " + getitemname(getarg(1)) + "..."; mes "Go get some more. I'll be here all day if you need me."; close; } mes "[Suhnbi]"; mes "Yeah... There's no need to rush."; mes "Take your time."; close; } thanks in advance
  2. can anyone help please
  3. hi thanks iv looked into this but id have to add every item within the game to this to get it working just want a simply script
  4. Hi all would someone possible help me out buy scripting this for me im looking for a 100 safe refiner details below Name: Refiner where: prontera locatcion: does not matter as i can change look: same as above items for 100% safe refine is Enriched Elunium Item ID# 7619 or Enriched Oridecon Item ID# 7620 players are to have one item per refine and 1 million zeny or they can use 50 Poring Coin Item ID# 7539 per level thanks inadvance
  5. Hi thats for the info but how can i set it so like a level 200 player can help level a new player? at the moment its like 10 levels diffence
  6. HI All Can anyone help me with a few questions please 1, How do i remove the pin code thing when you logon to you account 2, where or how to increase to max exp share in a party? thanks
  7. Hi all Iv got a new renewal server and have been getting some reports that players can have a lot of normal items saying there overweight iv not set the limit but even with a maxed player with max weight they can trade a wedding ring is there a error here or am i missing something server files renewal v-17160
  8. i dont understand the answer sorry
  9. Hi all After been away for over two years iv seen a lot has changed i got a new client made for me but after unpacking the grf i see in the data folder theres no sprite folder is this right or am i missing it?? thanks for the reply and writeing
  10. im with asurahosting and asked them yesterday iv tryed that way and failed im really sorry but im very new to linux and have no idea how the do things even copy and paste took be 2 hrs to figure out so a much easyer to follow guide would be helpful i have a server there and its running so just need to get the updated copy of rathera to a second file
  11. can anyone help me please
  12. Hi all can anyone tell me how i can update my server files to new copy on a lenxs system? i know this is a silly thing to ask but i use windows but my host is lenx
  13. Thank you for this works well
  14. Hi all Could someone be kind to make a small change to this script i would like the player to be respawned in the pvp aruna or to there save point if this is possable prontera.gat,162,183,6 script PvP Warper 939,{ mes "[PvP Warper]"; mes "Which arena do you want to go to?"; next; switch(select("PVP Arena["+getmapusers("pvp_y_1-2")+"/100]:Baby PvP Room ["+getmapusers("pvp_y_5-2")+"/100]")) { case 1: // Normal Pvp if (getmapusers("pvp_y_1-2") > 99) callsub S_full; sc_end SC_ALL; percentheal 100,100; sc_start SC_BLESSING,300000,10; sc_start SC_INCREASEAGI,300000,10; specialeffect2 EF_BLESSING; specialeffect2 EF_INCAGILITY; warp "pvp_y_1-2",0,0; end; Case 2: // Baby 3rd job PvP Room if (getmapusers("pvp_y_5-2") > 99) callsub S_full; if (class < 4096 || class > 4108) goto L_Not3Baby; warp "pvp_y_5-2",0,0; end; L_Not3Baby: mes "[PvP Warper]"; mes "Only baby class can enter this room"; close; } S_full: mes "[PvP Warper]"; mes "I'm sorry, this arena is full. Please try again later..."; close; } thanks inadvance
  15. Hi All Would someone be so kind to script a npc for me please heres the details Map: prontera where: anywhere i can change look: any same as above Name: Refiner Quest Quest: The players are to find the following items to make the following things 50 Rough Eluniums (757) or 10 Eluniums (985) and they will get 1 Enriched Elunium. (7619) 50 Rough Oridecon (756) or 10 Oridecon (984) and they will get 1 Enriched Oridecon (7620) thanks inadvance
  16. yeah cos its where i thought good idea
  17. Hi All Could anyone please code me a script for a Faith System it works like so. By demonstrating loyalty and devotion to the server, all players are able to accumulate Faith - an in-game currency that can be used towards purchasing Reward Points and other in-game services. Faith is acquired in various ways.. Attendance First and foremost, players who log in daily will acquire 5 Faith just for logging in to their account. Those who log in for 7 consecutive days are awarded a boosted 50 Faith. Assistance Whether it be for reporting bugs/exploits, being caught "doing good", or lending a helping hand around the server in general, players may ocassionally receive bonus Faith from members of staff. The amount awarded varies between 5 and 25 Faith depending on the form of assistance provided. GM Menu needed to add this to players accounts Events Certain events hosted by a member of the staff may warrant a bit of Faith as a reward. Screenshot, banner, loading screen, or other creative style events held on the message board will often times warrant between 10 and 50 Faith as a reward. Again GM Menu needed for us to add too the npc would be placed in prontera dont matter where can change this later again for the look you can pick if you need any more info please let me know and thanks inadvance
  18. Hi can anyone please tell me where i can find the script for kafra shop or where to make it active please
  19. toohot22

    flux cp

    hi all really silly question but how do i setup the download link on flux cp been looking but cant find any part to add problem solved
  20. toohot22

    rates

    Hi all ok this is a really silly question but yeah iv got to ask it i know where to change rates but im not getting the rates i need im looking to set my server as 150x 150x 50x now i can do the drop rate and its working but as for base and job its not whats the number i must add to make it 150x as it stand iv added 1500 but is giving me 1.27 when i do @rates thanks inadvance hi can anyone help me here please
  21. hi thanks i watched them but he packs his into a data file iv got a grf how do i get it to update the grf
  22. hi can anyone tell me how i can patch my grf file useing thor iv watched the youtube videos but he dont show u there so if poss just plan easy english would be good like click on this select that and bam thanks inadvance Bump can anyone help please
×
×
  • Create New...