Jump to content

caspa

Members
  • Posts

    499
  • Joined

  • Last visited

Everything posted by caspa

  1. Error.... ( Refer to the attached thumbnail ) P.S - I'm using 3CeaM
  2. is this some kind of a KOE type?
  3. Sir bry........ how to add job class on this script and also...... the points will be receive whenever you destroyed the emperium and not just the last one who broke the emperium...... i would also like it to reset the ladder w/o closing the mapserver/char/login
  4. caspa

    Agit points

    okay thank you sir bry...........
  5. caspa

    Agit points

    Sir bry..... can you put a reset ladder on this script... also is this script attached on the guild itself? and not on the breaker? like if "Player 1" joined the "Guild 1" and destroyed the Emperium....... so the "Guild 1" obtains 3 points..... now.... what if "Player 1" leaves the guild and joins "Guild 2"....... and breaks the emperium while he was in guild 2..... it would not start from 3 right? i mean the points "Player 1" accumulated while he was in "Guild 1" will not add on the points he will get on "Guild 2" ?..................... Then is it possible to put a green color if the guild is still active and red if the guild is disbanded?
  6. Alright..... i'm going to try this now............ Yep........ It's All Woking Fine Now..................... [ PROBLEM SOLVED ]
  7. well what i mean is........ for example if "Player A" who's a part of dominoes guild already acquired the guild package... and he creates another character.... and he's joining the metallica guild.... and metallica guild is getting a package..... i wan't the npc to say "i'm sorry but "Character #2" has already acquired the package..... he cannot get another package.......... that means he have to create another account...... and and create a character on that 2nd account so he could get the package........... Fixed. Did you mean once per character? https://code.google.com/p/athena-scripts/source/detail?r=30 Or do you really want once per account? Here's the updated version: guild_pack_info.txtdrop the 2 SQL tables DROP TABLE IF EXISTS guildpack_guilds; DROP TABLE IF EXISTS guildpack_members; execute the SQL queries (lines 4-20) load the script
  8. sir bry.... i already tested it and i found the first prob..... the npc has given the guild leader both guild leader box pack and guild member box pack...... i need the leader to receive the guild leader box pack only which is 21010 and also i can get package as many times as i want.... its not limited to 1 time only...... i want it to be limited to 1 time only per account..... i also have sql error........... ( see attached thumbnail )
  9. Q> are players able to leave a guild? A> Yes....... Q>if so, are they able to join another guild after that? (in this case, what should the info say?) A> they would not be deleted on the info list if the char was deleted and they remain on the guild list to where they receive their reward..... even if the char has already joined another guild... Q>are character renames allowed? A> there are no renamer in my server..... Q>are guild renames allowed? A> there are no renamer of guild in my server....... There is no changeGM and if the guild is disbanded the status would change to Disbanded if the guild is still reporting to woe or still joining the woe session then the status is active but if the guild has been abandoned already like the GL is the only remaining member it would still display "ACTIVE" and the info on the member who receive the package remains intact .... ================================================================================== ohhhhhh......... can i add sir bry? like if the user on the info list is deleted or is not a member of the guild member anymore? can they be red? while the members on the info list who is still a member of the guild is green?
  10. yes....... sir bry... the max guild member in my server is 10 only and i disabled the guild extension skill........... so the guild package npc will not trigger if you don't have 10 guild members..... also the npc will only trigger if the guild leader is talking to it.... if a member talks to it it would say "please tell you guild leader to come and see me personally." then all the members should be online............. then if all 10 user is online it would give the package "21010" for the gpack box leader and 21011 for the gpack box members.... so basically when the requirement has been met.......... like all 10 members are online.... the npc will announce the guild "blah" has obtain the guild package.... the 21010 will be getitem by the leader and the 21011 will be getitem by all 9 members....... then after that the guild info would be display on the guild list...... What is the item_id of the "guild box package" that the NPC will give them?
  11. Hello guyz.... i would like to request for a guild pack giver script that records a guild information.... It's an npc that gives a guild box package to the guild leader by exchanging a GM's Approval Card (21001).. then if the guild leader receives the box, the npc would record all the information of the guild, where the leader is in.... then there will be a menu on the npc where it say's "Guild List" then after selecting that menu.... it would give a list of guild who has avail the guild package "demi-gods" "burritos breaker" "judas disciples" "and etc...." then if the players click the demi-gods it would give them an information like this Guild Information: Guild : Demi-Godz Status : Active / Disbanded <<----- if the guild is disbanded Guild Leader : Juanito ( IP.127.0.0.0 ) Guild Member : Member 1 ( IP.127.0.0) Member 2 ( IP.127.0.0) Member 3 ( IP.127.0.0) Member 4 ( IP.127.0.0) Then even if "member 4" has already quit on the guild or the character has been deleted already. He would still be on the guild list...... I mean nothing would change on the guild list except the status of the guild, if the guild is still active or the guild has already been disbanded............. I hope someone could help me......
  12. this is the script that i was talking about maa'm annie http://rathena.org/b...lantribe-names/ i'm using the script on post #6 STARTINGMAP,XXX,YYY,Z script Welcome to XXXX RO 100,{ set .@serv$,"XXX RO";// CHANGE THE SERVER NAME!!!!! set .@n$,"^0000FF[ Welcome to "+.@serv$+" ]^000000"; set @charname$,""+strcharinfo(0)+""; set @charid$,""+getcharid(0)+""; if(tribechange==1) { mes .@n$; mes "Okay I'm going to warp you!"; next; warp "belagio",91,41; end; close; } mes .@n$; mes "Hello "+strcharinfo(0)+",welcome"; mes "to "+.@serv$+",have fun!"; next; mes .@n$; mes "You can choose a Clan,"; mes "which you want to join."; next; mes .@n$; mes "Now choose the Clan,which"; mes "you want to join."; next; switch(select("Light Army:Dark Army")) { case 1: mes .@n$; mes "Okay,changing your name!"; query_sql "UPDATE `char` SET name='[Light Army] "+ escape_sql(@charname$) + "' WHERE `char_id`="+escape_sql(@charid$)+""; next; mes .@n$; mes "Your name is changed."; mes "I'll kick you and after"; mes "You login again,I'll warp you."; set tribechange,1; next; atcommand "@kick "+strcharinfo(0)+""; end; close; case 2: mes .@n$; mes "Okay,changing your name!"; query_sql "UPDATE `char` SET name='[Dark Army] "+ escape_sql(@charname$) + "' WHERE `char_id`="+escape_sql(@charid$)+""; next; mes .@n$; mes "Your name is changed."; mes "I'll kick you and after"; mes "You login again,I'll warp you."; set tribechange,1; next; atcommand "@kick "+strcharinfo(0)+""; end; close; } } I like to see this scriptyour attachment picture doesn't make any sense - script kjbfksjhfkd -1,{OnPCKillEvent:if ( strcharinfo(3) == "payg_cas03" && getcharid(2) && baselevel >= 99 && class )getitem 501, 1;end;}if without refering to the attachment picture, this is how (simple) the script looks like I bet this is just adding a bunch of if-else so its basically like renaming your char but adding a specific name on the front of your name........ so after choosing what tribe..... some user creates or invites people in a guild..... and not all the member would basically be choosing the same tribe as you choose same goes as the opposing guild...... that's why if you choose the [red] tribe and your opponent is a [red] tribe also it only gives you TCG card however if you kill a [blue] tribe you'll have an additional gold coin....... so i'm basically encouraging people to make a guild and invite people with the same tribe so they'll get more bonus killing [blue] tribes if they're [red] and since GL is usually more powerful than members i'd like for the members to get more tcg or gold coins killing them...... i hope u understand my point annie.......
  13. Thx for the script...........
  14. I have a tribe officer on my server and the player get to choose red or blue so if the player choose red, the [red] would be attach to their name like [red] django or [blue] django...... now what i want is when they decide to join a guild or create their own guild.... during woe i want to set up a getitem system based on the tribe they joined........ i need it like this ( REFER TO THE ATTACHED Thumbnail / Image ) P.S 1. It only works on payg_cas03 2. It only works when your in a guild 3. does not work if you're below level 99 4. does not work if you're a novice 5. what it does for [red] should also does for [blue]
  15. how to properly put these cart into folder so merchant/bs/creator/ can use this?
×
×
  • Create New...