Jump to content

illusion

Members
  • Posts

    20
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    new york

Recent Profile Visitors

1315 profile views

illusion's Achievements

Poring

Poring (1/15)

0

Reputation

  1. Im having a item bug in my sever.. Everytime a player gets items and then relogs_ The items arent there.. They magically disappear What can be the cause of this? Can anyone please help me! This is a big a thing right about now
  2. Ive been looking all over this forum and still couldnt find something regarding my problem. The Skill Demostration/Bomb hit the player who cast it. I wanna change this so the bombs wont hit the player who is casting them or neither his party members. But will hit the enemy! Please help me with this ..
  3. src/map/skill.c case SM_MAGNUM: case MS_MAGNUM: skill_area_temp[1] = 0; map_foreachinrange(skill_area_sub, src, skill_get_splash(skillid, skilllv), BL_SKILL|BL_CHAR, src,skillid,skilllv,tick, flag|BCT_ENEMY|1, skill_castend_damage_id); clif_skill_nodamage (src,src,skillid,skilllv,1); // Initiate 10% of your damage becomes fire element. sc_start4(src,SC_WATK_ELEMENT,100,3,20,0,0,skill_get_time2(skillid, skilllv)); <----- Fire Element Enchant if( sd ) skill_blockpc_start(sd, skillid, skill_get_time(skillid, skilllv)); else if( bl->type == BL_MER ) skill_blockmerc_start((TBL_MER*)bl, skillid, skill_get_time(skillid, skilllv)); break; Its there in code, check your src. What part do i edit for i can change it to endow the player with fire property?
  4. How can i edit the creator demostration skill for it wont hit the player thats casting the skill? How can i add max cap damages on all OP skills? Mangum break doesnt enchant the player with fire property. How can i fix it? How can i remove using YGGs with EDP on sinx? - If anyone can help me with either or will be gladly appreciated <3
  5. im look for lua files that are compatible with client 2010-11-24aRE. If anyone has these lua_files and you pass them over to me. OR Tell me how can i find out if the lua_files im using now is compatible with client 2010-11-24aRE? I would gladly appreciate it
  6. make sure the client you used is compatible with the lua files that you have.. How do i check is the lua_files are compatible with the client?
  7. Do you guys know wich client my server supports that is the most stable? Alright i took your advice and used 2010-11-24a (packet_ver:28) and it works ok shows npcs not laggy_ But i cannot type and alt commads do not show up. So i cant find out if the skills even work with that client
  8. im running eAthena Emulator for now.. since my host doesnt support rAthena
  9. & i think im using 2011-11-16aRagexeRE if im not mistaken Cause thats the only client that actually logged in with out exiting out and lets me view npcs mmo.h.txt packet_db.txt
  10. I didnt know where to post this, But im having a error with skills. I cant put skill points to a skill and when i do allskills.. Only too skills are enabled. Anyone know how i can fix my problem? is it a server file? Client error? cause im very clueless about this+ and with out this my server is nothing_ Please help me Nothing yet =.= I need help with this guys
  11. Im pretty much a nub with this_ How exactly do i do such thing?
  12. I was editing Src files and when i recompiled and tried logging on i got this error How can i Fix this? Its not letting me in the game
  13. Well like the title says_ i cant find not one that works properly The few ive tried has opened then log in screen, I log in and then client closes Some dont even open and some just freeze after logging in. These are the client my rAthena says its compatible but i already tried most of them: // 20061023 - 2006-10-23aSakexe+ - 0x6b, 0x6d // 20070521 - 2007-05-21aSakexe+ - 0x283 // 20070821 - 2007-08-21aSakexe+ - 0x2c5 // 20070918 - 2007-09-18aSakexe+ - 0x2d7, 0x2d9, 0x2da // 20071106 - 2007-11-06aSakexe+ - 0x78, 0x7c, 0x22c // 20080102 - 2008-01-02aSakexe+ - 0x2ec, 0x2ed , 0x2ee // 20081126 - 2008-11-26aSakexe+ - 0x1a2 // 20090408 - 2009-04-08aSakexe+ - 0x44a (dont use as it overlaps with RE client packets) // 20080827 - 2008-08-27aRagexeRE+ - First RE Client // 20081217 - 2008-12-17aRagexeRE+ - 0x6d (Note: This one still use old Char Info Packet Structure) // 20081218 - 2008-12-17bRagexeRE+ - 0x6d (Note: From this one client use new Char Info Packet Structure) // 20090603 - 2009-06-03aRagexeRE+ - 0x7d7, 0x7d8, 0x7d9, 0x7da // 20090617 - 2009-06-17aRagexeRE+ - 0x7d9 // 20090922 - 2009-09-22aRagexeRE+ - 0x7e5, 0x7e7, 0x7e8, 0x7e9 // 20091103 - 2009-11-03aRagexeRE+ - 0x7f7, 0x7f8, 0x7f9 // 20100105 - 2010-01-05aRagexeRE+ - 0x133, 0x800, 0x801 // 20100126 - 2010-01-26aRagexeRE+ - 0x80e // 20100223 - 2010-02-23aRagexeRE+ - 0x80f // 20100413 - 2010-04-13aRagexeRE+ - 0x6b // 20100629 - 2010-06-29aRagexeRE+ - 0x2d0, 0xaa, 0x2d1, 0x2d2 // 20100721 - 2010-07-21aRagexeRE+ - 0x6b, 0x6d // 20100727 - 2010-07-27aRagexeRE+ - 0x6b, 0x6d // 20100803 - 2010-08-03aRagexeRE+ - 0x6b, 0x6d, 0x827, 0x828, 0x829, 0x82a, 0x82b, 0x82c, 0x842, 0x843 // 20101124 - 2010-11-24aRagexeRE+ - 0x856, 0x857, 0x858 // 20110111 - 2011-01-11aRagexeRE+ - 0x6b, 0x6d // 20110928 - 2011-09-28aRagexeRE+ - 0x6b, 0x6d // 20111025 - 2011-10-25aRagexeRE+ - 0x6b, 0x6d // 20120307 - 2012-03-07aRagexeRE+ - 0x970 Any help on this_ this is really frustrating me. Cause ive tried almost everything my newb knowledge contains
  14. Well as the topic say, I'm looking for someone to make a website layout for my new RO website. Obviously im paying for it but it has to be a amazing work. Oh and coded too, more about my request add me on yahoo or msn Thanks in advance Yahoo: [email protected] Msn messenger: [email protected]
×
×
  • Create New...