Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 06/13/15 in all areas

  1. UPDATED, NOW HAVE 72 HEADS UPDATED, NOW HAVE 84 HEADS !!!!! Here a Compiliation of basic customs Hairs from Ragnarok Online, This include the 29 oficial heads. All of these heads aren't made be me, with exception of #68, #69, #70 and #71 male heads and female #70 and #71 heads, this pack cames from internet and a bit of search, the authors put the credit on Spr files... But who diferent on that pack? - Repeated Heads Removed; - Missaligned Heads Fixed; (like #48 and #61) - 6 Unique Heads. - Now this pack is mixed with smokim pack (from cronus) - No Female Heads in Male pack, with exception of classic #43 I'm Still Working On this Pack to change female heads into male heads (like #43, #55, #56 etc - Male Hairstyles), to make all heads in Oficial Collors (1~7 to work with them), To Increase this into 100 Hairstyles Pack. Preview: DOWNLOAD: 84 Heads.zip Mirror 4Shared Mirror MediaFire
    1 point
  2. < 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
    1 point
  3. You have to whisper the npc whisper to : npc:itemall message : map#<item ID>#<amount> or all#<item ID>#<amount>
    1 point
  4. - script MapReward -1,{ OnInit: bindatcmd "mapreward",strnpcinfo(0)+"::OnReward"; end; OnReward: .@rid = getcharid(3,strcharinfo(0)); .@n = query_sql ("SELECT DISTINCT `account_id` FROM `ragnarok`.`char` WHERE `online` = '1'",.@aid); for (.@i = 0 ; .@i < .@n ; .@i++) { attachrid(.@aid[.@i]); if (strcharinfo(3) != .@atcmd_parameters$[1]) { deletearray .@aid[.@i],1 ; .@i-- ; .@n--; } } for (.@i = 0 ; .@i < .@n ; .@i++) { attachrid(.@aid[.@i]); getitem atoi(.@atcmd_parameters$[0]),1; } if (attachrid(.@rid)) dispbottom ""+(.@n)+" players on "+.@atcmd_parameters$[1]+" received 1 "+getitemname(atoi(.@atcmd_parameters$[0])); } command : @mapreward <item id> <map name> For the NPC I don't understand ^^ You mean the NPC makes all pkayers able to receive once an item of their choice (amongst a list)?
    1 point
  5. Server-Side: The shop (put it in a script file) - shop myshopname -1,512:-1,513:-1,514:-1 don't forget to put the items you want to sell and their prices The item: <ID>,My_Item_Name,My Item Name,2,10,,10,,,,,0xFFFFFFFF,63,2,,,,,,{callshop "myshopname",1;},{},{} Client-Side: newer than 2012-04-10a: iteminfo.lub: [<ID>] = { unidentifiedDisplayName = "My Item Name", unidentifiedResourceName = "Ä«ÇÁ¶óÀÌ¿ë±Ç", unidentifiedDescriptionName = { "Opens a shop.", "", "Weight: ^7777771^000000" }, identifiedDisplayName = "My Item Name", identifiedResourceName = "Ä«ÇÁ¶óÀÌ¿ë±Ç", identifiedDescriptionName = { "Opens a shop.", "", "Weight: ^7777771^000000" }, slotCount = 0, ClassNum = 0 }, older than 2012-04-10a: idnum2itemdesctable.txt: <ID># Opens a shop. Weight: ^7777771^000000 # idnum2itemdisplaynametable.txt: <ID>#My Item Name# idnum2itemresnametable.txt <ID>#Ä«ÇÁ¶óÀÌ¿ë±Ç# Don't forget to edit the id and item name in all files
    1 point
  6. yourmap mapflag bexp 1000 yourmap mapflag jexp 1000
    1 point
  7. Try this one. prontera,68,63,3 script IP freebies 60,{ .@IP_table$ = getcharip(); mes "[Freebies]"; if(compare($IP_table$,.@IP_table$)) { mes "You have already received your freebies."; close; } set $IP_table$, $IP_table$+","+.@IP_table$; mes "Here are your freebies."; getitem 909,1; close; } Don't forget the button. I'm building up my rep lol.
    1 point
×
×
  • Create New...