Jump to content

Jhedzkie

Members
  • Posts

    298
  • Joined

  • Last visited

Everything posted by Jhedzkie

  1. the latest files available from the link that i posted above. and it says that it is Revision 130.
  2. yeah, i am feeling the same way too. now im using 2011-01-04 and the macro on alt + 1 is now being triggered by hitting alt + 3. it's really screwed.
  3. hi. i am using 2010-11-16aRagexeRE.exe and as the title says it, my macros' a bit messed up. im using the latest LUA files from http://svn6.assembla.com/svn/ClientSide/Lua_Project/ so i'm a bit lost on which part did i messed up. it's only malfunctioning on alt + 1 ~ alt + 10 that whenever i am hitting alt + 1, nothing happens, and when i hit alt + 2, the stored macro on shortcut list's alt + 1 is being performed. its like my whole alt + 1 ~ alt + 10 shortcuts moved one key to the right. any hint on how to fix this would really be a great help thanks in advanced.
  4. thanks Epoque for this, it worked out as needed. and thanks to you too, Shinryo. however, when i tried it out, the item invoking the status is still being consumed while the status is still active. i am not really an src guy, so i cant really figure out what's what with the codes. ;p but, i do know how to re-compile.
  5. hmm. i tried it out and it's good. but, cant it be something like, { if(check_if_status_is_active(SC_STATUS_NAME)){//cant use item blah blah blah. } else { sc_start(SC_STATUS_NAME,1,0);}} it works fairly well with items such as the field manual and bublegum, so im starting too feel like this needs some src edits perhaps?
  6. sorry for the title if it's a bit confusing, i myself could not come up with a better title, and if i have mistakenly put this thread on the wrong forum, my apologies and i would be thankful to whoever would put this thread onto the proper forum. anyways, here's my case. i have a custom item used to invoke a certain SC_CUSTOM_STATUS that i made. i have used a the item "Field Manual" as my basis on making my custom item. 25000,My_Item,My Item,2,2,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ sc_start SC_CUSTOM_STATUS,1,0; },{},{} and viola. i had my custom status ready to go, now, the problem is, even if the status is still active, when i use one more of my custom item, it is being consumed. unlike the field manual that when the SC_EXPBOOST is active, when you use another field manual, it will not be consumed. how can i prevent my item from being consumed when my custom status is active? how can i make my item work just like how the field manual does? your feedback would really be a great help. thanks in advanced.
×
×
  • Create New...