Jump to content

Stolao

Developer
  • Posts

    1443
  • Joined

  • Last visited

  • Days Won

    40

Everything posted by Stolao

  1. Stolao

    Request

    sir resetnpc not working.please help might you tell me where does it fail? got any debug messages?
  2. try converting Euphys Quest Shop to this?
  3. Update Reset Girl v1.05 Added limit use option [Stolao]
  4. Stolao

    Request

    added the option to mine here also note, bumping doesn't work if your the last one to reply in the same day
  5. bonus2 bSkillAtk,sk,n; Increases damage of skill sk by n% all item bonuses can be found in doc/item_bonus.txt
  6. lol my sig~ If(getarg(5)){
  7. on my test sever i used rentitem 25619 (a gem on my server) and while you own one you gain bonus exp for weapon master, its a work around for a weapon battle manual
  8. are you level 99 gm? @wi is a player command purly informational like @ii or @mi, id keep that at same level as those if you are level 99 gm, what rev are you useing and/or are there any debug mesages?
  9. Is anyone who downloaded this using it in a live server, id like to test it in a live environment myself.
  10. I need assistance compressing this section of script ay suggestions? switch(select(.@Menu$)){ case 1: set .@Menu$,""; for(set .@i,0; .@i < getarraysize(.Tier1); set .@i,.@i+1){ set .@Menu$, .@Menu$ + getitemname(.Tier1[.@i]) +":"; } break; case 2: set .@Menu$,""; for(set .@i,0; .@i < getarraysize(.Tier2); set .@i,.@i+1){ set .@Menu$, .@Menu$ + getitemname(.Tier2[.@i]) +":"; } break; case 3: set .@Menu$,""; for(set .@i,0; .@i < getarraysize(.Tier3); set .@i,.@i+1){ set .@Menu$, .@Menu$ + getitemname(.Tier3[.@i]) +":"; } break; case 4: set .@Menu$,""; for(set .@i,0; .@i < getarraysize(.Tier4); set .@i,.@i+1){ set .@Menu$, .@Menu$ + getitemname(.Tier4[.@i]) +":"; } break; case 5: set .@Menu$,""; for(set .@i,0; .@i < getarraysize(.Tier5); set .@i,.@i+1){ set .@Menu$, .@Menu$ + getitemname(.Tier5[.@i]) +":"; } break; case 6: set .@Menu$,""; for(set .@i,0; .@i < getarraysize(.Tier6); set .@i,.@i+1){ set .@Menu$, .@Menu$ + getitemname(.Tier6[.@i]) +":"; } break; case 7: set .@Menu$,""; for(set .@i,0; .@i < getarraysize(.Tier7); set .@i,.@i+1){ set .@Menu$, .@Menu$ + getitemname(.Tier7[.@i]) +":"; } break; case 8: set .@Menu$,""; for(set .@i,0; .@i < getarraysize(.Tier8); set .@i,.@i+1){ set .@Menu$, .@Menu$ + getitemname(.Tier8[.@i]) +":"; } break; case 9: set .@Menu$,""; for(set .@i,0; .@i < getarraysize(.Tier9); set .@i,.@i+1){ set .@Menu$, .@Menu$ + getitemname(.Tier9[.@i]) +":"; } break; case 10: set .@Menu$,""; for(set .@i,0; .@i < getarraysize(.Tier0); set .@i,.@i+1){ set .@Menu$, .@Menu$ + getitemname(.Tier0[.@i]) +":"; } break; } i would use getd for the .Tier# however that would cause an issue in the getitemname because getd doesnt support the [.@i] after eg. getitemname(getd(".Tier"+ .@e +""[.@i]) Any ideas?
  11. The best way to find out if something works is to test it, also this is not one of my scripts for general script support visit the script support section. As for an answer by just reading it, you used the "ztc:" lable multiple times that alone will give you a debug message in our start-up
  12. Px 2407, Px 4402, 10Px 969, 3Px 985, if 3p 1x 4131 if 4/5p 2x 4131
  13. if there is no sign at prontera,138,172 and no debug messages in the startup then you didn't install it properly, if you do see the sign what rev are you using are there no debug mes? and whats your config look like.
  14. set .Pointtype$, Located in the config at bottom of script
  15. Update 1.5B Fixed a bug with storeall and item check -[Thanks Digos] 1.5C Fixed a hang screen in ( $@Cost[0] && $@Cost[1] ) -[Thanks Digos] Update Added Weapon Mastery 1.11
  16. < Stolao's Weapon Mastery > Features: As you train using a particular weapon type you get passive buffs depending on how much yo have used that type There are five types Onslaught, Swiftness, Safeguard, Ranged and Mystical Designed for mid sized mid rate servers, not tested on large server yet Todo: Suggestions? Optimize? Changelog: v1.00 Origioanal Make v1.01 +33% Masteries >> Atk v1.02 +50% Masteries >> Matk v1.03 Rename Masteries v1.04 Redistibute Weapons into new masteries v1.05 Wiped Mastery Bonuses v1.06 Added Starting Bonuses v1.07 Made OnPCStatCalcEvent for Mastery System v1.08 Added mastery Bonueses for Lvl 1, 2, 4, 8, 16, 32 ,64, and 128 v1.09 Changed Mysticals MaxSPRate for MaxSp v1.0A Added @wi (see bindatcmd.txt) v1.0B Added @wlvl (see bindatcmd.txt) v1.0C Removed dependency from bindatcmd.txt v1.0D Rebalanced a few formulas for differant masteries v1.0F Removed dependency from ONNPCKILLEVENT.txt (for release version) v1.10 Changed Mysticals, Castrate, Delayrate, Sprate to be -1 v1.11 Changed Mysticals, EquipmentMatk to be 250 at max level v1.12 Fixed typo in Safeguard v1.13 Changed Wm Stat bonus from M/9 -> M/32 v1.14 Removed Wm Booster item v1.15 Lowered Wm Max Level to 99 v1.16 Rewrote Onslaught Formulas for lower effect v1.17 Rewrote Switfness Formulas for lower effect v1.18 Rewrote Safegaurd Formulas for lower effect v1.19 Rewrote Ranged Formulas for lower effect v1.1A Rewrote Mystical Formulas for lower effect v1.1B Added Exprates = job_exp_rate v1.1C Changed Exp Curve to reflect new Exp Rates v1.1D Added Debugmes on Overflow v1.1E Added Increased Exp from SC_JEXPBOOST,2 v1.1F Fixed Spacing/ Readability in OnInit v1.20 Fixed Typos v1.21 Fixed Bug with No gear On v1.22 Fixed Missing ) v1.23 Convert to new formatting to allow both hand to recive buffs v1.24 Added a .Left Config v1.25 Added a Small boost to secondary stat based off prime stat v1.26 Added a Check for Item in Hand + Conf v1.27 Fixed mssing "" v1.28 Fixed missing ) v1.29 Added a missing conf setting Links: Latest Weapon Mastery Note: I'm not going to be updating this script anymore other then bug fixes as I'm no longer using it myself since I have updated to a SRC based one, i will eventually release the SRC one. Here is a video on the SRC one
  17. Thank you very much for the reports, ill fix both issues and update Update 1.5B Fixed a bug with storeall and item check -[Thanks Digos] 1.5C Fixed a hang screen in ( $@Cost[0] && $@Cost[1] ) -[Thanks Digos]
  18. Think hes asking about a mod hes working on, so wrong section lol
×
×
  • Create New...