Leaderboard
Popular Content
Showing content with the highest reputation on 07/17/13 in all areas
-
Ragnarok Online Login Screen Generator (ROLSG) Helps you to cut your private server custom login screen with just a click you dont need any photo edditing software to cut it just click and magically your custom login screen is cut by 12 parts that are needed without errors and you dont need to rename it becuase it rename it self after you generate it and it help the people who is new here this is EASY, CONVINIENT and FREE to use How to use : Just load your custom login screen with a size of [1024x768] then Click Convert It will automatically cut into 12 parts NOTE : I created a folder so that after you convert or generate it will not hard to find P.S. since i request here alot i just want to contribute what i use for myself if the file is corrupted or something let me now i will make some mirrors Credits to : Wiskovisky and to ME for the release i dont know if someone release this here try to help ROLSG.rar2 points
-
TextManager is a script package used to separate texts from scripts with an optional multilangual support. You will never have to touch a script to change the texts. If you have staff members which should only translate or correct texts, they will only have to receive and change the data area of the Xynvaroth_TextManager. There is no need to spread all your scripts anymore. There is a detailed documentation inside the file. Xynvaroth_TextManager2 points
-
< Stolao's Script Collection> Please Comment, Good or Bad i want to know your guys thoughts on what i should do next. Update History At Afk At Commands Auto Event Custom Functions Daily Login Reward Ex Job Master Floating Rates Fly-Wings Group Buffs Mvp Speed Run Non-Abuse Healer Poring Power Pvp Ladder Mining -Unsupported, Bug Fixes Only- Weapon Mastery -Unsupported, Bug Fixes Only- Coming soon to a server near you1 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
-
ROChargenPHP Features Core Support for .spr, .act, .pal, .grf, ... .act file completed support (transparency, scale, color, rotate, ...) Characters fully implemented ( body, head, hats, weapon, shield, robe, mount) with palettes support. Can modify action, animation and direction. Class to generate : Full Character / Character Head only / Monster-NPC-Homunculus / Avatar / Signature. Cache system available (and can be set off) with configurable time to cache. Emblem Loader available. Client Data.ini file support (to list your GRFs) Support GRF (0x200 version only without DES encryption - repack before uploading) - the data folder is always read first. Auto-Extract files from GRF if needed (optimize performance) Updater script available to convert some lua files to PHP. How to use Really url-friendly: myserver.com/chargen/<controller>/<data> // with url-rewriting myserver.com/chargen/index.php/<controller>/<data> // without url-rewriting Example for my character called "KeyWorld": myserver.com/chargen/avatar/KeyWorld // avatar myserver.com/chargen/signature/KeyWorld // signature myserver.com/chargen/character/KeyWorld // full Character myserver.com/chargen/characterhead/KeyWorld // Character's head You can change the default link by modify the array $routes in the index.php file: // $routes['url'] = controller $routes['/avatar/(.*)'] = 'Avatar'; $routes['/character/(.*)'] = 'Character'; $routes['/characterhead/(.*)'] = 'CharacterHead'; $routes['/monster/(\d+)'] = 'Monster'; $routes['/signature/(.*)'] = 'Signature'; Custom display At least, the tool is really easy to use, here an example on how to display a static character: $chargen = new CharacterRender(); $chargen->action = CharacterRender::ACTION_READYFIGHT; $chargen->direction = CharacterRender::DIRECTION_SOUTHEAST; $chargen->body_animation = 0; $chargen->doridori = 0; // Custom data: $chargen->sex = "M"; $chargen->class = 4002; $chargen->clothes_color = 0; $chargen->hair = 5; $chargen->hair_color = 12; // ... head_top, head_mid, head_bottom, robe, weapon, shield, ... // Generate Image $img = $chargen->render(); imagepng($img); Examples / Demos Sources Get the source (Thanks to report all bugs) License Instead of selling it, I give a try to "Open Source project with Donation". So if you think, you would have buy it if i was selling it, think to give a donation ? Notes A directory "client" is in the project, it will be a good idea to move it to a directory not accessible by the user (for example /home/client/). If you use generate images from GRFs you have to know it's a little slower, i recommend you in this case to allow the "AutoExtract" option to gain performance. GRFs have to be save as 0x200 version without any encryption (even the official DES), good idea is to remove unused folders ( textures, wav, models).. If you use the options Cache and AutoExtract, don't forget the script need to have a write access to the client and cache folder. Thanks to Khazou for the acces to his server to fully testing the tool1 point
-
Hey all! I'm releasing these files because I think there are more people out there who can agree to that the third job auras are a bit... over the top. So here, I've made this edit. With this, you will merely have a "glowy" appearance and no longer the huge wave, casting-like explosion aura. * Special thanks to Shigure from NovaRO for an updated image file - My own image was lost. Upon downloading you agree to the following: • This is a FREE RELEASE. Do not distribute this content for commercial purpose. Caution!: • The third job aura effects are part of many third job skills, so merging this with your GRF will interfere with quite some of their animations. So unless you like some animations to become black, you are strongly recommended to ONLY use these files in Pre-RE servers that ONLY offers third job appearance(/sprite) changes without becoming them otherwise. For example, with Secret's Dress Changer. Download available in attachment~ Reduced Auras.rar1 point
-
Hi, I changed the global light of Payon map, but some objects are with different color, what I do for make all objects have the same color? here the prints.: If anyone knows what to do to solve the problem I thank. I'm sorry for my english but I live in the Brazil and not talk english, I used the translator.1 point
-
Thanks for your feedback. I have recently returned to rAthena, so I am not a hundret percent up to date. If the engine featured a better solution to store data (to a file or so), then I would surely use it. If there is a better way today, I will welcome it if you let me know. I did not know about the Multilanguage Support feature; thank you for informing me. I will consider changing my script to feature it, because there are also downsides like that the possible languages are pre-defined.1 point
-
1 point
-
Hi ultrahazard, The issue is with your MySQL server; it can be multiple things... 1) Is your MySQL server running properly? 2) Do you have a MySQL user named "ragnarok", and have you put the correct password for the "ragnarok" user in 'inter_athena.conf'? You must make sure you are using the information to log into your MySQL server in 'inter_athena.conf', and not the `login` table information.1 point
-
That sounds like a more in-depth analysis of what I do. If I don't place objects as I find them, I might forget. So I place them and reorganize later,1 point
-
1 point
-
I'll try to do that, and then say if it worked, thanks. @EDIT Oh thank you, it worked, despite having given enough work to redo all the gats, but what matters is that it worked, thank you so much.1 point
-
3:15 in the morning now x.x sorry for late respond.. busy with my final exam @mrlongshen i've found something about character screen selection problem you have but i haven't try it yet. in your src/common/mmo.h what value you put on this line #define MAX_CHARS i've found if you changed this, you must hex your ragexe (i'm not expert at hexing client so i'm sorry can't answer it). @mhagz i saw your screenshot about your loki.ini and i found that something wrong because there are 2 line about the rageexe location. do not add the line i put on my tutorial, you must change the 'ragexe.exe' into the name of your patched ragexe which is mine is '2013-07-03aRagexe_patched.exe' ; Must be on same dir of Loki Exe = "ragexe.exe" <----this one you change into your patched ragexe name. don't add this line into your loki.ini Into ; Must be on same dir of Loki Exe = "2013-07-03aRagexe_patched.exe" (I change into 2013-07-03aRagexe_patched.exe because I patched my 2013-07-03aRagexe.exe. if you use another ragexe please changed into yours) @tifaro glad you've success create your own ragnarok offline server and sorry for unclear words i made, because english isn't my 1st language, i'll change it now. and for your question here is the answer: 1. you run rsu-kro-rag-lite.exe 2. 'rename luatolub.bat.txt into luatolub.bat and double click (to run) it.' yes you are right about it, will add this line to my tutorial. 3. I couldn’t find DATA.ini so I created it by notepad, with the information above. correct. i forgot to add this too, although in step 6 i put note about clientinfo.xml same with this. 4. I created new folder ‘trunk’ inside folder ‘Server’. no you don't need to. seems like i put directly link into trunk but now i fix it. 5. my Subnet Mask is 255.255.255.0 so I changed the subnet: 255.0.0.0:127.0.0.1:127.0.0.1 into subnet:255.255.255.0:127.0.0.1:127.0.0.1 ,right? since it offline it's ok to fill it with that. seems like the step i write is for online server hahahaha mybad. 6. I didn't repeat step 12 like you said. Instead, I double clicked on ‘logs’ schema instead of ‘rathena’ schema, then click ‘file’ and choose ‘Open SQL Script’ and go to rAthena\trunk\sql-files and open 'logs.sql' click OPEN and click the 'Lightning button’. I waited until its done and close my MySQL Workbench and Open it again to refresh. it's ok. i write to repeat step 12 just in case the reader unexpectly closed the MySQL Workbench. 7. After this step, can I close MySQL workbench or just leave it there? you can close it. 8. I found this: #define PACKETVER 20120410 //#define PACKETVER 20130320 //#define PACKETVER 20111116 I only change the first line #define PACKETVER 20120410 into #define PACKETVER 20130703, do I need to change all three lines? just change the first line the second and the third is '//' so it won't be necessary. 9. When I open it with Visual Express, the program ask me to update some components in rAthena-10.sln from Visual 2010 to Visual 2012, I must agree otherwise I can’t ‘build selection’,is it ok? well if you find no problem then it's ok.. because i never found this case before.. i think because you are using visual 2012. 10. Is ‘Block’ means ‘select’? After doing this step, can I close the Visual Studio? yes 'block' means 'select' and yes you can cloas after you succesfully build your server. 11. You mean Server\trunk\db? Lol, mybad to write 'rAthena\trunk\db' that's my folder.. and yes it should be 'Server\trunk\db' Besides, before adding, I found this at the end of ‘packet_db.txt’: Is it ok to add the line your said? I used 2013-07-03aRagexe_patched.exe and 2013-07-03aRagexe_patched.xdiff sure it is ok since the packet i put in there is for that ragexe date. @jimwest you can find it in here i already put the link on first post in 10 things you need to download, point number 10. edited adding this packet because read your post at shakto thread hahaha... i guess you need vpn to access pastebin. //2013-07-03 Ragexe packet_ver: 38 0x0369,7,actionrequest,2:6 0x083C,10,useskilltoid,2:4:6 0x0437,5,walktoxy,2 0x035F,6,ticksend,2 0x0930,5,changedir,2:4 0x07E4,6,takeitem,2 0x0362,6,dropitem,2:4 0x07EC,8,movetokafra,2:4 0x0364,8,movefromkafra,2:4 0x0438,10,useskilltopos,2:4:6:8 0x0366,90,useskilltoposinfo,2:4:6:8:10 0x096A,6,getcharnamerequest,2 0x0368,6,solvecharname,2 0x0838,12,searchstoreinfolistitemclick,2:6:10 0x0835,2,searchstoreinfonextpage,0 0x0819,-1,searchstoreinfo,2:4:5:9:13:14:15 0x0811,-1,reqtradebuyingstore,2:4:8:12 0x0202,6,reqclickbuyingstore,2 0x0817,2,reqclosebuyingstore,0 0x0815,-1,reqopenbuyingstore,2:4:8:9:89 0x0365,18,bookingregreq,2:4:6 // 0x0363,8 CZ_JOIN_BATTLE_FIELD 0x0281,-1,itemlistwindowselected,2:4:8:12 0x022D,19,wanttoconnection,2:6:10:14:18 0x0802,26,partyinvite2,2 // 0x0436,4 CZ_GANGSI_RANK 0x0360,26,friendslistadd,2 0x094A,5,hommenu,2:4 0x0873,36,storagepassword,2:4:201 point
-
Hi all <3 It's been quite a while again. I hope you all have been doing well! I still had a map in my bin that I promised to release but never got to it. However, today I was bored so I've decided to finish and release it. It's a small GvG/PvP based map, but I hope it might be of use for some people. Screenshot: For the old thread, click here. Download available here. If you appreciate, please leave credits or even be so kind to consider buying one of my purchasable maps. Thank you! Move love, Najara1 point
-
Stydianx's post reminded me that you have to delete characters to... but there is also a bunch of other information to delete. CREATE TEMPORARY TABLE TmpTable AS (SELECT `account_id`,`char_id` FROM `char` WHERE `account_id` IN (SELECT `account_id` FROM `login` WHERE `lastlogin` < (CURRENT_TIMESTAMP - interval '5' month))); #Add tables to delete from here. DELETE FROM `guild` WHERE `char_id` IN (SELECT `char_id` FROM TmpTable); DELETE FROM `skill` WHERE `char_id` IN (SELECT `char_id` FROM TmpTable); DELETE FROM `quest` WHERE `char_id` IN (SELECT `char_id` FROM TmpTable); DELETE FROM `mercenary_owner` WHERE `char_id` IN (SELECT `char_id` FROM TmpTable); DELETE FROM `auction` WHERE `seller_id` IN (SELECT `char_id` FROM TmpTable); DELETE FROM `mercenary` WHERE `char_id` IN (SELECT `char_id` FROM TmpTable); DELETE FROM `memo` WHERE `char_id` IN (SELECT `char_id` FROM TmpTable); DELETE FROM `inventory` WHERE `char_id` IN (SELECT `char_id` FROM TmpTable); DELETE FROM `hotkey` WHERE `char_id` IN (SELECT `char_id` FROM TmpTable); DELETE FROM `cart_inventory` WHERE `char_id` IN (SELECT `char_id` FROM TmpTable); DELETE FROM `homunculus` WHERE `char_id` IN (SELECT `char_id` FROM TmpTable); DELETE FROM `friends` WHERE `char_id` IN (SELECT `char_id` FROM TmpTable); DELETE FROM `global_reg_value` WHERE `char_id` IN (SELECT `char_id` FROM TmpTable); DELETE FROM `elemental` WHERE `char_id` IN (SELECT `char_id` FROM TmpTable); DELETE FROM `pet` WHERE `account_id` IN (SELECT `account_id` FROM TmpTable); DELETE FROM `party` WHERE `leader_id` IN (SELECT `account_id` FROM TmpTable); DELETE FROM `guild_member` WHERE `account_id` IN (SELECT `account_id` FROM TmpTable); DELETE FROM `sc_data` WHERE `account_id` IN (SELECT `account_id` FROM TmpTable); DELETE FROM `storage` WHERE `account_id` IN (SELECT `account_id` FROM TmpTable); DELETE FROM `char` WHERE `account_id` IN (SELECT `account_id` FROM TmpTable); DELETE FROM `login` WHERE `account_id` IN (SELECT `account_id` FROM TmpTable); DELETE FROM `login` WHERE `lastlogin` < (CURRENT_TIMESTAMP - interval '5' month); DROP TABLE TmpTable; Will delete all accounts that haven't logged in for less than 5 months.1 point
-
From what I remember, something gets buggy when you move NPCs onto different maps in runtime. It's already possible with 'unitwarp': unitwarp getnpcid(0),"<map name>",<x>,<y>;A core dev could probably explain this better, though.1 point
-
Langkah Pertama. untuk mendapatkan Installasi MySQL 5.1 Anda boleh memuatturun :- Klik Disini Untuk Memuatturun MySQL 5.1 Langkah 1 : Langkah 2: Langkah 3: Langkah 4: Langkah 5: Langkah 6: Langkah 7: Langkah 8: Langkah 9: Langkah 10: Langkah 11: Langkah 12: Langkah Terakhir:1 point