Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/18/12 in all areas

  1. skill.c add a new function. void DOTASWAPfu (struct block_list *src, struct block_list *bl) { int x=0, y=0; x=src->x; y=src->y; unit_movepos(src, bl->x, bl->y, 1, 1); clif_slide(src,bl->x,bl->y); unit_movepos(bl, x, y, 1, 1); clif_slide(bl,x,y); clif_specialeffect(bl,34,AREA); clif_specialeffect(src,34,AREA); return; } add int skill_castend_nodamage_id (struct block_list *src, struct bl... { ... case MER_BLESSING: if (dstsd != NULL && tsc->data[sC_CHANGEUNDEAD]) { skill_attack(BF_MISC,src,src,bl,skillid,skilllv,tick,flag); break; } case DOTASWAP: //add DOTASWAPfu(src,bl); //add clif_skill_nodamage(src,bl,skillid,skilllv,0); //add break; //add case PR_SLOWPOISON: case PR_IMPOSITIO: case PR_LEXAETERNA: case PR_SUFFRAGIUM: ... skill.h add enum e_skill { DOTASWAP = 996, //add NV_BASIC = 1, Client http://goo.gl/BJ0uB db\skill_db,txt 996,9,6,1,0,0x1,0,1,0,yes,0,0,0,magic,0, DOTASWAP,DOTASWAP db\skill_require_db.txt 996,0,0,10,0,0,0,99,0,0,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //DOTASWAP data\lua files\skillinfoz\skillid.lua DOTASWAP = 996, data\lua files\skillinfoz\skillinfolist.lua [sKID.DOTASWAP] = { "DOTASWAP"; SkillName = "DOTASWAP", },
    1 point
  2. WeeDiffGen <no image available> Info: Plug-in for my diff patcher that allows you to generate diffs on the fly without the need of a diff file. Clients 2010-08-17bRagexeRE 'till 2011-04-05aRagexeRE parsed successfully. Features: Allows input boxes Inline descriptions Has an easy to use interface to create further diffs Plug-in based (you can just delete diff plug-ins which you never use) Supports 35+ diffs so far Probably some others that I forgot for now Downloads: WeeDiffGen SVN WeeDiffGen Plugins SVN WeeDiffGen Interface SVN Quick Usage 1. Grab the Diff Patcher here: http://www.eathena.w...howtopic=268538 2. Download WeeDiffGen.dll from SVN and place it inside the plug-ins folder of the patcher. 3. Create a folder named "WeeDiffGen" inside the plug-ins folder and paste your desired plug-ins there. 4. Start the patcher and select WeeDiffGen as patch engine. 5. Select an executable. 6. Select your diffs. 7. Select output file. 8. Patch it. Alternatively: Download the whole repository from here: https://subversion.assembla.com/svn/weetool...insDiffPatcher/ Notes: This release is not the final one. It is meant for developers to test and implement new stuff without taking care of hexing newer clients. Also, it may still contain some bugs. I won't give any support on how to implement server side code to get your server working with those clients. However, the generator itself creates a log file in case a diff should break. Should a diff not been listed in the patcher, then it probably failed to parse and added an entry inside of the file "Patcher/plugins/WeeDiffGen/WeeDiffGen.log". If you never used a specific diff, then just don't place it inside the plug-ins folder of WeeDiffGen. This way you have the possibility of only using those diffs that you have always used. Don't forget that this plug-in only works with my Diff Patcher above or equal to version 1.1a. So if you still use the old version then go and update it. It will also work only on clients that were compiled with VC9. Also, you can request a diff that has been already marked as obsolete. As long as there is enough interest in a diff, I don't mind to fix/create it.
    1 point
  3. ------------------------------------------- -------------------------------------------- /lv This is a topic to surprise Jman in the morning when he wakes up, currently he is sleeping so he won't see this until he wakes up. ________________________________________________________________________________________________________________________________ This topic is to post what we love about our lovely admin Jman! I'll go first Jman, your are a great person, you made eAthena come back to life with rAthena. You've setup this great website and even setup your own IRC server for us so we didn't have to deal with the problems of the other network we were on. I love you Jman <3 Others join in and say what you love about Jman! X x X x X x X x X x X x X x X x X x X x X x X x X x X x X x X x X x
    1 point
  4. It's harder than it looks because of the large amount of people that use svn for their servers, how many that wont convert and come here posting about it, and how many need help converting. If this were decided before rA went live on the other hand, I could see this being a lot more debated.
    1 point
  5. You should use lub files for 2012-02-07b at the moment no one decompiled those one.
    1 point
  6. You should check your lua files in data/lua files/skillinfoz/skillinfolist.lua or skillinfolist.lub something's wrong
    1 point
  7. example ( move random in maps - ôi việt nam ): prontera,100,100,0 script Poring Walk 1002,{ npcspeed 100; npcwalkto 0,0; end; }
    1 point
  8. You can use: int dir = map_calc_dir(src, x, y ); unit_setdir(src,dir); I'm pretty sure that's how they're used, 99% sure, based on how backstab is coded.
    1 point
  9. ..speaking of that topic...i have a story.. me and my friends used to play on a RO private server around 2010. It was a high rate server.. it was a good server! No Lag.. Helpful GM's... also friendly ! in the first 2 weeks when were playing on that server when I entered the PVP Arena. My character there is Champ! and then a wizard hit me Level 10 Soul Strike with a damage of 4k each! lol ! so i did nevermind about that.. 4 weeks later when we discovered that 1 of the GM's there has a normal account(s) and putting unbalanced BS there. So we just uninstalled their client and play Super Mario xD
    1 point
  10. all 2011 clients are like that with the login.
    1 point
  11. I'm not really sure, I'm just using this for my test server. Though I don't know if only I have this problem, but whenever some random item drops from monsters, my cursor begins to change like the cursor when you hover your mouse to the dropped item. Even if it is miles away from it.
    1 point
  12. Thanks Xantara, I applied that diff and it allowed me to register/login with Flux CP now. However, when I try to view a character in my account (.../?module=account&action=view) on flux cip, it sends me to the error page saying: "Error An error occurred while trying to process your request. Please try contacting an administrator: admin@localhost" set $showExceptions to true to see what is wrong
    1 point
  13. You need to read the posts more carefully, he already answered that.
    1 point
  14. For FluxCP users, here is a patch file that changes all needed instances of the 'level' field to 'group_id' : - fluxCP_rA_update_r15583.patch This is obviously unofficial so use at your own risk. Anyways, let me know if I missed any or if there are still errors.
    1 point
×
×
  • Create New...