-
Posts
1125 -
Joined
-
Days Won
31
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by Jaburak
-
-
[rAthena] & [eAthena] cell_noskill.patch
Jaburak commented on Jaburak's file in Source Modifications
-
- script Healer -1,{ set .@Price,0; // Zeny required for heal set .@Buffs,1; // Also buff players? (1: yes / 0: no) set .@Delay,1; // Heal delay, in seconds if (@HD > gettimetick(2)) end; if (.@Price) { message strcharinfo(0),"Healing costs "+.@Price+" Zeny."; if (Zeny < .@Price) end; if(select("^0055FFHeal^000000:^777777Cancel^000000") == 2) end; set Zeny, Zeny-.@Price; } specialeffect2 EF_HEAL2; percentheal 100,100; atcommand "@repairall " + strcharinfo(0); getinventorylist; for (set .@j, 0; .@j < @inventorylist_count; set .@j, .@j + 1) { if (!@inventorylist_identify[.@j]) { delitem2 @inventorylist_id[.@j],1,0,0,0,0,0,0,0; getitem @inventorylist_id[.@j],1; } } if (.@Buffs) { specialeffect2 EF_INCAGILITY; sc_start SC_INCREASEAGI,240000,10; specialeffect2 EF_BLESSING; sc_start SC_BLESSING,240000,10; } if (.@Delay) set @HD, gettimetick(2)+.@Delay; end; }
-
Yes, this is official now. Waiting for this update!
-
trunk/conf/battle/client.conf // Valid range of dyes and styles on the client. min_hair_style: 0 max_hair_style: 27 min_hair_color: 0 max_hair_color: 8 min_cloth_color: 0 max_cloth_color: 4
-
http://lmgtfy.com/?q=how+to+repair+table+in+mysql
-
Add this to your 2012-04-10 packet_db.txt 0x0844,2,cashshopopen,0 0x084a,2,cashshopclose,0 0x08c9,4,cashshopitemlist,0 0x0848,-1,cashshopbuy,0
-
I think your login log table crashed, go to your mysql and check your login table then repair.
-
trunk/db/re/statpoint.txt
-
prontera,128,200,6 script Platinum Skill NPC 94,{ mes "[Platinum Skill NPC]"; mes "I can give you the special skills available to your job. Would you like these skills now?"; next; menu "Yes",Lgetskills,"No",Lnogetskills; Lgetskills: if (BaseClass==Job_Novice) goto Lskillsnovice; if (BaseClass==Job_Swordman) goto Lskillsswordie; if (BaseClass==Job_Mage) goto Lskillsmage; if (BaseClass==Job_Archer) goto Lskillsarcher; if (BaseClass==Job_Acolyte) goto Lskillsaco; if (BaseClass==Job_Merchant) goto Lskillsmerchie; if (BaseClass==Job_Thief) goto Lskillsthief; Lskillsnovice: mes "[Platinum Skill NPC]"; mes "I see that you are a Novice Class. I will now add the special skills available to these jobs."; skill 142,1,0; if(BaseJob==0) skill 143,1,0; mes " "; mes "You now have all the special skills available to the these jobs."; next; goto LskillsEND; Lskillsswordie: mes "[Platinum Skill NPC]"; mes "I see that you are a Swordman Class. I will now add the special skills available to these jobs."; skill 142,1,0; skill 144,1,0; skill 145,1,0; skill 146,1,0; skill 1001,1,0; skill 1002,1,0; mes " "; mes "You now have all the special skills available to the these jobs."; next; goto LskillsEND; Lskillsmage: mes "[Platinum Skill NPC]"; mes "I see that you are a Mage Class. I will now add the special skills available to these jobs."; skill 142,1,0; skill 157,1,0; skill 1006,1,0; mes " "; mes "You now have all the special skills available to the these jobs."; next; goto LskillsEND; Lskillsarcher: mes "[Platinum Skill NPC]"; mes "I see that you are an Archer Class. I will now add the special skills available to these jobs."; skill 142,1,0; skill 147,1,0; skill 148,1,0; mes " "; mes "You now have all the special skills available to the these jobs."; next; goto LskillsEND; Lskillsaco: mes "[Platinum Skill NPC]"; mes "I see that you are an Acolyte Class. I will now add the special skills available to these jobs."; skill 142,1,0; skill 156,1,0; if(Class == 4070) { skill 1015,1,0; skill 1016,1,0; } mes " "; mes "You now have all the special skills available to the these jobs."; next; goto LskillsEND; Lskillsmerchie: mes "[Platinum Skill NPC]"; mes "I see that you are a Merchant Class.I will now add the special skills available to these jobs."; skill 142,1,0; skill 153,1,0; skill 154,1,0; skill 155,1,0; skill 1013,1,0; skill 238,1,0; mes " "; mes "You now have all the special skills available to the these jobs."; next; goto LskillsEND; Lskillsthief: mes "[Platinum Skill NPC]"; mes "I see that you are a Thief Class. I will now add the special skills available to these jobs."; skill 142,1,0; skill 149,1,0; skill 150,1,0; skill 151,1,0; skill 152,1,0; skill 1005,1,0; skill 1003,1,0; mes " "; mes "You now have all the special skills available to the these jobs."; next; goto LskillsEND; LskillsEND: mes "[Platinum Skill NPC]"; mes "Have a nice day."; close; Lnogetskills: mes "[Platinum Skill NPC]"; mes "Aww, how come you don't want my special skills?"; mes "*sob* FINE!"; mes "Have a nice day... >.>"; close; }
-
I think you removed the trunk/npc/kafras/functions_kafras.txt
-
prontera,145,158,1 script Gold Room 4_m_yuri,{ if (Life == 1) goto L_Life; mes "[Gold Room]"; mes "Hey, Hey! You wonder why I am so Rich?!"; mes "Well, that because I found this place called the Gold Room"; mes "OMG! There's 10 Gold Room!"; mes "The 1x is free"; mes "But all the other Gold Room you have to pay Gold."; mes "2x is 2000 Gold, 3x is 3000 Gold and Soon On..."; mes "Why you have to pay? Well it drops MORE Times the GOLD!"; mes "Oh! There's a Lifetime Pass! You need 30k Gold..."; mes "So, which Gold Room would you like to go too?"; menu "1x",1,"2x",2,"3x",3,"4x",4,"5x",5,"6x",6,"7x",7,"8x",8,"9x",9,"10x",10,"Lifetime Pass",lt,"Bye",bye; lt: mes "[Gold Room]"; mes "You need 30k Gold to have a Lifetime pass."; mes "Lifetime Pass let's you go to ALL the Gold Room for Free!"; mes "Do you have 30k Gold?"; menu "Yes!",yup,"Nope",bye; yup: if (countitem(969)==30000) ) goto yup_; mes "[Gold Room]"; mes "You don't have it!"; next; close; yup_: delitem 969,30000; set Life,1; mes "[Gold Room]"; mes "You have a Life Time Pass!"; next; close; 1: mes "[Gold Room]"; mes "Have Fun!"; next; warp "pvp_y_1-1",0,0; end; 2: if (countitem(969)>=2000) ) goto 2_; mes "[Gold Room]"; mes "Ha! You don't have enough!"; next; close; 2_: mes "[Gold Room]"; mes "Have Fun!"; delitem 969,2000; next; warp "pvp_y_2-1",0,0; end; 3: if (countitem(969)>=3000) ) goto 3_; mes "[Gold Room]"; mes "Ha! You don't have enough!",; next; close; 3_: mes "[Gold Room]"; mes "Have Fun!"; delitem 969,3000; next; warp "pvp_y_3-1",0,0; end; 4: if (countitem(969)>=4000) ) goto 4_; mes "[Gold Room]"; mes "Ha! You don't have enough!"; next; close; 4_: mes "[Gold Room]"; mes "Have Fun!"; delitem 969,4000; next; warp "pvp_y_4-1",0,0; end; 5: if (countitem(969)>=5000) ) goto 5_; mes "[Gold Room]"; mes "Ha! You don't have enough!"; next; close; 5_: mes "[Gold Room]"; mes "Have Fun!"; delitem 969,5000; next; warp "pvp_y_5-1",0,0; end; 6: if (countitem(969)>=6000) ) goto 6_; mes "[Gold Room]"; mes "Ha! You don't have enough!"; next; close; 6_: mes "[Gold Room]"; mes "Have Fun!"; delitem 969,6000; next; warp "pvp_y_6-1",0,0; end; 7: if (countitem(969)>=7000) ) goto 7_; mes "[Gold Room]"; mes "Ha! You don't have enough!"; next; close; 7_: mes "[Gold Room]"; mes "Have Fun!"; delitem 969,7000; next; warp "pvp_y_7-1",0,0; end; 8: if (countitem(969)>=8000) ) goto 8_; mes "[Gold Room]"; mes "Ha! You don't have enough!"; next; close; 8_: mes "[Gold Room]"; mes "Have Fun!"; delitem 969,8000; next; warp "pvp_y_8-1",0,0; end; 9: if (countitem(969)>=9000) ) goto 9_; mes "[Gold Room]"; mes "Ha! You don't have enough!"; next; close; 9_: mes "[Gold Room]"; mes "Have Fun!"; delitem 969,9000; next; warp "pvp_y_1-5",0,0; end; 10: if (countitem(969)>=10000) ) goto 10_; mes "[Gold Room]"; mes "Ha! You don't have enough!"; next; close; 10_: mes "[Gold Room]"; mes "Have Fun!"; delitem 969,10000; next; warp "pvp_y_2-5",0,0; end; bye: mes "[Gold Room]"; mes "Bye"; close; L_Life: mes "[Gold Room]"; mes "You have a Life Time Pass"; mes "Which Room would you like to go in?"; menu "1x",1__,"2x",2__,"3x",3__,"4x",4__,"5x",5__,"6x",6__,"7x",7__,"8x",8__,"9x",9__,"10x",10__,"Bye",bye; 1__: mes "[Gold Room]"; mes "Have Fun!"; next; warp "pvp_y_1-1",0,0; end; 2__: mes "[Gold Room]"; mes "Have Fun!"; next; warp "pvp_y_2-1",0,0; end; 3__: mes "[Gold Room]"; mes "Have Fun!"; next; warp "pvp_y_3-1",0,0; end; 4__: mes "[Gold Room]"; mes "Have Fun!"; next; warp "pvp_y_4-1",0,0; end; 5__: mes "[Gold Room]"; mes "Have Fun!"; next; warp "pvp_y_5-1",0,0; end; 6__: mes "[Gold Room]"; mes "Have Fun!"; next; warp "pvp_y_6-1",0,0; end; 7__: mes "[Gold Room]"; mes "Have Fun!"; next; warp "pvp_y_7-1",0,0; end; 8__: mes "[Gold Room]"; mes "Have Fun!"; next; warp "pvp_y_8-1",0,0; end; 9__: mes "[Gold Room]"; mes "Have Fun!"; next; warp "pvp_y_1-5",0,0; end; 10__: mes "[Gold Room]"; mes "Have Fun!"; next; warp "pvp_y_2-5",0,0; end; } - script I AM cool? -1,{ OnInit: monster "pvp_y_1-1",0,0,"Gold",1614,2500,"1::OnMobKilled"; monster "pvp_y_2-1",0,0,"Gold",1614,2500,"2::OnMobKilled"; monster "pvp_y_3-1",0,0,"Gold",1614,2500,"3::OnMobKilled"; monster "pvp_y_4-1",0,0,"Gold",1614,2500,"4::OnMobKilled"; monster "pvp_y_5-1",0,0,"Gold",1614,2500,"5::OnMobKilled"; monster "pvp_y_6-1",0,0,"Gold",1614,2500,"6::OnMobKilled"; monster "pvp_y_7-1",0,0,"Gold",1614,2500,"7::OnMobKilled"; monster "pvp_y_8-1",0,0,"Gold",1614,2500,"8::OnMobKilled"; monster "pvp_y_1-5",0,0,"Gold",1614,2500,"9::OnMobKilled"; monster "pvp_y_2-5",0,0,"Gold",1614,2500,"10::OnMobKilled"; end; } - script 1 -1,{ OnMobKilled: getitem 969,1; monster "pvp_y_1-1",0,0,"Gold",1847,1,"1::OnMobKilled"; } - script 2 -1,{ OnMobKilled: getitem 969,2; monster "pvp_y_2-1",0,0,"Gold",1614,1,"2::OnMobKilled"; } - script 3 -1,{ OnMobKilled: getitem 969,3; monster "pvp_y_3-1",0,0,"Gold",1614,1,"3::OnMobKilled"; } - script 4 -1,{ OnMobKilled: getitem 969,4; monster "pvp_y_4-1",0,0,"Gold",1614,1,"4::OnMobKilled"; } - script 5 -1,{ OnMobKilled: getitem 969,5; monster "pvp_y_5-1",0,0,"Gold",1614,1,"5::OnMobKilled"; } - script 6 -1,{ OnMobKilled: getitem 969,6; monster "pvp_y_6-1",0,0,"Gold",1614,1,"6::OnMobKilled"; } - script 7 -1,{ OnMobKilled: getitem 969,9; monster "pvp_y_7-1",0,0,"Gold",1614,1,"7::OnMobKilled"; } - script 8 -1,{ OnMobKilled: getitem 969,8; monster "pvp_y_8-1",0,0,"Gold",1614,1,"8::OnMobKilled"; } - script 9 -1,{ OnMobKilled: getitem 969,9; monster "pvp_y_1-5",0,0,"Gold",1614,1,"9::OnMobKilled"; } - script 10 -1,{ OnMobKilled: getitem 969,10; monster "pvp_y_2-5",0,0,"Gold",1614,1,"10::OnMobKilled"; }
-
Hide the NPC? or the user?
-
The patch is not updated yet. I suggest you to manual patch it in your SVN.
-
It's normal in callshop.
-
Replace the files at data/texture/effect aurafloat.tga auraring.bmp freezing_circle.bmp
-
My bad xD too sleepy. Anyways.. Aura Sprites.zip
-
trunk/conf/battle/skill.conf // Allow use of ES-type magic on players? allow_es_magic_player: no Set it to 'yes'.
-
Asura Strike Editing Guide; http://write.ratemyserver.net/ragnoark-online-how-to/asura-strike-changing-the-after-cast-image/
-
What skills? Anyway you can enable/disable skills in this; trunk/db/re/skill_nocast_db.txt
-
You can find custom wings here; http://rathena.org/board/files/category/112-other-graphics/
-
http://lmgtfy.com/?q=how+to+make+ro+installer%3F
-
trunk/db/re/mob_db.txt // Monster Database // // Structure of Database : // ID,Sprite_Name,kROName,iROName,LV,HP,SP,EXP,JEXP,Range1,ATK1,ATK2,DEF,MDEF,STR,AGI,VIT,INT,DEX,LUK,Range2,Range3,Scale,Race,Element,Mode,Speed,aDelay,aMotion,dMotion,MEXP,MVP1id,MVP1per,MVP2id,MVP2per,MVP3id,MVP3per,Drop1id,Drop1per,Drop2id,Drop2per,Drop3id,Drop3per,Drop4id,Drop4per,Drop5id,Drop5per,Drop6id,Drop6per,Drop7id,Drop7per,Drop8id,Drop8per,Drop9id,Drop9per,DropCardid,DropCardper // WoE Treasure Boxes 1324,TREASURE_BOX1,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,732,7760,608,3000,607,2500,2504,800,2404,800,2315,800,2104,800,616,1000,0,0,0,0 1325,TREASURE_BOX2,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,7073,80,658,500,604,10000,984,4850,985,7275,1239,1500,5027,75,1165,8,0,0,0,0 1326,TREASURE_BOX3,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,732,7760,608,3000,607,2500,2504,800,2404,800,2315,800,2104,800,616,1000,0,0,0,0 1327,TREASURE_BOX4,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,7074,80,658,500,604,10000,984,4850,985,7275,2108,1000,1306,75,5022,2,0,0,0,0 1328,TREASURE_BOX5,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,732,7760,608,3000,607,2500,2504,800,2404,800,2315,800,2104,800,616,1000,0,0,0,0 1329,TREASURE_BOX6,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,7075,80,658,500,604,10000,984,4850,985,7275,2102,834,5019,100,5002,9,0,0,0,0 1330,TREASURE_BOX7,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,732,7760,608,3000,607,2500,2504,800,2404,800,2315,800,2104,800,616,1000,0,0,0,0 1331,TREASURE_BOX8,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,7076,80,658,500,604,10000,984,4850,985,7275,2616,500,2334,125,2622,9,0,0,0,0 1332,TREASURE_BOX9,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,732,7760,608,3000,607,2500,2504,800,2404,800,2315,800,2104,800,616,1000,0,0,0,0 1333,TREASURE_BOX10,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,7077,80,658,500,604,10000,984,4850,985,7275,2104,500,2331,150,2623,10,0,0,0,0 1334,TREASURE_BOX11,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,732,7760,608,3000,607,2500,2504,800,2404,800,2315,800,2104,800,616,1000,0,0,0,0 1335,TREASURE_BOX12,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,7078,80,658,500,604,10000,984,4850,985,7275,2270,500,1716,150,2256,10,0,0,0,0 1336,TREASURE_BOX13,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,732,7760,608,3000,607,2500,2504,800,2404,800,2315,800,2104,800,616,1000,0,0,0,0 1337,TREASURE_BOX14,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,7079,80,658,500,604,10000,984,4850,985,7275,1238,375,1531,150,2318,10,0,0,0,0 1338,TREASURE_BOX15,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,732,7760,608,3000,607,2500,2504,800,2404,800,2315,800,2104,800,616,1000,0,0,0,0 1339,TREASURE_BOX16,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,7080,80,658,500,604,10000,984,4850,985,7275,2626,300,1472,167,2327,10,0,0,0,0 1340,TREASURE_BOX17,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,732,7760,608,3000,607,2500,2504,800,2404,800,2315,800,2104,800,616,1000,0,0,0,0 1341,TREASURE_BOX18,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,7081,80,658,500,604,10000,984,4850,985,7275,1143,250,1237,188,2235,12,0,0,0,0 1342,TREASURE_BOX19,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,732,7760,608,3000,607,2500,2504,800,2404,800,2315,800,2104,800,616,1000,0,0,0,0 1343,TREASURE_BOX20,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,7082,80,658,500,604,10000,984,4850,985,7275,617,250,1144,188,5007,19,0,0,0,0 1344,TREASURE_BOX21,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,732,7760,608,3000,607,2500,2504,800,2404,800,2315,800,2104,800,616,1000,0,0,0,0 1345,TREASURE_BOX22,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,7083,80,658,500,604,10000,984,4850,985,7275,2508,1000,2336,69,2621,20,0,0,0,0 1346,TREASURE_BOX23,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,732,7760,608,3000,607,2500,2504,800,2404,800,2315,800,2104,800,616,1000,0,0,0,0 1347,TREASURE_BOX24,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,7084,80,658,500,604,10000,984,4850,985,7275,2106,1000,1164,50,5025,24,0,0,0,0 1348,TREASURE_BOX25,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,732,7760,608,3000,607,2500,2504,800,2404,800,2315,800,2104,800,616,1000,0,0,0,0 1349,TREASURE_BOX26,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,7085,80,658,500,604,10000,984,4850,985,7275,2231,750,2624,46,2286,25,0,0,0,0 1350,TREASURE_BOX27,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,732,7760,608,3000,607,2500,2504,800,2404,800,2315,800,2104,800,616,1000,0,0,0,0 1351,TREASURE_BOX28,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,7086,80,658,500,604,10000,984,4850,985,7275,2283,500,2615,41,2234,32,0,0,0,0 1352,TREASURE_BOX29,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,732,7760,608,3000,607,2500,2504,800,2404,800,2315,800,2104,800,616,1000,0,0,0,0 1353,TREASURE_BOX30,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,7087,80,658,500,604,10000,984,4850,985,7275,2507,500,2625,38,5045,34,0,0,0,0 1354,TREASURE_BOX31,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,732,7760,608,3000,607,2500,2504,800,2404,800,2315,800,2104,800,616,1000,0,0,0,0 1355,TREASURE_BOX32,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,7088,80,658,500,604,10000,984,4850,985,7275,2407,429,2269,250,2317,35,0,0,0,0 1356,TREASURE_BOX33,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,732,7760,608,3000,607,2500,2504,800,2404,800,2315,800,2104,800,616,1000,0,0,0,0 1357,TREASURE_BOX34,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,7089,80,658,500,604,10000,984,4850,985,7275,2109,300,2406,273,2258,38,0,0,0,0 1358,TREASURE_BOX35,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,732,7760,608,3000,607,2500,2504,800,2404,800,2315,800,2104,800,616,1000,0,0,0,0 1359,TREASURE_BOX36,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,7090,80,658,500,604,10000,984,4850,985,7275,1142,215,2255,60,5017,38,0,0,0,0 1360,TREASURE_BOX37,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,732,7760,608,3000,607,2500,2504,800,2404,800,2315,800,2104,800,616,1000,0,0,0,0 1361,TREASURE_BOX38,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,7091,80,658,500,604,10000,984,4850,985,7275,1417,50,5053,50,2229,50,0,0,0,0 1362,TREASURE_BOX39,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,732,7760,608,3000,607,2500,2504,800,2404,800,2315,800,2104,800,616,1000,0,0,0,0 1363,TREASURE_BOX40,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,7092,80,658,500,604,10000,984,4850,985,7275,2506,43,2254,43,1529,38,0,0,0,0
- 1 reply
-
- 1
-
-
Custom guns sprite must have item ID from 13100+
-
Remove: set .@part,select(.@menu$);