Leaderboard
Popular Content
Showing content with the highest reputation on 09/29/12 in all areas
-
Hello all! Now i present to you my release : Faction system. Faction system settings: conf/battle/faction.conf Faction data base: db/faction_db.txt Faction alliances db: db/faction_alliance.txt New atcommands New Script commands New mapflag: fvf ( mf_fvf ) New map cell: nofvf ( cell_nofvf, cell_chknofvf ) Main Features: Faction versus Faction wars allowed only on FvF maps ( Min.lvl -> fvf_min_lvl: 55 ) Custom aura effects ( max is 3 by default, but you can increase it ) Aura can displaying for unit types in faction.conf: NPCs, Monsters, Pets, etc...( not only for Player ) Monster and other can change own base status to status from faction_db.txt ( race, element... ) If faction have Undead race or status faction members in this function can heal themselves ( if it allowed in faction_db.txt ) NPC shops can sell items to different factions at different prices. Now saving faction leader and relics of each faction. Multi - alliance support. Voting system ( voting for faction leader ). Relics support. Logging Faction chat. Youtube Preview http://www.youtube.com/watch?v=S7q-ExosLa8 Price: FREE PATCH FOR RATHENA REV. 17310 Faction_System_Complete_1.4_rA17310.patch FACTION.SQL Old BETA version1 point
-
E - Script Collection Last Update : September 10, 2013 Refine Function SQL Mission Board Monster Marching Vendor Control Advanced Stylist Coin Exchanger Doppelganger Race Of The Day Limited Items Multi Currency Shop Random News GM Online List Link Broken E-Inquiry DotA Runes Flower Counting Game Class Restriction Chain Quest Build Manager Misc Scripts : Freebies Script Card Trader Gold Room [ Pick Gold ] Gold Room [ Guild Tax ] Map Restriction [ GM Based ] Daily Reward Monthly Reward Monster Spawner Monster Summoner with Last Summoned Display Players Stats & Equipments 3rd Job Item Giver Exchanger [ Cashpoint to Coins ] Exchanger [ Poring Coin - Zeny ] Exchanger [ Points to Tickets ] Exchanger [ Item to Item ] Exchanger [ Item to Item ] Exchanger [ Multi Item to 1 Item ] Party Match Auto Ban Over Stats Users Soul Link Buff Kill Players gain Cash Points Party Members All Get Items [ Snippet ] Message Board Stalker Class Skill Reproduce NPC Multiple Selection Quest [ Template ] In-Game Item Rewarder In-Game Points Rewarder Invasion Event Custom Item Rate Status Point Seller [ Snippet ] Anti Bot Security Script Anti Bot Script [ Code / Question ] Item Combo Restriction [ LHZ Card ] Drop Item Upon Death PVP Switcher + Announcer [ Guild Master ] Rotating Waitingroom Messages +10 Refiner [ Specific Items ] Random Rate Item Exchanger MVP Invasion Premium Users [ Boost Rates ] Display Cutin Image upon Login Custom Randomed Box Items Kick GM during WOE Custom Crafting NPC Restrict Same IP [ Certain Map ] Coloured Items Exchanger Guild Master Changer Party Team PK Match Gambling Game IRC Channel Crafting NPC Guild Storage Restriction Stage Game [ Version 4 ] Monster Wiki Event [ Version 3 ] Special Thank you for my Tutor : Notes : I am a bit lazy to write all those Script Descriptions, i do believe that all of you able to get how this script works. Anyway, i will still doing my best to write the Updated Changelog or informations about the script as detail as possible. All the Scripts above are uploaded to Pastebin . Abide the Following Rule : Scripts Error / Not Working , you have to Explain it in Details. ( Add in Images / Modified Scripts ) Do not SPAM / BUMP in my Topic. Do not ask for Support stuffs for other Scripts in this Topic. Link Down , then drop [ @Emistry ] a message. I Reserved the Right for NOT Answering your Posts if you did not abide my Topic's Rules. Keep This In Your Mind : All the Scripts i distribute here are NOT FOR COMMERCIAL USES . DO NOT remove my Credits if you are using part of the scripts to modify your own. DO NOT re-release the scripts in any form / way. If you ♥ these Scripts , Click on to Vote this Topic up. Or you may also click on at above the Topic1 point
-
Idea : http://j.mp/SA5jEh [media=] [/media]This script need to add source code before using, all information is in file. Monster Defense.rar How to start this event ? create a party and click npc. Reward : no. Set each wave monster amount : setarray .@lv_amount[0],10,12,13,15,20; Set wave monster : --->1002 for(set .@i,1;.@i<=4;set .@i,.@i+1) { for(set .@j,0;.@j<.@lv_amount[.level-1];set .@j,.@j+1) callSub OnSpawn,.@i,.@j,1002; }1 point
-
Okay, so basically, when you equip more than 1 card to a piece of equipment the item name changes color. Seeing as how both Cards, and those items being used to enchant gear with certain stats, are both type 6, why doesn't the other also change the item name color? e.g: Armor with 4 Poring Cards = Gold Name. e.g2: Armor with 1Poring Card & 3 Agi +3 = Regular White Name So, how would i go about making them agi+3 items, affect name color like cards?1 point
-
in data.grf e_tower.rsw# 380# 400# 700# 35# 55# 45# -22# -22# -22# viewpointtable.txt1 point
-
1 point
-
What did you enter as parameter? Works fine for me (tested with parameter 4096, and *mes with 4000 dots). Then apply custom aura sprites and use empty aura sprites.1 point
-
yeah, of course. you and RedBoss' direct link are in the same country (I can say both of you are sitting next to each other) =.=1 point
-
did you noticed that there is mirror link in the first post ??? sometime the link work fine...just the author uploading new version...and have to get approve by staff team then only other member can download.1 point
-
1: Minor detail that will be fixed, they still loaded so, that'll get done before comitt 2: atleast one item has negative def at this time, unsigned can not go negative, and the only other difference is the range, and since there won;t be any item with def of 31k+ that doesn;t negatively effect it. *resurect egg shell* once it is in kRO if it does, has negative 7 def. 3 Oops haha good catch i didn't even see that on the ??? ones, for the second part, those items do not work and error the map-server, madoheal is not a defined function I just commented them out for now, but I should've place the script comments back in instead. The other databases not yet but I'll fly through those, I did re sql first because I use sql and I love sql and re is awesome. I am off to work right now though, I'll be back online at about quarter after 1am est Here is the new DIFF pre-re SQL re SQL and re TXT itemchanges.diff1 point
-
Hey, I suggest you look in your application.php in your config folder. 'MinPasswordLength' => 8, // Minimum password length. 'MaxPasswordLength' => 31, // Maximum password length.1 point
-
There are still some problems with it: 1. Almost all of the comments /* */ you removed now have double-spaces between scripts. 2. Why did you change this? - `defence` smallint(5) unsigned default NULL, + `defence` smallint(5) NULL default NULL, 3. A few other questions/mistakes, from skimming the file: Should not uncomment an item named "????_???". -# REPLACE INTO `item_db_re` VALUES (7804,'????_???','????_???',3,NULL,NULL,10,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); +REPLACE INTO `item_db_re` VALUES (7804,'????_???','????_???',3,NULL,NULL,10,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); You commented these lines, why? Also, misplaced "#" line in first +. -REPLACE INTO `item_db_re` VALUES (12392,'Repair_A','Repair A',0,220,NULL,70,NULL,NULL,NULL,NULL,0x00000400,8,2,NULL,NULL,NULL,NULL,NULL,'/* madoheal rand(200,300),0; */',NULL,NULL); -REPLACE INTO `item_db_re` VALUES (12393,'Repair_B','Repair B',0,500,NULL,70,NULL,NULL,NULL,NULL,0x00000400,8,2,NULL,NULL,NULL,NULL,NULL,'/* madoheal rand(300,400),0; */',NULL,NULL); -REPLACE INTO `item_db_re` VALUES (12394,'Repair_C','Repair C',0,1100,NULL,70,NULL,NULL,NULL,NULL,0x00000400,8,2,NULL,NULL,NULL,NULL,NULL,'/* madoheal rand(400,500),0; */',NULL,NULL); +# REPLACE INTO `item_db_re` VALUES (12392,'Repair_A','Repair A',0,220,NULL,70,NULL,NULL,NULL,NULL,0x00000400,8,2,NULL,NULL,NULL,NULL,NULL,#' madoheal rand(200,300),0; ',NULL,NULL); +# REPLACE INTO `item_db_re` VALUES (12393,'Repair_B','Repair B',0,500,NULL,70,NULL,NULL,NULL,NULL,0x00000400,8,2,NULL,NULL,NULL,NULL,NULL,' madoheal rand(300,400),0; ',NULL,NULL); +# REPLACE INTO `item_db_re` VALUES (12394,'Repair_C','Repair C',0,1100,NULL,70,NULL,NULL,NULL,NULL,0x00000400,8,2,NULL,NULL,NULL,NULL,NULL,' madoheal rand(400,500),0; ',NULL,NULL); Do you have the pre-re and txt databases done as well?1 point
-
the clientinfo.xml is inside the GRF folder ... for your korean text problem ... make sure your client read the correct GRF ..configure it here data.ini make sure you are using the LUB files...not the lua files.... and put it inside the luafiles514 folder which is inside your GRF....1 point
-
After reading this from the beginning, no wonder Lilith has lost the interest in this system... Starting with some bugs report and those endless suggestions. Even though the suggestions are great, but actually it's very hard and time wasting to implement them all. We don't even know whether Lilith was working with a team or maybe Lilith just develops this system alone without anyone helping with this project. Creating src codes, SQL codes, and even finding bugs in the codes is a fun yet stressing thing to do... Anyway, thanks Lilith for your awesome work for this community1 point
-
1 point
-
1 point
-
3 Way to add passwords for bound items. 1 = Src edit using variales, 2 = Item equip script using variables, 3 = NPC to add a password / remove password. I would write up a script for it, but i'm a little busy creating a few systems that need alot of tweaking till i'm satisfied. *P.S - Src helps in this would be nice xD*1 point
-
switch to rAthena...xD if eA....you can only try it here... http://eathena-project.googlecode.com/svn/trunk/conf/battle/gm.conf // The minimum level for a GM to be unable to distribute items. // You should set this to the same level @item is set to in the atcommand.conf // NEVER SET THIS VALUE TO 0, or you will block drop/trade for normal players gm_cant_drop_min_lv: 1 //The trust level for your GMs. Any GMs ABOVE this level will be able to distribute items //ie: Use Storage/Guild Storage, Drop Items, Use Vend, Trade items. gm_cant_drop_max_lv: 01 point
-
all the structure for group is the same.... the only different among then is the value / setting you give to each group ... { id: 1 name: "Custom" inherit: ( /*None*/ ) level: 0 commands: { /* no commands by default */ } log_commands: false permissions: { can_trade: false } },1 point
-
create a group with the permission setting i show above...and move that account into that group... just change the group_id in SQL into that group ID that have the permission given..1 point
-
1 point
-
I'm not sure what you mean for the password or the use of it. But, I can make a script and/or at command to unbind an equipped item? The code currently does not support stackable items - I'm not even sure if the client can even handle it. That is, even if an item with the bound flag enabled on a stackable item, the inventory, storage, and cart storage will still think it is a regular item. I'll try to check that out when I am not busy..1 point
-
That's why i added Time Limit / Delay / Users Limit hope it would minimized the SPAM / Abuse rate... Ouch ...actually..this script has build with some feature..which is...NO ITEM DROPS / NO EXP GAIN in that maps.. all the users get the items by using GetItem Command and for the you have to remove the NO EXP Mapflag setmapflag .Map$,mf_nojobexp; setmapflag .Map$,mf_nobaseexp; and i think this may be able to help you give extra bonus exp on it. ( i not sure is this the correct way to handle using this mapflag ) setmapflag .Map$,mf_jexp,10; setmapflag .Map$,mf_bexp,10;1 point
-
[ Update ] : Added a Farm Zone Script : Description : A map which allow users to hunt items inside it. But it have some restriction as well ... Time Limit Users Limit Item Hunting Limit etc.. Check out the "Function" part for items configuration. and there is 2 Type of Item Lists ( You can set how many to get randomly ) Normal Monster Drops List Boss Monster Drops List Farm Zone [ Version 2 ] Changelog : Scripts : View ♥ Download1 point