Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/10/13 in all areas

  1. Added: WDGEnableCustom3DBones Enables the use of custom 3D monsters (Granny) by lifting hardcoded ID limit. WDGEnableProxySupport Ignores server-provided IP addresses when changing servers. binary builds, sources As always, untested. Bink: 50%, Rain: 30%.
    3 points
  2. kRO Decompiled LUA: svn link: http://krotranslatedlua.googlecode.com/svn/trunk/ Changelog r2: Added rdata.grf files, r3: Added data.grf Files r4: Added System Files r5: Added March 13 Files r6: Added System Files[13 March] and Jan13 Files(That was deleted by me accidently) r7: Added March 21 Files Files Date: 21st March 2013. Dropping New Items Project Because of Lack of Time.
    2 points
  3. I got a PM that there already is an outdated C# programm for the AEGIS script files. I already started coding in Java though and maybe I will rely on the code of the current tool, I will have to have a look into it and ask the owner if he is okay with that or not. I will add it to the repo later on or maybe when we move to GIT. But as of the current state it is not worth releasing it, because of the code structure and the way it works. I want to get the basic parsing/code splitting done(which I would say is finished to 80-85%) and then change it so that the commands can be parsed from anywhere(especially from the DB files), which is not possible right now.
    2 points
  4. 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 Topic
    1 point
  5. Hi guys! That's quite a troll topic name, but the idea is here: Wanted to create my server, and didn't have anything to host it; then i thought I had a raspberry pi available, so I started wondering if it could work. So I installed Raspbian (Debian customised for raspberry pi's ARM); which comes with gcc, make pre-installed.. Downloaded rathena's last sources from svn with subversion. Configure doesn't work, it doesn't recognize my libgzip-dev. So i tried with cmake that I installed. makefile works. make install gave me these errors: 1 - incompatible va_list in nullpo.c I searched on the web to understand that depending on the architecture and the implementation of C compilers, va_list can be either an array or a pointer. Here, that couldn't work so I just had to correct it in nullpo.c. 2 - After that, i relaunch make install [ 1%] Building C object src/common/CMakeFiles/common_base.dir/mempool.c.o In file included from /home/pi/trunk/src/common/mempool.c:27:0: /home/pi/trunk/src/common/../common/atomic.h:86:2: error: #error Your Target Pla tfrom is not supported make[2]: *** [src/common/CMakeFiles/common_base.dir/mempool.c.o] Error 1 make[1]: *** [src/common/CMakeFiles/common_base.dir/all] Error 2 make: *** [all] Error 2 So this time, no idea how to resolve this, but guys how awesome it could be to host it from a raspberry; Have to try! Help please ^^ btw, it's not an old gcc, it's 4.6.3. See ya
    1 point
  6. January Digest 2013 The following digest covers the month of January, 2013. Things have been settling down since the last digest, at long last. Here is a summary of what's taken place over the past month. Administration Maki has been reinstated as Administrator. Development Team Lemongrass has joined as Script / DB Developer. Daegaladh has rejoined as Script / DB Developer. Kenpachi has been moved to Community Contributors. Ind has been moved to Community Contributors. Cookie has been moved to Community Contributors. Development Highlights Updated all Renewal cast delays for non-third job skills. (r17069) Implemented official walk path dealing with obstacles. (r17091) Implemented Unique Item IDs for non-stackable items, switched off by default. (r17080, r17081, r17086) Added and updated many Renewal item scripts. (r17103, r17104, r17105). Implemented Sealed MVP cards. (r17104, r17105). Reduced default and minimum value of skill_amotion_leniency. (r17072) Distinguished main database from log database SQL upgrade files. (r17102) Misc. Stats During the period there were 47 commits. Of these 47 commits 34 included bug-fixes.
    1 point
  7. I finally succeeded. ==> First step was to update GCC to 4.8 from 4.7. it seemed to give the built-in functions 32bits for ARM which were missing for atomic.h needed in mmo.h. But I still had problems for 64bits functions. After one day, I thought "anyway Raspberry isn't 64bits" and simply "swiched off" the functions by returning a random floating value. Compiler had problems, but exe wouldn't use them on raspberry. And that's it, it's working. So 3 things can prevent you from compiling rathena on raspberry: 1 - ./configure doesn't work, got some errors with zlib even if it's installed. Rather go for CMake 2 - Make install doesn't work, nullpo.c gets errors on stupid variables, because depending on implementations of C, the variable is either a pointer, or a structure. Try casting it as a pointer. It worked for me (multiple modifications in file) 3 - mempool.h got some problems in atomic.h where you need to "switch off" 64bits functions (and gcc >=4.8 absolutely needed) by deleting call to built-in functions for int64 which doesn't work for raspberry. That's all folks, hope it helps anyone trying the same thing. Currently I was running on raspbian. Server's working but memory available is low. That's bad since i'm only using terminal, i mean on 512mo I only have 1xx free after loading system. Too much things on this system. ==> there's a fork by Darkbasic which only uses 7mo of ram after start. It doesn't come with X, Xorg, LXDE. No GUI. But fairenough. And less shared memory for graphics. I'll try this this week. I'm sure there's a good potential on that; it'd be good enough for my RO server =). Bye !
    1 point
  8. L_FINAL2: next; mes .npcname$; mes "Brilliant! Fantastic! Here you go."; getitem .prize,1; announce "Whatever you want goes here",bc_all; close; }
    1 point
  9. this is sometimes due to your clientinfo settings. Langtype 0 or 1 usually works
    1 point
  10. it's my first sprite, it's not finished yet, but when finish i will share it. need to improve the drawing of the sword... here the advance:
    1 point
  11. 1. edit these 2 guild files like so: Index: npc/guild2/agit_main_se.txt =================================================================== --- npc/guild2/agit_main_se.txt (revision 17127) +++ npc/guild2/agit_main_se.txt (working copy) @@ -601,6 +601,7 @@ end; OnStartArena: + set breaker_points, breaker_points +1; set .@GID,getcharid(2); set .@region$, (compare(strnpcinfo(4),"arug"))?"Valfreyja":"Nithafjoll"; // Lower castle Economy Index: npc/guild/agit_main.txt =================================================================== --- npc/guild/agit_main.txt (revision 17127) +++ npc/guild/agit_main.txt (working copy) @@ -99,6 +99,7 @@ // The Emperium has been broken. OnAgitBreak: + set breaker_points, breaker_points +1; set .@GID,getcharid(2); // Show and log error if an unguilded player breaks the Emperium. (Should NEVER happen) if (.@GID <= 0) { 2. load this script: http://rathena.kpaste.net/934c?rawprontera,155,188,0 script Emp Break Ladder 910,{ switch(select("View Emp Break Ladder:Redeem points for TCG:More Info")) { case 1: query_sql "SELECT `char`.`name`, guild.`name`, CAST(`value` AS UNSIGNED) " + "FROM global_reg_value " + "LEFT JOIN `char` ON global_reg_value.char_id=`char`.char_id " + "LEFT JOIN `guild` ON `char`.guild_id=guild.guild_id " + "WHERE global_reg_value.`str`='breaker_points' " + "ORDER BY CAST(`value` AS UNSIGNED) DESC LIMIT 10", .@name$, .@guild$, .@points; mes "[Top 10 Emp Breakers]"; for (set .@i,0; .@i<getarraysize(.@name$); set .@i,.@i+1) { mes (.@i+1) +". ^0000FF"+ .@name$[.@i] +"^000000, "+ .@guild$[.@i] +" ("+ .@points[.@i] +((.@points[.@i]==1)?" pt":" pts")+")"; } break; case 2: mes "[Emp Break Ladder]"; mes "Total Emp Breaks: " + breaker_points; mes "Available Points: " + (breaker_points - breaker_tcg); if (breaker_points == 0) { mes "You have not broke the emp yet!"; } else if (breaker_points <= breaker_tcg) { mes "You've already exchanged all your points for TCG."; mes "Come back after you break the emp again!"; } else { set .@reward, breaker_points - breaker_tcg; if (select("Redeem points for "+.@reward+" TCG:Cancel") == 2) { mes "Come back if you change your mind."; } else if (checkweight(7227, .@reward) == 0) { mes "You are overweight or carrying too many items."; } else { getitem 7227, .@reward; set breaker_tcg, breaker_tcg + .@reward mes "Here are your "+.@reward+" TCG!"; } } break; case 3: mes "[Emp Break Ladder]"; mes "Each time you break the emp, you earn 1 point."; mes "Then, talk to me to redeem your point(s) for TCG."; break; } close; }
    1 point
  12. Implemented by Aleos in r17126 and documented in r17127.
    1 point
  13. File Name: Vote4Points File Submitter: Xantara File Submitted: 28 Dec 2012 File Category: Web Resources Content Author: Xantara What is this? This is a Control Panel Addon that provides an incentive for your players to vote for your server on several “top game sites”. Features: Add as many banners as you'd like! Edit and delete pre-existing banners easily Reward types: FluxCP Donation Credit Variable Points (eg #CASHPOINT) Item Reward (eg. Coins) [*]Vote Interval eg. vote every 12 hours [*]Reward Variability eg. vote for us on GameSites200 for 2 reward points and on XtremeTop100 for 5 points [*]Ability to associate banners with the vote site [*]Countdown timer eg. Vote in 4hrs and 3mins [*]Toggle to allow/disallow voting from same IP on multiple accounts [*]Voting and reward redeem logs Compatibility: Can be used on FluxCP for eAthena or rAthena. rAthena User Discount: By purchasing here on rAthena, you receive a DISCOUNTED price (normally $20.00!) and some proceeds are given to back to the community (rAthena). Try it out! A demo is setup in the link below. You may log in using the following information depending on which point of view you would like to try. Demo Link: Control Panel Admin Login: Username: admin Password: admin Player Login: Username: player Password: player Policy All purchases are non-refundable Do not redistribute any of my work Do not steal the credit of work created specifically by me, Xantara. Do not remove or replace copyright text, images, etc. You may not use this work for commercial purposes. You may alter the work as long as attribution is given. However, support for the work will no longer be provided. * Any of the above conditions can be waived if you have my approval * Support Included is a README file with some basic instructions and other information. Purchasing this addon includes lifetime and free support. If you find a bug, please report it! Website: http://www.artistic-coder.com/ MSN: missxantara[at]gmail[dot]com Credits Created by Xantara Like my work? Rate/vote this download Rep up my support topic post Click here to download this file
    1 point
  14. Question about the Policy Im kind of confused: Your Policy: Creative Commons
    1 point
  15. my script should have check them with *attachrid command ( if attachrid ... else {here} )if they are log out, the next time player register, the attachrid condition will unqueue them yes ... in fact this how how my bg_pvp script looks like if you search bg_pvp around this forumthe team need to kill the opponent team the amount of points to win, and if they respawn to the amount of starting value, that team lost
    1 point
  16. i am not meaning nocommand.txt.... i refer to something like this mapname mapflag nocommand or any source mod that you have added and it's related to command disability ~
    1 point
  17. 1 point
  18. I don't see the need to move you in the Community Contributors group btw.
    1 point
  19. try http://pastebin.com/raw.php?i=DqaxLxu3
    1 point
  20. Please don't force users to register on your forums just to see a download link. It makes it look like you're just trying to increase your forum's registration count.. or trying to grab their Facebook info.
    1 point
  21. dale un vistazo a nuestros vecinos http://rathena.org/board/topic/62419-asking-for-costume-system/ espero que te sirva Saludos!
    1 point
  22. try this http://pastebin.com/raw.php?i=UkUn1fwT pm the npc with an item id.. [npc:ItemCount] 512
    1 point
  23. a long time ago, b4 gravity implement it i had the idea of make costumes for the chars but i gave up since the only way i found to do it was remake all characters sprites, specially the bulky ones like paladin, to make easier to the chars fit in the costumes w/o looks too weird. another problem at the time was the limited view IDs (not a real problem now) and the fact that only headgears had visible sprites in game. one thing that some ppl do is create disguise items to hide the actual job sprite w/ another one.
    1 point
  24. A lot of the dev team was swamped with work again, and the drop is more noticeable since we all had significant free time over the holidays.
    1 point
  25. Nope. It's always been like this.
    1 point
×
×
  • Create New...