Jump to content

QQfoolsorellina

Members
  • Posts

    587
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by QQfoolsorellina

  1. Hm, you are right .. I don't consider custom scripts if do that , maybe devs will be blamed
  2. I use np++ search npc folder not too many match Search "Upper" (69 hits in 48 files)
  3. Equipment : Upper: Equippable upper-types. Uses the following bitmasks: 1: Normal jobs 2: Upper jobs 4: Baby jobs 8: Third jobs Permanent character variable: Upper - 0 if the character is a normal class, 1 if advanced, 2 if baby. I was confused by the two values, and dunno why not set them to return same value? Can they be set to the same value?
  4. check your num2itemresnametable.txt should be same name as normal card
  5. Today is the end of the world! coooooooooooool!
  6. rathena Merged getmapmobs script function into mobcount 15530 mobcount(.@map$,"all")
  7. the warning say already exists a script command called 'charat' in ea/ra
  8. call the Evil Queen and giving a poisoned Bubblegum to Princess , She takes a bite and falls into a state of suspended animation And now I have the Hill.
  9. src/config/renewal.h to comment the line //#define RENEWAL_EDP
  10. - script test123 -1,{ OnInit: bindatcmd "alootnoitem",strnpcinfo(3)+"::OnAtcommand"; end; OnAtcommand: set .@mobid,atoi(.@atcmd_parameters$[1]); set .@nodropitemid,atoi(.@atcmd_parameters$[0]); if(.@mobid <=0 || .@nodropitemid <=0)end; atcommand "@alootid reset"; set $@MobDrop_item,0; getmobdrops(.@mobid); set .@size,getarraysize($@MobDrop_item); copyarray .@MDIA[0],$@MobDrop_item[0],.@size; for(;.@i<.@size;.@i++){ if(.@nodropitemid != .@MDIA[.@i]) atcommand "@alootid +"+.@MDIA[.@i]; } atcommand "@alootid"; //show list end; }
  11. I want to use my gmail account to send verification email and already Enabled POP MailerSMTPHosts' => 'smtp.gmail.com', Do i left out any configuration ? is this a hosting site? I m not sure what should I fill in the MailerSMTPHosts field , but the previous guide in the thread is MailerSMTPHosts' => 'smtp.gmail.com' is it correct or not?
  12. I want to use my gmail account to send verification email and already Enabled POP MailerSMTPHosts' => 'smtp.gmail.com', Do i left out any configuration ?
  13. I use xantara's fluxcp and follow previous guide but it dosn't work for me any one can help me ? 'RequireEmailConfirm' => true, 'MailerFromAddress' => '[email protected]', // The e-mail address displayed in the From field. 'MailerFromName' => 'Flux Ro', // 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' => '*********',
  14. same problem here, dunno why stop at MAX_REFINE+1 not stop at MAX_REFINE but I prefer old successrefitem mode could by pass the MAX_REFINE haha~ maybe this issue should be post in bug report section?
  15. this map created by http://www.eathena.w...howtopic=256606
  16. if you have spaces in your guild name try to used an ascii space (alt+255) instead
  17. search this line getitem .@q[0],.@q[1]; replace with for ( ;.@i <.@q[1];.@i++ ) rentitem .@q[0], <time>;
  18. http://www.eathena.ws/board/index.php?showtopic=276326
  19. 參仟肆佰柒拾伍(3475.... I m bored)
  20. OnBuyItem: sorry, I misread . I think link1 is the answer code
×
×
  • Create New...