

donkeyg
Members-
Posts
1060 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by donkeyg
-
how about if this is my script , where should i add? - shop quest_shop7 -1,501:50 xmas,153,116,5, script Skull Exchanger 68,{ set @i,0; mes "[skull NPC]"; mes "Which item do you wish to obtain?"; mes "Select only one."; callshop "quest_shop7",1; npcshopattach "quest_shop7"; end; OnBuyItem: if(.BuildQuest) { for(set .e,0; !compare(getarg(.e+1) + "","Zeny"); set .e,.e+2) {} npcshopadditem "quest_shop7",getarg(.e+2),getarg(.e)*compare(getarg(.e+1) + "","SZeny"); setarray .Shop[.i],getarg(.e+2); set .i,.i+1; goto Quest_Setup; } if(.Shop[@i]!=@bought_nameid) for(set @i,1; 1; set @i,@i+1) if(.Shop[@i]==@bought_nameid) { set .i,@i; callsub Quest_Setup; } for(set @i,1; !@e; set @i,@i+1) if(.Shop[@i]==@bought_nameid) { set @e,1; set .i,@i; callsub Quest_Setup; } mes "[skull NPC]"; mes "I require the following:"; for(set @i,0; !compare(getarg(@i+1) + "","Zeny"); set @i,@i+2) mes "^FF0000" + ((countitem(getarg(@i))>=getarg(@i+1))? "^00FF00":"") + "" + getarg(@i+1) + " " + getitemname(getarg(@i)) + " [" + countitem(getarg(@i)) + "/" + getarg(@i+1) + "]"; if(getarg(@i)) mes "^FF0000" + ((Zeny>=getarg(@i))? "^00FF00":"") + "" + getarg(@i) + " Zeny"; mes "^000000In exchange, I will give you:^0000FF"; for(set @i,@i+2; getarg(@i+1,0); set @i,@i+2) mes getarg(@i+1) + " " + getitemname(getarg(@i)); switch(select("Exchange:" + (((((getiteminfo(@bought_nameid,5) & 1) || (getiteminfo(@bought_nameid,5) & 256) || (getiteminfo(@bought_nameid,5) & 512)) && @equip==0))? "Preview Item":"") + ":No thanks")) { case 1: for(set @i,0; !compare(getarg(@i+1) + "","Zeny"); set @i,@i+2) if(countitem(getarg(@i)) < getarg(@i+1)) { next; mes "You have " + countitem(getarg(@i)) + " " + getitemname(getarg(@i)) + ", while I require " + getarg(@i+1) + "."; mes "Please obtain ^FF0000" + (getarg(@i+1)-countitem(getarg(@i))) + " more " + getitemname(getarg(@i)) + "^000000."; close; } if(Zeny < getarg(@i)) { next; mes "You do not have enough Zeny."; mes "Please obtain ^FF0000" + (getarg(@i)-Zeny) + " more Zeny^000000."; close; } for(set @i,0; !compare(getarg(@i+1) + "","Zeny"); set @i,@i+2) delitem getarg(@i),getarg(@i+1); set Zeny,Zeny-getarg(@i); for(set @i,@i+2; getarg(@i+1,0); set @i,@i+2) getitem getarg(@i),getarg(@i+1); if (compare(getarg(@i,0) + "","announce")) announce strcharinfo(0) + " has just obtained " + getitemname(@bought_nameid) + "!",bc_all; close; case 2: set @bottomview, getlook(3); set @topview, getlook(4); set @midview, getlook(5); addtimer 1000, strnpcinfo(3)+"::On_Leave"; set @equip,getiteminfo(@bought_nameid, 5); set @view, getiteminfo(@bought_nameid, 11); if(@equip != -1 && @view > 0) { if(@equip & 1) atcommand "@changelook 3 " + @view; if(@equip & 256) atcommand "@changelook 1 " + @view; if(@equip & 512) atcommand "@changelook 2 " + @view; } next; goto OnBuyItem; case 3: close; } On_Leave: atcommand "@changelook 1 " + @topview; atcommand "@changelook 2 " + @midview; atcommand "@changelook 3 " + @bottomview; set @equip,0; set @view,0; set @topview,0; set @midview,0; set @bottomview,0; end; OnInit: npcshopitem "quest_shop7",0,0; set .BuildQuest,1; set .i,1; Quest_Setup: switch(.i) { default: set .BuildQuest,0; set .e,0; set .i,0; end; case 1: callsub OnBuyItem,7420,800,0,"Zeny",2000,1; case 2: callsub OnBuyItem,7420,800,0,"Zeny",1228,1; case 3: callsub OnBuyItem,7420,500,0,"Zeny",12186,1; case 4: callsub OnBuyItem,7420,500,0,"Zeny",5151,1; case 5: callsub OnBuyItem,7420,500,0,"Zeny",5568,1; case 6: callsub OnBuyItem,7420,800,0,"Zeny",13414,1; case 7: callsub OnBuyItem,7420,800,0,"Zeny",13412,1; case 8: callsub OnBuyItem,7420,800,0,"Zeny",13413,1; // case 3: callsub OnBuyItem,4131,1,1022,300,17753,15,5000000,"Zeny",503,1; // case 4: callsub OnBuyItem,4290,5,7206,150,7263,150,17753,20,10000000,"Zeny",506,1; // case 5: callsub OnBuyItem,4168,1,2255,5,5128,1,2229,1,5127,1,17753,15,10000000,"Zeny",506,1; // case 6: callsub OnBuyItem,17753,25,25000000,"Zeny",2202,1; } }
-
requesting loadingscreens and a loginscreen named "Passion Ragnarok Online" Thanks!
-
i had updated my miruku clinets, both data and rdata.grf but i still saw unknown item=.= bump
-
my client's chat box cant write anything, im sure inside my lua files\chatwndinfo\chatwndinfo.lub and chatwndinfo_f.lub also the lua files
-
-
a easy bradium n carnium exchange Requirements: 3 oridecon or elunium can excahnge to bradium or carnium , and plus 50z (same like the default 1 , but need easy way to exchange, don need click so many times=="_
-
why would lik ethat? i never edit that file before=.=
-
because of RENEWAL_DROP http://irowiki.org/w...em#Level_Factor renewal.h because of RENEWAL_DROP http://irowiki.org/w...em#Level_Factor renewal.h so what should i do??
-
i got a problem here, in my server, i type @mi poring, all dorp rate are shown 100%, but when i hunt the poring, lots of poring is not drop 100% all the items. why?
-
id: 99 name: "Admin" level: 99 inherit: ( "Support", "Law Enforcement" ) commands: { /* not necessary due all_commands: true */ } log_commands: true permissions: { can_trade: true can_party: true all_skill: false all_equipment: false skill_unconditional: false use_check: true use_changemaptype: true all_commands: true adjgroup: true } } ) lik ethis?
-
why there's a lot of unknown item that drops from biolab level 4's monster, Kraken MVP, queen scaraba MVP and other new monster... vump
-
i use a command called #adjgroup playername 99 , the player's chat box have shown "your group has changed" but when i type @commands, it's only default command (means level 0's command" , and im sure my 99 GM level has 237 commands.. why would like that? wat problem actually it is?
-
[urgent help]error sprite msg after changing to new client
donkeyg replied to donkeyg's question in Client-side Support
so, this is how it looks like? accname [ACCESSORY_IDs.ACCESSORY_3D_GLASSES] = "_3D_Glasses", [ACCESSORY_IDs.ACCESSORY_AKATSUKI_SUIT] = "_Akatsuki_Suit", [ACCESSORY_IDs.ACCESSORY_ANGEL_PROTECTION] = "_Angel_Protection", [ACCESSORY_IDs.ACCESSORY_DARKNESS_KITSUNE] = "_Darknses_Kitsune", [ACCESSORY_IDs.ACCESSORY_ELECTRIC_GUITAR] = "_Electric_Guitar", [ACCESSORY_IDs.ACCESSORY_GOLD_WIND_MILESTONE] = "_Gold_Wind_Milestone", [ACCESSORY_IDs.ACCESSORY_GUNNER_MOTORCYCLE] = "_Gunner_Motorcycle", [ACCESSORY_IDs.ACCESSORY_HALLOWEEN_SCARF] = "_Halloween_Scarf", [ACCESSORY_IDs.ACCESSORY_INUYASHA] = "_Inuyasha", [ACCESSORY_IDs.ACCESSORY_KAME_FACE] = "_Kame_Face", [ACCESSORY_IDs.ACCESSORY_KAME_SHELL] = "_Kame_Shell", [ACCESSORY_IDs.ACCESSORY_LILOHAT] = "_Lilohat", [ACCESSORY_IDs.ACCESSORY_NATURE_SACK] = "_Nature_Sack", [ACCESSORY_IDs.ACCESSORY_NINJA_HEAD_PROTECTOR] = "_Ninja_Head_Protector", [ACCESSORY_IDs.ACCESSORY_NINPOU] = "_Ninpou", [ACCESSORY_IDs.ACCESSORY_SAIYA_AURA] = "_Saiya_Aura", [ACCESSORY_IDs.ACCESSORY_SAIYA_HAIR] = "_Saiya_Hair", [ACCESSORY_IDs.ACCESSORY_SAIYA_TAIL] = "_Saiya_Tail", [ACCESSORY_IDs.ACCESSORY_ZANGETSU] = "_Zangetsu", [ACCESSORY_IDs.ACCESSORY_LIGHTHALZEN_AURA] = "_Lighthalzen_Aura", [ACCESSORY_IDs.ACCESSORY_RUNES_OF_POWER] = "_Runes_Of_Power" } accssoryid --874-899 ACCESSORY_3D_GLASSES = 900, ACCESSORY_AKATSUKI_SUIT = 901, ACCESSORY_ANGEL_PROTECTION = 902, ACCESSORY_DARKNESS_KITSUNE = 903, ACCESSORY_ELECTRIC_GUITAR = 904, ACCESSORY_GOLD_WIND_MILESTONE = 905, ACCESSORY_GUNNER_MOTORCYCLE = 906, ACCESSORY_HALLOWEEN_SCARF = 907, ACCESSORY_INUYASHA = 908, ACCESSORY_KAME_FACE = 909, ACCESSORY_KAME_SHELL = 910, ACCESSORY_LILOHAT = 911, ACCESSORY_NATURE_SACK = 912, ACCESSORY_NINJA_HEAD_PROTECTOR = 913, ACCESSORY_NINPOU = 914, ACCESSORY_SAIYA_AURA = 915, ACCESSORY_SAIYA_HAIR = 916, ACCESSORY_SAIYA_TAIL = 917, ACCESSORY_ZANGETSU = 918, ACCESSORY_LIGHTHALZEN_AURA = 919, ACCESSORY_RUNES_OF_POWER = 920 } -
[urgent help]error sprite msg after changing to new client
donkeyg replied to donkeyg's question in Client-side Support
[ACCESSORY_IDs.ACCESSORY_3D_GLASSES] = "_3D_Glasses", [ACCESSORY_IDs.ACCESSORY_AKATSUKI_SUIT] = "_Akatsuki_Suit", [ACCESSORY_IDs.ACCESSORY_ANGEL_PROTECTION] = "_Angel_Protection", [ACCESSORY_IDs.ACCESSORY_DARKNESS_KITSUNE] = "_Darknses_Kitsune", [ACCESSORY_IDs.ACCESSORY_ELECTRIC_GUITAR] = "_Electric_Guitar", [ACCESSORY_IDs.ACCESSORY_GOLD_WIND_MILESTONE] = "_Gold_Wind_Milestone", [ACCESSORY_IDs.ACCESSORY_GUNNER_MOTORCYCLE] = "_Gunner_Motorcycle", [ACCESSORY_IDs.ACCESSORY_HALLOWEEN_SCARF] = "_Halloween_Scarf", [ACCESSORY_IDs.ACCESSORY_INUYASHA] = "_Inuyasha", [ACCESSORY_IDs.ACCESSORY_KAME_FACE] = "_Kame_Face", [ACCESSORY_IDs.ACCESSORY_KAME_SHELL] = "_Kame_Shell", [ACCESSORY_IDs.ACCESSORY_LILOHAT] = "_Lilohat", [ACCESSORY_IDs.ACCESSORY_NATURE_SACK] = "_Nature_Sack", [ACCESSORY_IDs.ACCESSORY_NINJA_HEAD_PROTECTOR] = "_Ninja_Head_Protector", [ACCESSORY_IDs.ACCESSORY_NINPOU] = "_Ninpou", [ACCESSORY_IDs.ACCESSORY_SAIYA_AURA] = "_Saiya_Aura", [ACCESSORY_IDs.ACCESSORY_SAIYA_HAIR] = "_Saiya_Hair", [ACCESSORY_IDs.ACCESSORY_SAIYA_TAIL] = "_Saiya_Tail", [ACCESSORY_IDs.ACCESSORY_ZANGETSU] = "_Zangetsu", [ACCESSORY_IDs.ACCESSORY_LIGHTHALZEN_AURA] = "_Lighthalzen_Aura", [ACCESSORY_IDs.ACCESSORY_RUNES_OF_POWER] = "_Runes_Of_Power", --874-899 ACCESSORY_3D_GLASSES = 900, ACCESSORY_AKATSUKI_SUIT = 901, ACCESSORY_ANGEL_PROTECTION = 902, ACCESSORY_DARKNESS_KITSUNE = 903, ACCESSORY_ELECTRIC_GUITAR = 904, ACCESSORY_GOLD_WIND_MILESTONE = 905, ACCESSORY_GUNNER_MOTORCYCLE = 906, ACCESSORY_HALLOWEEN_SCARF = 907, ACCESSORY_INUYASHA = 908, ACCESSORY_KAME_FACE = 909, ACCESSORY_KAME_SHELL = 910, ACCESSORY_LILOHAT = 911, ACCESSORY_NATURE_SACK = 912, ACCESSORY_NINJA_HEAD_PROTECTOR = 913, ACCESSORY_NINPOU = 914, ACCESSORY_SAIYA_AURA = 915, ACCESSORY_SAIYA_HAIR = 916, ACCESSORY_SAIYA_TAIL = 917, ACCESSORY_ZANGETSU = 918, ACCESSORY_LIGHTHALZEN_AURA = 919, ACCESSORY_RUNES_OF_POWER = 920, -
[urgent help]error sprite msg after changing to new client
donkeyg replied to donkeyg's question in Client-side Support
still error.. i think it's custom item's sprite error... how do i fix it??? before using the old client was fine. but now error. -
My server grf name is passion.grf but when i upload the thor files, but it wont patch it into my passion.grf , it's just give me a new folder called "data" inside there's files that i wan to patch into GRF... why it patch into my DATA folder? but not into my passion.grf? my config // Thor Patcher Internal Config File // Note: any entry leaves as blank will use default value // True = 1 // False = 0 // Note that true or 1 both works fine (that's why I put "=") [url] //base_url - everything except patch files will read from here //The address should point to a directory with / at end // // example: // http://domain.com/patch/ // NOT // http://domain.com/patch // base_url=http://passion-ro.com/patch/ //notice_file - [Relative Address] //You should able to access this file by combine base_url & notice_file notice_file=notice.html //core_file - [Relative Address] //this internal config file only store whats required, //but core_file is an remote config file that stores on your web host core_file=main.ini //TimeOut - timeout of connection in seconds //0 is default setting, leave it as 0 unless you know what you are doing! TimeOut=0 //============================= // File below is on local disk //============================= [Local] //status_file - [Relative Address] //It used to store information such as last patch id etc, status_file=update.dat //grf_file - [Relative Address] grf_file=passion.grf //client_file - [Relative Address] //It's GAME EXE not patcher's client_file=Passion-RO.exe //client_parameter - [self Explained] client_parameter=-1sak1 sorry for my bad english
-
[urgent help]error sprite msg after changing to new client
donkeyg posted a question in Client-side Support
recently i have change my old client to 2011 03 15 client date version.. and some of the player login and i receive this msg, what happen? updated after i keep press OKAY, then it comes out gravity Error i have edited in mmo.h #define PACKETVER 20110315 in packet_db.txt //packet_db_ver: 25 packet_db_ver: default //2011-03-15aRagexeRE 0x01FD,15,repairitem,2 0x0202,26,friendslistadd,2 0x022D,5,hommenu,2:4 0x023B,36,storagepassword,0 0x0288,-1,cashshopbuy,4:8 0x02C4,26,partyinvite2,2 0x0436,19,wanttoconnection,2:6:10:14:18 0x0437,7,actionrequest,2:6 0x0438,10,useskilltoid,2:4:6 0x0439,8,useitem,2:4 0x07E4,-1,itemlistwindowselected,2:4:8 0x0802,18,bookingregreq,2:4:6 0x0803,4 0x0804,14,bookingsearchreq,2:4:6:8:12 0x0805,-1 0x0806,2,bookingdelreq,0 0x0807,4 0x0808,14,bookingupdatereq,2 0x0809,50 0x080A,18 0x080B,6 0x0811,-1,reqopenbuyingstore,2:4:8:9:89 0x0815,2,reqclosebuyingstore,0 0x0817,6,reqclickbuyingstore,2 0x0819,-1,reqtradebuyingstore,2:4:8:12 0x0835,-1,searchstoreinfo,2:4:5:9:13:14:15 0x0838,2,searchstoreinfonextpage,0 0x083C,12,searchstoreinfolistitemclick,2:6:10 0x035F,5,walktoxy,2 0x0360,6,ticksend,2 0x0361,5,changedir,2:4 0x0362,6,takeitem,2 0x0363,6,dropitem,2:4 0x0364,8,movetokafra,2:4 0x0365,8,movefromkafra,2:4 0x0366,10,useskilltopos,2:4:6:8 0x0367,90,useskilltoposinfo,2:4:6:8:10 0x0368,6,getcharnamerequest,2 0x0369,6,solvecharname,2 updated bump -
does 20100625 clients still support new monsters if i add it manually? i tried, but it's seems not..
-
same.. doesnt work... bu,p bumppppppppp bump.. need it urgent!~!~ bu,p bumppppp????
-
is this already ready in RATHENA RENEWAL client?
donkeyg replied to donkeyg's question in Source Support
bump -
is this already ready in RATHENA RENEWAL client?
donkeyg replied to donkeyg's question in Source Support
is it already implemented in rathena? because my server still doesnt have the features -
The search function on the boards is a very strong and powerful tool bud: http://rathena.org/b...or/#entry106033 i used thorgenerator and delete this files -> data\lua files\optioninfo\option.lub but then i use GRFbuilder to check inside my GRF, it still existed inside the grf.. why=.= bump
-
vump it's + +15% per additional member of party or +10%??
-
request PassionRO login and loading screen
donkeyg replied to donkeyg's question in Graphics Requests
I think he is asking someone to make him a loading/login screen picture for his server Passion RO yes