-
Posts
60 -
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 Vincentore
-
replace the "map_cache.dat" in your rAthena db/ folder with the latest Or edit the "walls" / "not walkable" with browedit. Also make sure your client uses the latest prontera.gat
-
I tried to add a itemgroup to my server. I'm getting an warning by rAthena. Sub group id '6' is not a valid sub-group. Added to const.txt: IG_MyItemGroup 453 Added inside db/imports/item_group_db.txt: import: db/import/item_MyItemGroupDB.txt Added to the item_MyItemGroupDB.txt IG_MyItemGroup,4700,1 It seems for me to be correct. What am I doing wrong? ty for help
-
WoW. Such art. Many cool. wow
-
I did not want to upset you in any way : ) sorry. Nice work btw.
-
Here is an import of all dorma Equipments, Usable,Etc, and Cards are still missing. Maybe in the next days. Link to all Items: http://forum.ragnarokeurope.com/ro/index.php?/topic/77821-new-doram-race-summoner-job-pasta-continent-town-of-lasagne-with-fields-and-dungeons-testing-phase-korean-test-server/ Took out the imports. There is a commit on the way. Please close this post. Ty.
-
Your commit is actually missing some Equipments (Shirts,a Ring and a Hat) See here: https://rathena.org/board/topic/105183-complete-dorma-equipment/
-
Are there any Mob and Item database import-dumps for the newest release? If not I start the work. Im nearly finished with the weapons. MfG
-
-
Im just writing the documentation for the patcher. https://rathena.org/wiki/Ergo_patcher
-
Im releasing it as soon as im done with the minior features. Current status: +Added Background Musik +Added SSO Login +Added Secondary Loading Bar +Added some Labels which report the current patch,completed tasks....[..] Is there a designer who would design a background and some buttons? I need an Background (Maybe animated?), a Mute/Unmute Icon, and basic button styles. Im nearly finished with the most stuff.. right now im working on some last tweaks..
-
Hallo rAthena, I am currently working on an new patcher which will be highly adjustable by XML. Finished Features: + Website (Webbrowser) Previews (as many as you want). + Multiple Buttons (With a box of functions to use via XML) + Labels -> Customize your Windows (Notifications or Stuff like that) + Loading Bar + Background for Buttons and all other Elements + Font Settings for all Elements which have texts + Color controle (Window and all other Elements) All this Windows Elements are already done. All Elemts are able to fire Click Commands: Like "Open a Website","Open a Programm", "Open Ragnarok" Nearly all Elements are made by XML -> They are repeatable and custom Also Planned: - Backgorund Musik (Which can be muted) - Image Slider (Which could be also done by a website but I mean switching Backgrounds and stuff) Are there Features that you are missing? Post them here and I will think about it...! Preview (Just a design I made in some seconds): XML - Setting File Preview: <?xml version="1.0" encoding="utf-8"?> <PatcherSettings xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <WindowTitle>YourWindowTitle</WindowTitle> <BackGroundPic>backgound_max.jpg</BackGroundPic> <window_height>750</window_height> <window_width>1000</window_width> <HTTPLink_Patcher_List>HTTP</HTTPLink_Patcher_List> <GRFINI_Name>DATA.INI</GRFINI_Name> <ButtonsSetter> <ButtonSettings> <Button_Title>MeButton</Button_Title> <OpenWebsite>A Website.</OpenWebsite> <OpenProgramm>An EXE within Your RO Folder</OpenProgramm> <ButtonBackGround>background.jpg</ButtonBackGround> <ButtonBackGround_Hover>background_hover.jpg</ButtonBackGround_Hover> <Margin_Top>50</Margin_Top> <Margin_Left>500</Margin_Left> <Size_Width>50</Size_Width> <Size_Height>50</Size_Height> <Block_When_Patching>true</Block_When_Patching> <Font> <font>Impact</font> <fontsize>12</fontsize> <color>#FF000000</color> <bold>true</bold> </Font> </ButtonSettings> <ButtonSettings> <Button_Title>Start</Button_Title> <OpenWebsite>A Website.</OpenWebsite> <OpenProgramm>An EXE within Your RO Folder</OpenProgramm> <ButtonBackGround>background.jpg</ButtonBackGround> <ButtonBackGround_Hover>background_hover.jpg</ButtonBackGround_Hover> <Margin_Top>110</Margin_Top> <Margin_Left>500</Margin_Left> <Size_Width>50</Size_Width> <Size_Height>50</Size_Height> <Block_When_Patching>true</Block_When_Patching> <Font> <font>Impact</font> <fontsize>12</fontsize> <color>#e12727</color> <bold>true</bold> </Font> </ButtonSettings> <ButtonSettings> <Button_Title>Another Button</Button_Title> <OpenWebsite>A Website.</OpenWebsite> <OpenProgramm>An EXE within Your RO Folder</OpenProgramm> <ButtonBackGround>background.jpg</ButtonBackGround> <ButtonBackGround_Hover>background_hover.jpg</ButtonBackGround_Hover> <Margin_Top>170</Margin_Top> <Margin_Left>500</Margin_Left> <Size_Width>100</Size_Width> <Size_Height>50</Size_Height> <Block_When_Patching>true</Block_When_Patching> <Font> <font>Impact</font> <fontsize>12</fontsize> <color>#FF000000</color> <bold>true</bold> </Font> </ButtonSettings> </ButtonsSetter> <LabelSetting> <LabelSettings> <Text>Loadingbar an Label:</Text> <Margin_Top>20</Margin_Top> <Margin_Left>100</Margin_Left> <Size_Width>100</Size_Width> <Size_Height>50</Size_Height> <LabelFont> <font>Impact</font> <fontsize>12</fontsize> <color>#e12727</color> <bold>true</bold> </LabelFont> </LabelSettings> <LabelSettings> <Text>Buttons:</Text> <Margin_Top>20</Margin_Top> <Margin_Left>500</Margin_Left> <Size_Width>100</Size_Width> <Size_Height>50</Size_Height> <LabelFont> <font>Impact</font> <fontsize>12</fontsize> <color>#e12727</color> <bold>true</bold> </LabelFont> </LabelSettings> <LabelSettings> <Text>An Custom ClickMeLabel:</Text> <Margin_Top>600</Margin_Top> <Margin_Left>700</Margin_Left> <Size_Width>250</Size_Width> <Size_Height>50</Size_Height> <LabelFont> <font>Impact</font> <fontsize>20</fontsize> <color>#ffc0cb</color> <bold>true</bold> </LabelFont> </LabelSettings> <LabelSettings> <Text>Webbsite 1:</Text> <Margin_Top>400</Margin_Top> <Margin_Left>50</Margin_Left> <Size_Width>100</Size_Width> <Size_Height>50</Size_Height> <LabelFont> <font>Impact</font> <fontsize>12</fontsize> <color>#e12727</color> <bold>true</bold> </LabelFont> </LabelSettings> <LabelSettings> <Text>Webbsite 2:</Text> <Margin_Top>400</Margin_Top> <Margin_Left>400</Margin_Left> <Size_Width>100</Size_Width> <Size_Height>50</Size_Height> <LabelFont> <font>Impact</font> <fontsize>12</fontsize> <color>#daf650</color> <bold>true</bold> </LabelFont> </LabelSettings> </LabelSetting> <Webbrowsers> <WebBrowserSettings> <HTML>http://google.de</HTML> <Margin_Top>500</Margin_Top> <Margin_Left>50</Margin_Left> <Size_Width>200</Size_Width> <Size_Height>200</Size_Height> </WebBrowserSettings> <WebBrowserSettings> <HTML>http://google.de</HTML> <Margin_Top>500</Margin_Top> <Margin_Left>400</Margin_Left> <Size_Width>200</Size_Width> <Size_Height>200</Size_Height> </WebBrowserSettings> </Webbrowsers> <LoadingBarSetter> <Margin_Top>50</Margin_Top> <Margin_Left>150</Margin_Left> <Size_Width>200</Size_Width> <Size_Height>10</Size_Height> <color>#FF000000</color> </LoadingBarSetter> </PatcherSettings> released in
-
Released version 0.31
-
Die Patcher löschen aus Performance Gründen oft nur die Datei und schreiben die neue Datei an das Ende der GRF. (Dies macht Sinn denn sonst müssten alle Dateien geschrieben werden um die Position in der GRF aufzuschieben) Wenn man eine GRF von KRO z.B nimmt kann man diese neu Verpacken dann nimmt die Größe ab (bei mir 200 MB). Mehrere Dateien machen keinen Unterschied. Am besten also für einen Full Client die GRF neu Verpacken. Was an sich aber ebenfalls nicht viel ändert da man den meist eh in RAR oder ZIP Format ausliefert. Was du mit zu Groß meinst verstehe ich nicht. ~ EDIT: Übersehen das der Post veraltet ist.... wurde mir als NEW angezeigt...
-
Released the beta for tests.
-
Hallo rAthena, im happy that im able to contribute something to this community. Currently I am working on this: https://rathena.org/board/topic/57844-grf-sharper-update-jan-26-2012/page-2 (The original post is archieved/closed) Download: GRFSharper031.zip Preview of the upcoming version 0.3: Features added: + Merge GRFs + Open multiple GRFs + Search throw GRF + Switch between GRFs + Copy/Paste files between opened GRFs (Added: 17.01.2016) + Preview of BMP and TXT Files Upcoming Features: - Copy/Paste files between opened GRFs (Added: 17.01.2016) - Preview of the Bitmaps/TXT Files + Redesigned the complete struckture for multiple GRFs + Redesigned the code for multiple GRFs + Added a few checks (Some parts could throw EXCEPTIONS causing crashes) I will realase the tool when all upcoming features are done. [17.01.2016] Just added the copy/paste function! Selected items from GRF: Created a new GRF and pasted into it. Works fine! [19.01.2016] Beta Release (v 0.3 Beta) Im proud to release the first beta of GRFSharper 0.3. Please be careful while using this tool: Make sure to back up your GRF-Files bevore using it! The credit for the original tool goes to mercurial. So visit the link ontop. + Added TXT/BMP preview The next steps will be to implement SPR and MODEL previews. [24.01.2016] Release Version v 0.31 + Added Sprite Preview + Search: doesn't care about lower and upper case letters + Buttons disable now as long as the tool is working [Documentation] 1.0 Selecting Items - Click and hold the left mouse key and drag it over the items you want to select - OR: Klick one item Hold SHIFT and press "Page Down" 2.0 Extracting some files or a single file - Select the Item/Items (1.0) - Press "Extact File" - Choose a path Note: Some files have an name issue. The charakter which cannot be translated will be replaced by "Nope" and the file will be dropped into the folder "Shithappens" 3.0 Copy/Paste - Select the Items (1.0) - Press "+" on Numpad -> The items become green - Select an item or items and press "-" on Numpad to deselect the items - Switch into another GRF (Menu Slidebar on right) - Press "Paste" on the bottom 4.0 Merge GRFs - Open an GRF (Button: "Open") - Click MERGE - Select another GRF to merge Please report any issues here.
-
thank you
-
Hallo, I have an issue with my client. As soon as I step into prontera the client freezes. Any other city/map is no problem. Am I doing something wrong with my client? I updated the client with rsu-kro-rag-lite.exe,rsu-kro-renewal-lite.exe... Im using 2013-08-07aRagexe_patched...
-
I followed the guide.. another problem right now (seems still to be EXE related): When I type in the User and Password into the LOKI launcher it starts Ragnarok (my diffed EXE), but the server only recives an empty username and password. It closes the connection because the account doesnt exist. Got it running! Finally! But there is still an error popping: lua files\quest\quest_function [string "buf"] :6: Bad Argument #1 to 'ipairs' (table expected, got nil) How to get rid of it?
-
Hello, I cant get the Client Running, Am I doing something wrong? What I did: 1. Downloaded the latest kRO - (Full_kRO_Renewal_20150101) 2. Updated kRO 3. Downloaded xDiffPatcher 4. Downloaded latest EXE + DIFF from http://k3dt.eu/Ragexe/unpacked/Diffs/ 5. Did the diff process (only a few Options: Multi GRF, Allow Chat Flood) EXE crashed with an "ERROR" without any Text (Just a small window with title "Error") I also tried a few other EXE+DIFF combination ...cant get it running... Is there a guide to build an client step by step? Data.INI 1=data.grf 2=rdata.grf