-
Posts
299 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Everything posted by zmref
-
[Resolved] BrowEdit not working on Wind7.
zmref replied to Noel Gallagher's question in Graphics Support
-
CALLING ALL PRO IN DIFFERENT GENRES I'm seeking to be an all around pro, who knows I could help you on what you need for FREE. HELPFUL LINKS TO LEARN PLEASE.... & WHAT YOU USED... applications, programs, tutorials, etc. Please post it like this: MAPPING Links: put your links here -put your own description about the link put your links here - put your own description about the link and so on.... EFFECTS Links: put your links here -put your own description about the link put your links here - put your own description about the link and so on.... SPRITES: Links: put your links here - put your own description about the link put your links here - put your own description about the link and so on.... PALLETES: Links: put your links here - put your own description about the link put your links here - put your own description about the link and so on....
-
Please help me, Seeking to be a pro pls post your links regarding on client editing (hexing,coding,what resources needed to edit a client) because from now on I'm collecting proper links to feed my brain Please do it like this: Client: Links: put your links here -put your own description about the link put your links here - put your own description about the link and so on.... Patcher: Links: put your links here - put your own description about the link put your links here - put your own description about the link and so on.... PROGRAMMING USING MySQL LANGUAGE: Links: put your links here -put your own description about the link put your links here - put your own description about the link and so on.... ALL ABOUT LINUX (How to install centOS) Links: put your links here -put your own description about the link put your links here - put your own description about the link PROGRAMS USE ABOUT DATABASE Links: put your links here -put your own description about the link put your links here - put your own description about the link rATHENA Scripting Links: put your links here -put your own description about the link put your links here - put your own description about the link and so on.... LUA/LUB SCRIPTING Links: put your links here -put your own description about the link put your links here - put your own description about the link ANY OTHER ABOUT SCRIPTING Links: put your links here -put your own description about the link put your links here - put your own description about the link SRC EDITTING Links: put your links here -put your own description about the link put your links here - put your own description about the link and so on.... PROGRAMMING LANGUAGES RELATED TO SRC Links: put your links here -put your own description about the link put your links here - put your own description about the link ANY OTHER ABOUT SOURCE Links: put your links here -put your own description about the link put your links here - put your own description about the link
-
Please help I need this asap coz this is always getting on my mind and I'm not going to stop until I know how, and I'm currently reviewing my c++ book to regain my knowledge. If I only know the classes which the effects are residing I could make this command. Some other says it's from the client but when I look on some website they can customize the effect of this skills by just pasting the effects. Visit this link and maybe some of you can crack this?. I don't know how yet but soon I will. http://forum.ratemys...-effects-(wiz)/ Function of the command: This command enables you to on and off the effect of Stormgust, MeteorStorm, Lord of Vermilion or this command enables you to execute the "file effects" like @sound thus making you to change the effects of some skills by just calling the files from texture/effects. Let's start with this RESOURCES SAMPLE: ACMD_FUNC(effectaoe) { status_check_skilluse(sd->skillcast, bl, WZ_STORMGUST, 2); //what does blocklist bl do? clif_specialeffect(&sd, 89->105, flag); // 105 effect id is no effect, 89 effect id is the Stormgust's return 0; } and ACMD_FUNC(sound) { char sound_file[100]; memset(sound_file, '\0', sizeof(sound_file)); if(!message || !*message || sscanf(message, "%99[^\n]", sound_file) < 1) { clif_displaymessage(fd, "Please, enter a sound filename. (usage: @sound <filename>)"); return -1; } if(strstr(sound_file, ".wav") == NULL) strcat(sound_file, ".wav"); clif_soundeffectall(&sd->bl, sound_file, 0, AREA); return 0; } and ACMD_FUNC(snow) { nullpo_retr(-1, sd); if (map[sd->bl.m].flag.snow) { map[sd->bl.m].flag.snow=0; clif_weather(sd->bl.m); clif_displaymessage(fd, "Snow has stopped falling."); } else { map[sd->bl.m].flag.snow=1; clif_weather(sd->bl.m); clif_displaymessage(fd, "It is made to snow."); } return 0; }
-
Description: Skill SWAP, enabling you to swap location on your targeted (monster,....)
-
Description: This NPC allows you to preview the item so that you could see what you would look like when you wear it before you purchase it. Also you can set to use cash, zeny or even item/s in the script to buy it. PS: Only the first item you dragged would be previewed and purchased.
-
Description: This NPC script will refine your equipped items directly if you have the required item/s needed in your inventory This NPC script have 2 selections: [Go] - Proceed to the refining and requirements will be consumed. [About] - Tells you something about on what are the requirements needed for refining your equipped item/s
-
well for me, when it's goddameit made, I'll spend my effort checking it even if it's only a download link.
-
where in src do I need to put the E-mail System.txt?, or do I need to create a new blank source file?
-
What if I got an MVP Room the one that summons the MVP boss, Conflict?
-
-
Anyone have this Client Feature? Please share or Any STABLE and LATEST client that is close to this one. WITH NO ERRORS +Login/Change Character Functionality Must + Kagerou/Oborou Sprite Support Must +No Click Delay Must +Supports new mobs Must +Allow 127 Hairstyles Optional +No auto close window on wrong password Must +Sit Icon available Must +Body Relocation Must +Homunculus has a new interface Must +Favorite tab available // What's this? +use read data folder first Must +Stable Lua files Must +Recording Interface Optional +Ragnarok Web Icon Optional +Tetra Vortex Ugly Black Square optional +New UI skill timers and cooldown Must +Navigation Interface (English Translated) Must +New Guild Making Option Optional +Make Party/Create Optional +Create Player interface changed Must +New Carts Must +New Quest Window Interface (English Translated) Must Please provide a link for this while I'm cracking the client 2012-06-18aRageExe to overcome errors
-
any guide on how to/where do I put the codes from 20120213.diff? and what are the colored highlights do? what are this? @@ -738,8 +738,9 @@ 0x1963,1:19 delete this packet << There's 2 .exes, it should be 1. I don't get it. Anyway, I just found a SVN then downloaded it.
-
Hi, I want to know what's new in rAthena SVN 16448 because I'm doubting if I could miss something in the rAthena SVN 16350 i'm using. Please tell me if I need to change my SVN or not. https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/
-
broken link to download
-
Is this stable with no errors?
-
@request the command of @effect that disables AoE skill effects
zmref replied to eKoh's question in Source Requests
go to src all client and server side stuffs are in this area, I have a feeling..... -
you don't have the complete data folder, check if you have item folder where in it have the item's .bmp files
-
Hi anybody knows how to script a monster's action? example: - several porings only target the emperium and attack it Thank you in advance!.
-
1 where can I find the rental items in my rAthena folder? 2 How to make the rental items to permanent items?
-
Anyone have this ff?: 1.) Latest and Stable PvP NPC with DoTa Sounds or HoN Sounds, easy to config, compatible with rathena, any links?. help me choose and find a better one. 2.) automatic script for setting x2 Exp and Drop rates on Saturdays and Sundays. (Ex. default card drop 2% and when it's Sat and Sun will make it to 4%)
-
How can I easily disable or just put // to the items, episode, monster. because what I want to do is to disable the 3rd job items, monster related etc related. also the kagerou oboro, etc. I'm using the latest rAthena I'm just doing a trans class server. 99/70 Thank you for your much help!.
-
Hi I'm a newbie, How can I individually change the drop rate of a certain item?
-
Hi I'm a newbie, Are there any other ways to protect my client until I have the money to bought Harmony?.
-
I'm using windows 7 ultimate 32 bit