Jump to content

vhan48

Members
  • Posts

    49
  • Joined

  • Last visited

Community Answers

  1. vhan48's post in How to change sword curser when pointing on player in town to normal curser was marked as the answer   
    it might be that you have diffed the client to have /noshift on dy default, try typing /ns or /noshift .
  2. vhan48's post in Guild-Creating NPC was marked as the answer   
    Hi, you can try my Guild Manager:
    //******* Guild Manager by Vhan48********** //******* Please Keep my Credits********* //********Thank you******************* prontera,164,135,4 script Guild Manager 884,{ if( BaseLevel>90 ) if( JobLevel>50 ) if (getcharid(2)==0) { mes "[Guild Manager]"; mes "Hi "+ strcharinfo ( 0 ) +" I'm the guild manager, I can help you organize a guild for a fee"; next; mes "[Guild Manager]"; mes "Do you want to avail my service?"; switch(select("Yes!:I'll think about it.")) { case 1: mes "[Guild Manager]"; mes "Okay,you will need the following items:"; next; mes "Emperium (714) x1"; next; mes "[Guild Manager]"; mes "Are you sure you to gather it all?"; goto yes_no; yes_no: menu "Yes",g_check,"No",m_noitem; g_check: if(countitem(714)<1) goto m_noitem; next; mes "[Guild Manager]"; mes "Seems like , it's a piece of cake for you?"; delitem 714,1; next; mes "[Guild Manager]"; mes "Please Enter the name of the Guild that you want to be organized:"; next; input .@name$; next; mes "[Guild Manager]"; mes "Congratulations. You have now created your own guild!."; close2; atcommand "@guild "+.@name$+""; announce " Guild Master "+ strcharinfo ( 0 ) +" has established the "+.@name$+" Guild! Make your members proud!.",0; end; m_noitem: mes "[Guild Manager]"; mes "Sorry,You haven't completed the requirements yet, please come back after completing it."; case 2: mes "[Guild Manager]"; mes "Ok, decide carefully"; close; } } mes "[Guild Manager]"; mes "Hi "+ strcharinfo ( 0 ) +" . You must not be in a guild and should be base level 99 and job level 70 to avail my services."; close; }   
     
     hope it helps 
×
×
  • Create New...