Jump to content

sader1992

Content Moderator
  • Posts

    1691
  • Joined

  • Last visited

  • Days Won

    77

Everything posted by sader1992

  1. why you post here ? what language is this ? Moved to the right section
  2. it's working for me x.X prontera,153,180,5 script PARTY_AV_TEST 444,{ if(getcharid(1)){ getpartymember getcharid(1),1; copyarray .@charID, $@partymembercid, $@partymembercount; getpartymember getcharid(1),2; copyarray .@accountID, $@partymemberaid, $@partymembercount; for(.@i=0;.@i<getarraysize(.@charID);.@i++){ if(isloggedin(.@accountID[.@i],.@charID[.@i])){ .@blvl += readparam(BaseLevel,.@charID[.@i]); } } debugmes "" + .@blvl; } }
  3. maybe because you misspell partmemberaid at readparam(BaseLevel,.$@partmemberaid[.@i]) or just in the post ?
  4. i don't see how is this a database Moved to the right section
  5. use (shift/alt/ctrl + right click twice) to reset the angle/height/direction alt = direction ctrl = height shift = angle however right click twice to reset the direction without alt should work without diff as i know
  6. Moved to the right section the floating rate script is just change the battle config of the server it's not based on a player you would need src edit for this to work
  7. countinarray accept 2 variables [or arrays] if you want to use this code do this .@acc_id = getcharid(2); if (countinarray(.grbbid[0],.@acc_id) == 1 && .grbbday[inarray(.grbbid,getcharid(2))] < 40){
  8. you should post your packet.hpp / pre_define.hpp / diff log /and you should tell us if you did any src edit etc for the perfect answer
  9. undo what you did in packets.hpp file what i mean don't change this leave it as it is https://github.com/rathena/rathena/blob/58eadcda159eaeb3c47e2f97ae71c013dfb88c4d/src/config/packets.hpp#L21 if you did change it (which you did) then undo the changes
  10. still the same .variable is an npc variable not global variable .count in npc1 != .count in npc2 for more info rAthena Variables
  11. i probably wont answer the question cuz i didn't understand what is the script about but what is .count ? it's a variable for nothing your kill event does not do anything
  12. i didn't say i have the selection xD but i think it would be in the exe it self (not sure) but i think it's not worth it in my opinion
  13. i don't think that the new clients support right to left maybe if you used old client from the time of aRO (clients before 2013)
  14. look for anyline start with announce or mapannounce or areaannounce and put // at the start of it
  15. this script needs inarray commands to work https://github.com/rathena/rathena/commit/151c8476afb3adf7901bf2efc66086edc25a0d79 so if you don't have the commands the script wont work
  16. View File Sader's MvP Rank this script need https://github.com/rathena/rathena/commit/151c8476afb3adf7901bf2efc66086edc25a0d79 or above to work this rank system work on the mvp drop log if the log not enabled the npc wont work the rank update every hour you can use @rankupdate to update the rank Submitter sader1992 Submitted 07/07/2018 Category Utilities Video Content Author sader1992  
  17. Version 1.0.0

    726 downloads

    this script need https://github.com/rathena/rathena/commit/151c8476afb3adf7901bf2efc66086edc25a0d79 or above to work this rank system work on the mvp drop log if the log not enabled the npc wont work the rank update every hour you can use @rankupdate to update the rank
    Free
  18. i think it's 2014-10-22bRagexe and after before 2015-10-01bRagexeRE Ragexe
  19. please use the right section if you want a faster answer Moved
  20. Moved to the right section
×
×
  • Create New...