Jump to content

Virtue

Members
  • Posts

    354
  • Joined

  • Days Won

    6

Everything posted by Virtue

  1. its not quite easy to make one but if he is willing to share it it would be great for the others. clue : make the KVM scripts as a pattern then add the partychecker. at least thats what i did.
  2. Hi Guys, I am having this error and i can't find a way to fix it. btw, I am using 2012-04-10 client fixed.
  3. i have not yet tested this but I will reply as soon as i can,
  4. @khaii have you tried this? function<tab>script<tab>party_has_duplicate_job<tab>{ set .@party_id, getarg( 0, getcharid(1) ); // Need to have a party. if ( .@party_id != 1 ) { return -1; } // Loading party members variables getpartymember getcharid(1),1; getpartymember getcharid(1),2; // Keep rid attached. set .@rid, playerattached(); // Check all members for ( set .@i,0; .@i<$@partymembercount; set .@i, .@i+1 ) { // Online user if ( isloggedin( $@partymemberaid[.@i], $@partymembercid[.@i]) ) { // Attach the member to access "Class" attachrid( $@partymemberaid[.@i] ); if ( compare( .@tmp_class$ + "|", "|" + Class + "|" ) ) { if ( .@rid ) attachrid(.@rid); else detachrid; return 1; } set .@tmp_class$, .@tmp_class$ + "|" + Class; } // Offline user (use sql) else { set .@sql$, .@sql$ + ( .@sql_i ? "OR " : "" ) "`char_id`='" + $@partymembercid[.@i] + "' "; set .@sql_i, .@sql_i + 1; } } // SQL for offline users if ( getstrlen(.@sql$) ) { // get class from offline members set .@count, query_sql("SELECT `class` FROM `char` WHERE " + .@sql$, .@class ); // Check the class. for ( set .@i, 0; .@i<.@count; set .@i, .@i+1 ) { if ( compare( .@tmp_class$ + "|", "|" + .@class[.@i] + "|" ) ) { if ( .@rid ) attachrid(.@rid); else detachrid; return 1; } set .@tmp_class$, .@tmp_class$ + "|" + .@class[.@i]; } } // Restore RID. if ( .@rid ) attachrid(.@rid); else detachrid; return 0; }
  5. Just 7 members or 1 to 7 members ? Yup just 7 members fixed. not 1 to 7. I'll try to make some too, but just in case could you make it possible.
  6. Can you make this script + limit the party members to seven only?
  7. fixed it. anyways, I sent you a pm at http://supportmii.com/board regarding the project. I am using Virtue at that forums. thanks. hoping to hear from you soon.
  8. that is the one that i am using but I am still stuck at the endless Setup Windows[FIXED] now I am getting the rejected to server(3) error. without the by-passclients when i am using the by pass client I am having a non translated skill and other windows that are not translated. then the window size won't change.
  9. Hi, I am stuck at the setup window after opening the client. btw, I am using 2012-04-10 patcher. how do i fix this?
  10. Hi, I followed your guide in 2012 - 04 - 10 client but I am stuck at the Setup it keeps on popping up.
  11. Requesting for a working RagRe2011-11-16 Client that is working, I can't seem to make the one i downloaded work, it doesn't launch and i don't know what the problem is.
  12. hmm i don't know why the client won't open. (2011-11-16aRagexeRE)
  13. Hi, Anyone out there that has a script for a 7v7 RWC Tournament Style Script and that is willing to share it please contact me.( or if you want to get paid for it ) 7 vs. 7 • No Repeating Classes. checks the job classes before starting the event. • Item Upgrade is restricted to +7. • Normal Cards. • BG Style Waiting Room. (0/7). More details later. Thanks.
  14. Hi, Sino mayroong 7v7 RPC/RWC Style na PVP/Tournament NPC. if ever wala, sino ppwedeng gumawa, paki pm ako para mapagusapan ang terms. willing to pay hit me a pm thanks.
  15. What is the Packet version for 2011 - 16 - 11 clients? and its version for the clientinfo.xml thanks.
  16. yes I did add the description for that, problem is it is not showing after I patched it. these are the following entries that are not showing when i patched them.
  17. Hi, I got a minor problem when I am patching my files, I have double checked what I am doing and since my last patch I have not encountered any problems with it. it seem that only this is not being patched. so, my question is what seems to be my problem ( because i am not quite sure what really. ) I have been getting the same results since 5hours ago. ( lmao. im kinda stuck ) sorry if this would be hard to understand..
  18. Fixed that error a while ago. Now I got a new error. When a character with no race & is level 1 go to a fvf map the server crashes.. i will put a screenshot but all I see is Error Update : When a level 1 character w/o race/faction goes near a player with a faction the server crashes Suggestion Update : Faction Leader Should be decided by votes, also Faction Leader could be impeached also by voted. ( that would be good if the current leader is not doing a good job or whatever.. ) Faction Leader Aura should have an icon if you are on its range..
  19. Guess so, but pretty much everything is inside the mall..
  20. Hi, I am having the same problem with this..
  21. oh yeh, one more thing Lilith, can you make the Emblems showing on each factions pre-set? one unique emblem set for each faction ( if that is already implemented sorry. i will be just trying this later today )
  22. Will test it later. hit me up a message when the temple will be up and then lets talk about the map features.
×
×
  • Create New...