Jump to content

Psyche

Members
  • Posts

    123
  • Joined

  • Last visited

Everything posted by Psyche

  1. But i forgot which langtype & servicetype need to use for avoiding next problem in client: "This server provides English Text Characteres Only." Maybe need to use extra dininput.dll with config, i dunno... Here is link: MEGA or Paste.ee hi Anacondaqq, i was testing your diff. and i have been modify your patch. your patch is for guild_name_letters , what i'd mean for guild_name_option (with no restriction/ option 0) so i got a problem, i created a guild, it will not consume Emperium. can u help me please? my changes NOT affect item (emperium) consumption. Looks like you have NOT latest rAthena emulator. Your problem can be solved by this changes: COMMIT with fix Btw, please check guild.conf for: // When making a guild, an Emperium is consumed? (Note 1) guild_emperium_check: yes no no no. Your changes is fine I got that errors when i modify your changes. first, i had changed: +guild_name_letters: abc™☼d to +guild_name_option: 0 and then if (charserv_config.char_config.char_name_option == 1) { // only letters/symbols in guild_name_letters are authorised to if (charserv_config.char_config.guild_name_option == 1) { // only letters/symbols in guild_name_letters are authorised char.c and char.h, i do follow char_name_option line, and edit to guild_name_option maybe u can help me @_@
  2. But i forgot which langtype & servicetype need to use for avoiding next problem in client: "This server provides English Text Characteres Only." Maybe need to use extra dininput.dll with config, i dunno... Here is link: MEGA or Paste.ee hi Anacondaqq, i was testing your diff. and i have been modify your patch. your patch is for guild_name_letters , what i'd mean for guild_name_option (with no restriction/ option 0) so i got a problem, i created a guild, it will not consume Emperium. can u help me please?
  3. hard to realize. bcz ro has lot of changes (dbs, npcs, sources) from ep 1 to latest. i know it because im on that project. lot of data i got. and lot of data i missed
  4. Sad to hear rA and latest eA no longer support sakexe so it was very really impossible to use Sakexe client? :')
  5. in rAthena, if i used sakexe client, about year 2008/2009, rA blocks connection with message that inform character has been blocked. so i asked, why rAthena blocks old client, and how to make old client works? i heard that there was packet conflict between sakexe and ragexe so sakexe packets no longer used like old eAthena.
  6. wow ! super thank yyouu dude ! i'll test it tho, and confirm if working without problem, ty !
  7. Hi, i was looking for char_name_option separation between character nickname, and guild name. so for example i want character nickname does not allow special chars like • , ™ , ☼ but i want guild name allow special character. Ty
  8. already but, it can be bypassed. so i want to make script that kick player 25th instead of max players are 24. something like Euphy script // callfunc "Check_IP","<map_name>"; function script Check_IP { // Get list of accounts with attached character's IP address. set .@size, query_sql("SELECT `account_id` FROM `login` WHERE `last_ip` = '"+getcharip()+"'",.@aid); // Passed check if only the attached player is returned. if (.@size < 2) return; // Check all online characters using the IP address if they're on the given map. set .@self, getcharid(3); for(set .@i,0; .@i<.@size; set .@i,.@i+1) { if (attachrid(.@aid[.@i])) { if (strcharinfo(3) == getarg(0)) { set .@name$, strcharinfo(0); attachrid(.@self); mes "Character "+.@name$+" is already logged into Battlegrounds with your IP."; close; } } } attachrid(.@self); // Passed check. return; } but it read of max player, not ip address.
  9. Is that possible if i want to disable /invite party command in client? i'm use 2012-04-10
  10. if (getmapusers("bat_room") >=26){ warp "SavePoint",0,0; } the problem is, when someone come in, that script randomly kick one of 26 player. what if i want to make last char will be kicked, so the other player who stay inside bat_room cannot disturbed?
  11. tq emistry for coming! Ok, this is my prob. my server use Devil Square sript by AnnieRuru https://rathena.org/board/topic/77632-devil-square/ and for that, i created custom item that call all party member to member leader's position which is can be used inside Devil Square. i grab it from https://rathena.org/board/topic/77494-party-recall/ Na-ah, i want to make that item only work between DS start and DS end. which is i just understand to use enablenpc, and disablenpc commands. But, that item not read as script, but 'function'. so how to disable and enable it like a script?
  12. already test it, but not working. so i'm wondering and come here.
  13. does enablenpc and disablenpc command, are working for function ( https://rathena.org/wiki/Functions ) ?
  14. then why exist rAthena (Renewal Athena emulator) I am going to repeat the name Renewal athena emulator if you do not understand this means working on renewal then, leave your childish ideas, move your hands,and get to work here in the famous renewal that you want You're being ridiculous you and all who support you because if you love ro you do the right thing to improve this and not run away Excuse me if I am very honest with you, but you always need someone to tell it like it is, you to land your ideas i agreed with michieru for his project. rAthena now seems has complicated code. and i understand why michieru going for his project. but, like i'm talked before, i wonder that RagEmu only active for 1year. over that, it is abandoned Emulator, and died community. if there is a bug, they will slow response, and slow up to date
  15. problem each community -> creating a new Emu -> problem again -> creating again -> problem -> create -> prob -> crt... i hope that not be happens in RagEmu. so sad to heard now Herc is super late update and super slow respond in bug tracker. and again, i hope RagEmu will not like that.
  16. Goodluck! but do not let your team is active only in the beginning, when running a year maybe you already do not care about our use of your server and start slow to update just IMHO, when i found best Emu, then that Emu is abandoned
  17. Hi, i want to request item script that will only available in use for 9:15PM to 9:45PM for example Red Potion can be used between 9:15PM to 9:45PM, that's mean if 9:46PM Red potion cannot be used or no effect when used.
  18. i was retiring with RO and other related things of it, and it was about 2 years ago, so i just wonder the growth of RO emu's and game guard, anyone can tell me RO server emu beside eAthena(now it is down?), rA, herc, 3ceam. brAthena? and how about game guard now? beside Harmo and InternalG? (or you have information of best game guard which is free to use?)
  19. database is created, but it's empty. no data inside sgcp database. i've already uncheck read-only permission (my vps is windows), uuhh x.x
  20. After setting config.php then run sgcp, this error show up am i missed something?
  21. Hi, would you guys help me please @_@... i'm requesting a npc that exchange 1 Poring Coin to 5 Cash Points... Thank you ^^
  22. If we got a map server crash, it will says that error is written in /log/map-server.exe.leaks (example) but where is log folder? x_x
×
×
  • Create New...