-
Posts
173 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by Deviszh
-
try to use lower version of client. on the latest client version the alt+q and alt+a was already separated. any sugguestions?
-
2015-10-29a
-
Its not a good idea. just re-diff your client through NEMO. and check the [ ] Hide Cash Shop Button. instead of switching another client. RagexeRE its not good for production its for test purposes. you are wrong. way back before we use Ragexe. we just use RagexeRE the ragexe is recently introduce. that's why the most stable one is ragexere if he is using an on version of client he can use ragexere but if he using the latest features for his server he can just use the ragexe. Its not a good idea. just re-diff your client through NEMO. and check the [ ] Hide Cash Shop Button. instead of switching another client. RagexeRE its not good for production its for test purposes. you are wrong. way back before we use Ragexe. we just use RagexeRE the ragexe is recently introduce. that's why the most stable one is ragexere if he is using an on version of client he can use ragexere but if he using the latest features for his server he can just use the ragexe. just DIFF. that's it. Hey guys how to combine the ALT+Q and ALT+A?
-
Its not a good idea. just re-diff your client through NEMO. and check the [ ] Hide Cash Shop Button. instead of switching another client. RagexeRE its not good for production its for test purposes. got errors using nemo patcher. UPDATE: ALREADY FIX THE SHOP CATEGORY AT THE SCRIPT, i just need only the FIX PRICE not discounted price. UPDATE: FIXED THE CASH SHOP ICON. JUST DIFF YOUR CLIENT AND REMOVE CASH SHOP ICON THEN APPLY. maybe im in GM suit thats why im getting the original price and the discounted price??? I dont think so.
-
How to downgrade my client? Because I want to remove Cash Shop icon, i want to put the Alt + Q with the stats viewer (Alt +A). If i need to download clients please put the link. Thanks! FIXED the remove cash shop icon, how to combine alt q and alt a?
-
Can anyone fix my shop3,4,5,6 because its not opening. This is the script. //===== rAthena Script ======================================= //= A double shop that pays with item id 7828 and 7829 //===== By: ================================================== //= Winz //===== Current Version: ===================================== //= 1.0 //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= //= But items for using item id 7828 and 7829 //============================================================ - shop CustShop1 -1,909:-1 - shop CustShop2 -1,909:-1 prontera,149,178,5 script KipRO Donate Item Shop 95,{ mes "[KipRO Donate Item Shop]"; mes "Hi, "+strcharinfo(0)+"!"; mes "What are you lookin' for?"; next; set .select, select("^000FFF"+getitemname(.itid1)+" ^000000Weapon Shop:^000FFF"+getitemname(.itid2)+" ^000000Headgear Shop:^000FFF"+getitemname(.itid3)+" ^000000Armor Shop:^000FFF"+getitemname(.itid4)+" ^000000Shoes Shop:^000FFF"+getitemname(.itid5)+" ^000000Garment Shop:^000FFF"+getitemname(.itid6)+" ^000000Accessory Shop:Leave"); if( .select == 3) close; callshop "CustShop"+.select,1; npcshopattach "CustShop"+.select; end; OnBuyItem: set .@money, countitem(getd(".itid"+.select)); for(set .@i,0; .@i<getarraysize(@bought_nameid); set .@i,.@i+1) for(set .@j,0; .@j<getarraysize(getd(".Shop"+.select)); set .@j,.@j+2) if (@bought_nameid[.@i] == getd(".Shop"+.select+"["+.@j+"]")) { set .@cost, .@cost+(getd(".Shop"+.select+"["+(.@j+1)+"]")*@bought_quantity[.@i]); break; } if (.@cost > .@money) { mes "[KipRO Donate Item Shop]"; mes "You don't have enough ^000FFF"+getitemname(getd(".itid"+.select))+"^000000."; emotion e_omg; dispbottom "The message below is a lie. You don't have enough "+getitemname(getd(".itid"+.select))+"."; close; } else { mes "KipRO Donate Item Shop"; for(set .@i,0; .@i<getarraysize(@bought_nameid); set .@i,.@i+1) { getitem @bought_nameid[.@i], @bought_quantity[.@i]; mes " ^777777"+@bought_quantity[.@i]+"x "+getitemname(@bought_nameid[.@i])+"^000000"; } delitem getd(".itid"+.select), .@cost; mes " "; mes "---- Total: ^0055FF"+.@cost+" "+getitemname(getd(".itid"+.select))+".^000000 ----"; next; mes "[KipRO Donate Item Shop]"; mes "Thank you for your purchase!"; emotion e_cash; } set .select, 0; deletearray @bought_nameid[0], getarraysize(@bought_nameid); deletearray @bought_quantity[0], getarraysize(@bought_quantity); close; OnInit: // set the item id for it here set .itid1, 7179; set .itid2, 7179; set .itid3, 7179; set .itid4, 7179; set .itid5, 7179; set .itid6, 7179; setarray .Shop1[0], // Shop items: <ID>,<cost> 1530,10; setarray .Shop2[0], // Shop items: <ID>,<cost> 32002,20,5495,15,5013,10; setarray .Shop3[0], // Shop items: <ID>,<cost> 32002,20,5495,15,5013,10; setarray .Shop4[0], // Shop items: <ID>,<cost> 32002,20,5495,15,5013,10; setarray .Shop5[0], // Shop items: <ID>,<cost> 32002,20,5495,15,5013,10; setarray .Shop6[0], // Shop items: <ID>,<cost> 32002,20,5495,15,5013,10; for (set .@j, 1; .@j<3; set .@j, .@j+1){ npcshopdelitem "CustShop"+.@j,909; for(set .@i,0; .@i<getarraysize(getd(".Shop"+.@j)); set .@i,.@i+2) npcshopadditem "CustShop"+.@j,getd(".Shop"+.@j+"["+.@i+"]"),getd(".Shop"+.@j+"["+(.@i+1)+"]"); } end; } Also how to fix the item prize? I want only the original Price. Also I want to remove the Cash Shop here.
-
i cant find, link?
-
I just recheck the following files if they are correct. I dont have accessoryid.lua and accname.lua, so i tried to decompile it with the Microsoft Visual Studio, so the korean letters will change into numbers or words and I refer to this guide. https://rathena.org/wiki/Custom_Items#Structure data\luafiles514\lua files\datainfo\accessoryid.lub data\luafiles514\lua files\datainfo\accname.lub so thank you for this @mrmagic Just recheck, if the error gives you the sprites or textures, check the data/textures and data/sprite of your grf and put the following sprites in ur error like this. Also recheck the following if you put the right name, view id of the following: - idnum2itemdesctable.txt This file contains the description of your item, when it is right-clicked. The syntax for an item is: ItemID# Item Description Line 1 Item Description Line 2 # - idnum2itemresnametable.txt This file sets the inventory and drop-sprite for an the item. Item is defined as follows: ItemID#SpriteName# - itemslotcounttable.txt The SpriteName is the name of the files in collection and item folders inside texture and the ones inside sprite folder. If you want to use the look of an another item, search for it's id and copy the sprite name from there. ItemID#NumberOfSlots# Also put the custom item in /System/ItemInfo.lua [<item id>] = { unidentifiedDisplayName = <item name to show when not magnified>, unidentifiedResourceName = <file name prefix used for all the images and drop sprite when not magnified>, unidentifiedDescriptionName = { <comma separated list of strings>,<to get multiple lines>,<in item description> }, identifiedDisplayName = <item name to show when magnified>, identifiedResourceName = <file name prefix used for all the images and drop sprite when magnified>, identifiedDescriptionName = { <same format as unidentifiedDescriptionName but for magnified items> }, slotCount = <number of slots>, ClassNum = <View ID - yes the same one that was there item_db> }, Dont forget these: data\luafiles514\lua files\datainfo\accessoryid.lub eg: ACCESSORY_PINKBUNNY_HAIRBAND = 663, ACCESSORY_GREENBUNNY_HAIRBAND = 664, ACCESSORY_<ITEM NAME> = <665> //This should be in number order data\luafiles514\lua files\datainfo\accname.lub eg: [ACCESSORY_IDs.ACCESSORY_PINKBUNNY_HAIRBAND] = "_ÇÎÅ©Åä³¢¸Ó¸®¶ì", [ACCESSORY_IDs.ACCESSORY_GREENBUNNY_HAIRBAND] = "_±×¸°Åä³¢¸Ó¸®¶ì", [ACCESSORY_IDs.ACCESSORY_ITEM NAME] = "add the sprite of the item"
-
paturo naman kung papaano? salamat Gawa ka lang ng panibagong patch, tapos piliin mo directory > ACSII > /Sytem tapos lagay mo nalang sa htdocs > patch > data > (yung ginawa mong thor patch) tapos lagay mo sa plist. Minsan pag hindi nag uupdate ung patcher ko dndelete ko nalang yung .dat sa client side ko para magpatch ulit.
-
Thank you all! But my game time is permanent Day time. How to change this?
-
yes, please let me use teamviewer. FIXED, please close this thread. Thanks! @rAthena!
-
please help me. my viewID is same in itemInfo.lua and itemdb.txt, but still not showing. Please help, im using kRO Latest Client.
-
as the title says, i find some scripts but it giving me error in mapserver.
-
When I registering my account it says "uh oh, what happened?" I dunno whats the problem. We can use teamviewer for fast resolving my problem. currently working this fluxcp almost 12 hours.
-
any tutorial here? Its kinda easy to configure the flux control panel, you just need to edit the config.php and tuwala! lets try? teamviewer? First you have to install XAMPP. complete tutorial please? nahh, i found it. Thanks! https://rathena.org/board/topic/57114-how-to-install-flux-cp/
-
any tutorial here? Its kinda easy to configure the flux control panel, you just need to edit the config.php and tuwala! lets try? teamviewer?
-
any tutorial here?
-
As the title says, is there a free control panel? Using hamachi IP/LAN IP/LOCAL IP? Just for registering accounts because some of player does not know "username_m or username_f". I would like to put Download links for my Client at the Control Panel. Thank you! @rAthena
-
/trunk/npc/custom to enable put it in npc/scripts_custom ex. npc: npc/custom/Mall.txt then type the command @reloadscript check these some of scripts, enable it all. trunk/npc - scripts_athena - scripts_custom - scripts_guild - scripts_jobs - script_mapflags - scripts_monsters - scripts_test - scripts_warps remove the "//" to enable the npc, then type the command @reloadscript
-
Script enable for @getitem @getitem2 command.
Deviszh replied to Deviszh's question in Script Requests
okay im done with this, thanks for replying by the way. I meant is the give item to a character. @ = your item, # = other character @item 768 1 (to your char) #item <character> <item id> <quantity> -
npc/custom/script_custom
-
trunk/npc/custom/ then add it on trunk/npc/script_custom, dont put "//" to activate npc after reloading script. (@reloadscript) for the refine check trunk/db/re/refine_db
-
thanks for this. ----------- FIXED, please close this thread. Thank you! @rAthena
-
FIXED! close this thread please.. Thank you @rathena