Jump to content

joven15

Members
  • Content Count

    152
  • Joined

  • Last visited

Posts posted by joven15


  1. post it on upaste and I'll edit for you :P too lazy to change all spaces into tabs xD

    //===== rAthena Script =======================================//= Shop Street//===== By: ==================================================//= Masao(Shopstreet) - Original Mall Script//= Virtue(All in 1 Mall NPC)//===== Current Version: =====================================//= 1.0 [Masao]//===== Compatible With: =====================================//= rAthena SVN//= Judas SVN//===== Description: =========================================// Street Mall in One NPC// Change "Your Server Name" to your Server Name or whhat ever you desire"//============================================================prontera,164,173,4	script	All in One Trader	556,{	mes "[Quick Mall]";	mes "Welcome to ^FF0000TrivalRO^000000 ^000088Quick Mall^000000.";	mes "Hello there ^FF0000" + strcharinfo(0) + "^000000.";	mes "Please select what you want";		switch(select("Consumables:Miscellaneous:Arrows:Ninja:Gunslinger:Pet Foods:Pet Accessories")) {		close2;		case 2: callshop "Consumables", 1; end;		case 3: callshop "Miscellaneous", 1; end;		case 4: callshop "Arrows", 1; end;		case 5: callshop "Ninja", 1; end;		case 6: callshop "Gunslinger", 1; end;		case 7: callshop "Pet Foods", 1; end;		case 8: callshop "Pet Accessories", 1; end;		}	OnInit:	waitingroom "[ All In One Trader ]",0;	end;}//shops-	shop	Consumables	-1,601:60,602:300,506:40,547:3000,545:300,645:1000,656:1500,657:3000,1065:100,522:8500,505:5000,610:5000,12020:1000,523:500,713:500,12070:15000,14579:15000,12045:15000,12050:15000,12055:15000,12060:15000-	shop	Miscellaneous	-1,985:50000,984:50000,715:600,717:600,716:600,999:5000,1000:5000,990:5000,991:5000,992:5000,993:5000,994:20000,995:20000,996:20000,997:20000,1025:2000,612:2000,613:3000,614:5000,615:10000,970:10000,929:5000,1059:5000-	shop	Arrows	-1,1750:2,1751:3,1766:50,1767:30,1755:5,1754:5,1761:30,1752:3,1759:30,1765:50,1764:50,1753:20,1756:5,1757:5,1758:30-	shop	Ninja	-1,13250:4,13252:20,13253:40,13254:100,2117:10000,7522:150,7523:150,7524:300-	shop	Gunslinger	-1,13150:3000,13102:20000,13151:17500,13154:12000,13155:32000,13163:40000,13165:56000,13168:76000,13200:1,13201:15,13202:30-	shop	Pet Foods	-1,508:40,511:10,507:18,537:1000,534:10000,531:10000,1002:20000,532:20000,7766:20000,7824:20000,6098:20000,6108:20000,6106:20000,6105:20000,12192:20000,5065:20000,6094:20000-	shop	Pet Accessories	-1,10012:20000,10002:20000,10015:20000,10003:20000,10014:20000,10017:20000,10010:20000,10003:20000,10019:20000,10018:20000,10009:20000,10008:20000,10006:20000,10011:20000,10020:20000,10035:20000,10025:20000,10032:20000,10027:20000,10028:20000,10037:20000,10034:20000,10026:20000,10030:20000,10029:20000,10033:20000,10031:20000,10024:20000,10022:20000,10023:20000,10021:20000,10038:20000

  2. Please don't save your scripts on UTF encoding, this is what causes these problems since first characters added on an UTF encoded files is the Byte-Order Mask (BOM).

     

    Try saving your scripts with ANSI encoding or as UTF without BOM and try loading your script again.

     

    You can know more about the BOM if you go look more information about the UTF file standard on Wikipedia.

    btw i got some error.

     

     

    [Error]: run_script: inifity loop !
    [Debug] Source (NPC): Announcer (inivisible/not on a map)
     
    can u help me how to fix it?

  3. Please don't save your scripts on UTF encoding, this is what causes these problems since first characters added on an UTF encoded files is the Byte-Order Mask (BOM).

     

    Try saving your scripts with ANSI encoding or as UTF without BOM and try loading your script again.

     

    You can know more about the BOM if you go look more information about the UTF file standard on Wikipedia.

    WOW YOUR RIGHT..... THANK YOU VERY MUCH> YOU SOLVED MY PROBLEM :( :( ANY THANKS ALSO TO YOU EVIL PUNKER. 


  4. hi guys, can someone help me. how to add sell my item in inventory , can i the category like a TOOL Dealer with the category SELL.

     

    is it possible to add some category in the menu with the name SELL ITEM with color red?

     

     


    //===== rAthena Script =======================================
    //= Shop Street
    //===== By: ==================================================
    //= Masao(Shopstreet) - Original Mall Script
    //= Virtue(All in 1 Mall NPC)
    //===== Current Version: =====================================
    //= 1.0 [Masao]
    //===== Compatible With: =====================================
    //= rAthena SVN
    //= Judas SVN
    //===== Description: =========================================
    // Street Mall in One NPC
    // Change "Your Server Name" to your Server Name or whhat ever you desire"
    //============================================================
    prontera,159,185,6 script Mall Dealer 488,{
    mes "[Quick Mall]";
    mes "Welcome to ^FF0000TrivalRO^000000 ^000088Quick Mall^000000.";
    mes "Hello there ^FF0000" + strcharinfo(0) + "^000000.";
    mes "Please select what you want";
     
    switch(select("Consumables:Miscellaneous:Arrows:Ninja:Gunslinger:Pet Foods:Pet Accessories")) {
    close2;
    case 2: callshop "Consumables", 1; end;
    case 3: callshop "Miscellaneous", 1; end;
    case 4: callshop "Arrows", 1; end;
    case 5: callshop "Ninja", 1; end;
    case 6: callshop "Gunslinger", 1; end;
    case 7: callshop "Pet Foods", 1; end;
    case 8: callshop "Pet Accessories", 1; end;
    }
     
    }
    //shops
     
    - shop Consumables -1,601:60,602:300,506:40,547:3000,545:300,645:1000,656:1500,657:3000,1065:100,522:8500,505:5000,610:5000,12020:1000,523:500,713:500,12070:15000,14579:15000,12045:15000,12050:15000,12055:15000,12060:15000
    - shop Miscellaneous -1,985:50000,984:50000,715:600,717:600,716:600,999:5000,1000:5000,990:5000,991:5000,992:5000,993:5000,994:20000,995:20000,996:20000,997:20000,1025:2000,612:2000,613:3000,614:5000,615:10000,970:10000,929:5000,1059:5000
    - shop Arrows -1,1750:2,1751:3,1766:50,1767:30,1755:5,1754:5,1761:30,1752:3,1759:30,1765:50,1764:50,1753:20,1756:5,1757:5,1758:30
    - shop Ninja -1,13250:4,13252:20,13253:40,13254:100,2117:10000,7522:150,7523:150,7524:300
    - shop Gunslinger -1,13150:3000,13102:20000,13151:17500,13154:12000,13155:32000,13163:40000,13165:56000,13168:76000,13200:1,13201:15,13202:30
    - shop Pet Foods -1,508:40,511:10,507:18,537:1000,534:10000,531:10000,1002:20000,532:20000,7766:20000,7824:20000,6098:20000,6108:20000,6106:20000,6105:20000,12192:20000,5065:20000,6094:20000
    - shop Pet Accessories -1,10012:20000,10002:20000,10015:20000,10003:20000,10014:20000,10017:20000,10010:20000,10003:20000,10019:20000,10018:20000,10009:20000,10008:20000,10006:20000,10011:20000,10020:20000,10035:20000,10025:20000,10032:20000,10027:20000,10028:20000,10037:20000,10034:20000,10026:20000,10030:20000,10029:20000,10033:20000,10031:20000,10024:20000,10022:20000,10023:20000,10021:20000,10038:20000
     

  5.  

     

     

     

    seems like the encoding of your txt file is messed up :P try to create a new file and paste it

    can u help me ? i try it many times but still

     

    try this

    still got error. i told u :( :(

     

    you used the downloaded file? or the old one? I got no error with the downloaded file

    oqj9li.jpg

     

    STILL :( :( :( :( GOT ERROR :( :( :( :(


  6.  

     

     

     

    seems like the encoding of your txt file is messed up :P try to create a new file and paste it

    can u help me ? i try it many times but still

     

    try this

    still got error. i told u :( :(

     

    you used the downloaded file? or the old one? I got no error with the downloaded file

    i uses downloaded file. :( but still.


  7. dude, if you are running the cp on a host site, just set MailerUseSMTP to false and it will use the default phpmailer to send e-mails that works just out of the box

    btw i really appreciated that you really helping me alot. also i just want to use SMTP cause i have an gmail. can u help me this out.


  8. 'MailerFromAddress' => '[email protected]:3535', // The e-mail address displayed in the From field.

    this but then your info should fix it hopefully

     

     

     

    'RequireEmailConfirm'  => true,                    // Require e-mail confirmation during registration.
    'RequireChangeConfirm' => false,                    // Require confirmation when changing e-mail addresses.
    'EmailConfirmExpire'   => 48,                       // E-mail confirmations expire hours. Unconfirmed accounts will expire after this period of time.
    'MailerFromAddress'    => '[email protected]:3535',      // The e-mail address displayed in the From field.
    'MailerFromName'       => 'TrivalRO',             // The name displayed with the From e-mail address.
    'MailerUseSMTP'        => true,                    // Whether or not to use a separate SMTP server for sending mail.
    'MailerSMTPUseSSL'     => true,                    // Whether or not mailer should connect using SSL (yes for GMail).
    'MailerSMTPUseTLS'     => false,                    // Same as above SSL setting, but for TLS.  This setting will override the SSL setting.
    'MailerSMTPPort'       => 465,                     // When MailerUseSMTP is true: SMTP server port (mailer will default to 25).
    'MailerSMTPHosts'      => 'ssl://smtp.gmail.com',                     // When MailerUseSMTP is true: A string host or array of hosts (e.g., 'host1' or array('host1', 'backuphost')).
    'MailerSMTPUsername'   => '[email protected]',                     // When MailerUseSMTP is true: Authorized username for SMTP server.
    'MailerSMTPPassword'   => 'password',

     


  9. Still the same the error on my first post.

     

     

    - script Sample -1,{
    OnInit:
    setarray .Maps$[0], "prontera","Prontera Midgard",
    "payon","Payon Forest";
    .size = getarraysize( .Maps$ );
    for ( .@i = 0; .@i < .size; .@i += 2 )
    setmapflag .Maps$[ .@i ], mf_loadevent;
    end;
    OnPCLoadMapEvent:
    getmapxy( .@map$, .@x, .@y, 0 );
    for ( .@i = 0; .@i < .size; .@i += 2 ) {
    if ( .@map$ == .Maps$[ .@i ] )
    announce "You entered map : " + .Maps$[ .@i + 1 ] + ".",bc_self;
    }
    end;
    }

  10. Can anyone help me please.

     

    4iekuw.jpg

     

     

    - script Sample -1,{
    OnInit:
    setarray .Map$, // <mapname>,<Map Nick>,
     
    "c_tower3_","Clock Tower, 3nd Floor",
    "artz_pvp","TrivalRO PVP";
     
    for( set .i,0; .i < getarraysize( .Map$ ) - 1; set .i,.i + 2 )
    setmapflag .Map$[.i],mf_loadevent;
    end;
     
    OnPCLoadMapEvent:
    for( set .i,0; .i < getarraysize( .Map$ ) - 1; set .i,.i + 2 )
    if( strcharinfo(3) == .Map$[.i] )
    announce "You entered map : "+.Map$[.i+1]+" .",bc_self;
    end;
    }

     


  11. Hi can u help me, i`m totally confused i think i already setup correctly also with my gmail i already Enable POP/IMAP.

     

     here's my configuration in SSL.

     

     

    'MailerFromAddress'    => '[email protected]',      // The e-mail address displayed in the From field.
    'MailerFromName'       => 'MYRO Admin',             // The name displayed with the From e-mail address.
    'MailerUseSMTP'        => true,                    // Whether or not to use a separate SMTP server for sending mail.
    'MailerSMTPUseSSL'     => true,                    // Whether or not mailer should connect using SSL (yes for GMail).
    'MailerSMTPUseTLS'     => false,                    // Same as above SSL setting, but for TLS.  This setting will override the SSL setting.
    'MailerSMTPPort'       => 465,                     // When MailerUseSMTP is true: SMTP server port (mailer will default to 25).
    'MailerSMTPHosts'      => 'smtp.gmail.com',                     // When MailerUseSMTP is true: A string host or array of hosts (e.g., 'host1' or array('host1', 'backuphost')).
    'MailerSMTPUsername'   => '[email protected]',                     // When MailerUseSMTP is true: Authorized username for SMTP server.
    'MailerSMTPPassword'   => 'mypassword',  

     

    And here's my configuration in TLS.

     

     

    'MailerFromAddress'    => '[email protected]',      // The e-mail address displayed in the From field.
    'MailerFromName'       => 'MYRO Admin',             // The name displayed with the From e-mail address.
    'MailerUseSMTP'        => true,                    // Whether or not to use a separate SMTP server for sending mail.
    'MailerSMTPUseSSL'     => false,                    // Whether or not mailer should connect using SSL (yes for GMail).
    'MailerSMTPUseTLS'     => true,                    // Same as above SSL setting, but for TLS.  This setting will override the SSL setting.
    'MailerSMTPPort'       => 587,                     // When MailerUseSMTP is true: SMTP server port (mailer will default to 25).
    'MailerSMTPHosts'      => 'smtp.gmail.com',                     // When MailerUseSMTP is true: A string host or array of hosts (e.g., 'host1' or array('host1', 'backuphost')).
    'MailerSMTPUsername'   => '[email protected]',                     // When MailerUseSMTP is true: Authorized username for SMTP server.
    'MailerSMTPPassword'   => 'mypassword',  

     

    And still. i got the error with this both configuration.

     

    Your account has been created, but unfortunately we failed to send an e-mail due to technical difficulties. Please contact a staff member and request for assistance.

     

    btw Im using localhost. and i also try to check the data logs.

     

    [2014-03-29 14:37:41] The following From address failed: [email protected] (while attempting -- Recipient: [email protected], Subject: Account Confirmation)

     

    BTW the [email protected] is not that the real email. i change for the security purposes.

    Also im using the Flux CP Hercules.

    Posted by : Gepard

    URL >>>> http://herc.ws/board/topic/1901-flux-control-panel-for-hercules/

     

    Thank You in advanced,

     


  12. I know the files where located. but here's the problem.

     

    the translated are there on my client 

     

    data/texture/À¯ÀúÀÎÅÍÆäÀ̽º/esc_09a.bmp

    data/texture/À¯ÀúÀÎÅÍÆäÀ̽º/esc_09b.bmp

    data/texture/À¯ÀúÀÎÅÍÆäÀ̽º/esc_09c.bmp

    data/texture/À¯ÀúÀÎÅÍÆäÀ̽º/basic_interface/esc_09a.bmp

    data/texture/À¯ÀúÀÎÅÍÆäÀ̽º/basic_interface/esc_09b.bmp

    data/texture/À¯ÀúÀÎÅÍÆäÀ̽º/basic_interface/esc_09c.bmp

     

    the pic of the above in my first post. same as is. but still not translated into Eng.

    any idea?

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.