Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 06/25/20 in all areas

  1. Version 1.3.0

    340 downloads

    Junk Seller will scan your inventory and sell everything at the same time. The list of items will display in a window so the player has a chance to confirm. If the player has the skill "Overcharge" it will add zeny to the sale amount accordingly. INSTALLATION AND CUSTOMISATION: 1. SQL DB required for personal blacklist, run this command to create the necessary table in your DB: CREATE TABLE `junkerblacklist` ( `char_id` varchar(100) DEFAULT NULL, `item_name` varchar(100) DEFAULT NULL, `item_id` varchar(100) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; 2. Add junkseller.txt to whichever directory you store your NPCs, and update scripts_custom.conf. 3. Modify this array at line 54 to configure your permanent global blacklist. setarray @Blacklist[0], 4. Uncomment / Comment the code at lines 541 and 544 if you would like the script to include Cards. // Checks if item is an Etc item (3) // Comment this line and uncomment the line below if you want Cards to be included if(getiteminfo(.@iid,2) == 3){ // Comment the above line and uncomment this line if you want Cards to be included //if(getiteminfo(.@iid,2) == 3 || getiteminfo(.@iid,2) == 6){ 5. Modify .@showbl to 0 at line 39 if you don't want the message displaying how many items were removed by the blacklist system. .@showbl = 1; // Shows how many items were removed by the blacklist system.
    Free
    2 points
  2. View File @AnalyzeItem count item in your server @aitem this command allows you to check how many of the item in the server command @aitem2 allows you to check also who have the items @aitem is fast, but @aitem2 will take some time to finish the time depend on how big your database is! Keep in mind that this script work with sql , so if you got an item you will need to wait xtime(default 30 sec) to save in sql so you can see it with the command (or relogin or any act in the server that force you data to be saved , it's all depends on your server setting and your usage) you should wait until the command is done , do not logout/talk to npc/ anything until you get the results! '@AnalyzeItem' return the count of the item in the server. '@AnalyzeItem2' return the count of the item and the lst of who have it in the server (take more time). USAGE: @AnalyzeItem <ITEM_ID> @AnalyzeItem2 <ITEM_ID> OR @AItem <ITEM_ID> @AItem2 <ITEM_ID> Wait until you get the results in your chat to add more tables (like other storages) check the array .@tables$ and .@id$ F_GET_REAL_OWNER_NAME(<"string table">,<id>) get the name for id Submitter sader1992 Submitted 06/22/2020 Category Utilities Video Content Author sader1992  
    1 point
  3. Get what you need from here. https://drive.google.com/file/d/1QKmhT9jrJfA_p5zLxSaXXdW_F1alO7Ry/view
    1 point
  4. you probably forgot to add something from battle.cpp item_cash is not declared.
    1 point
  5. prontera,155,185,5 script Click-The-Pub 1_F_MARIA,{ end; OnWhisperGlobal: if ( getgmlevel() >= 99 ) goto OnMinute00; end; OnMinute00: delwaitingroom; waitingroom "Click ME", 2, strnpcinfo(0)+"::OnWinner", 1; end; OnWinner: warpwaitingpc "prontera", 155, 182, 1; attachrid $@warpwaitingpc; if ( !checkweight( 501,1 ) ) { dispbottom "LOL you don't have enought space to get a reward"; end; } getitem 501, 1; announce "Click the Pub: Winner is "+ strcharinfo(0) +" !!", bc_all; delwaitingroom; end; }
    1 point
  6. Yes, i'm new on rAthena i mean in this community but i can guarantee you i can fix it. Anyways, making using BrowEdit 586 or 620 as i said earlier, you can't fix it not totally fix some areas are fixes but everytime you walk in other tiles it will be blacken. Trust me. No Offense for this Brandon For all players having issues with 'Blackening Textures In-game' just hit this and follow. We will use the 'Hexing Method' Open 'XVI32' or any Hexing Editors. Find the .rsw,(File) open it up in a Hex Editor or XVI32, and look for "0201" on the first line and change it to "0109". NOTE: if you Hex the .gat(File) it will give you like this "unrecognized version". It should be worked, and i can guarantee it tested with Ivion 'Matrix Illion Map' Please give me some feed back. Regards, Nemesis / War of Immortals
    1 point
×
×
  • Create New...