Jump to content

Pseudo

Members
  • Posts

    36
  • Joined

  • Last visited

  • Days Won

    2

Pseudo last won the day on July 23 2015

Pseudo had the most liked content!

Profile Information

  • Gender
    Male

Recent Profile Visitors

1088 profile views

Pseudo's Achievements

Poring

Poring (1/15)

5

Reputation

2

Community Answers

  1. Majority of the people that know me both from rA and in real life, know that I also do charity work. I mainly focus on two things, feeding programs and military assistance. I guess it's worth a shot to share this story here as even a dollar can go a long way. I am here today to ask not only the Filipino community, but also the RO community as a whole to help us achieve this goal of ours. We all know that Pinoys have some kind of bad rep in the gaming world, but trust me on this, they still need the same basic necessities as we do. If you can't afford to donate, share it on FB or Twitter. Moral support is as important as our financial goal. Thank you. Click here to view the campaign Thank you!
  2. I've been digging through the scripting release forums and I found the Family Gang thing made by Myzter. From my understanding, he hasn't been around for a while so I'll ask the general public for assistance. Can someone tell me if this is wrong? Since everytime I input a "Family name" it always says, "This name is in use, blah blah" l_Reinput: if (prompt("Write a name", "Give it to " + .@FNOther$) == 1) { input .@FN$; set .@SL, getstrlen(.@FN$); if (.@SL < 3 || .@SL > 50) { mes "[^0000ffFamily Gangs^000000]"; mes "The family name must be between 4 and 50 characters long."; mes " "; mes " > ^0000ff" + .@FN$ + "^000000"; next; goto l_Reinput; } // Verifica que el nombre no esté siendo utilizado por otra familia if (query_sql("select family_id from family where replace(family_name,' ','') = replace(trim('" + escape_sql(.@FN$) + "'),' ', '')", .@uno)) { mes "[^0000ffFamily Gangs^000000]"; mes "This name is in use, please choose another."; mes " "; mes " > ^0000ff" + .@FN$ + "^000000"; next; goto l_Reinput; } set .@FamilyName$, .@FN$; mes "[^0000ffFamily Gangs^000000]"; mes "Very good, close this window to continue."; close2; } else { mes "[^0000ffFamily Gangs^000000]"; mes "Okay, close this window to continue."; close2; message .@FNOther$, "¡" + .@FNTurn$ + " wants me to name the family!"; } The whole script is 1500 lines so I just posted the relevant section of it. Basically I am stuck at this part: // Verifica que el nombre no esté siendo utilizado por otra familia if (query_sql("select family_id from family where replace(family_name,' ','') = replace(trim('" + escape_sql(.@FN$) + "'),' ', '')", .@uno)) { mes "[^0000ffFamily Gangs^000000]"; mes "This name is in use, please choose another."; mes " "; mes " > ^0000ff" + .@FN$ + "^000000"; next; goto l_Reinput; } SQL tables have already been created as well. And there is no error in the map-server. Thanks in advance! Edit: On a side note, anyone know why all my attacks "miss" when I'm attacking a mob while I'm disguised as a mob? (I don't think it's worth to make a new topic for a simple question.)
  3. Use the original PvP that is included in the emulator?
  4. So I stumbled upon this site, http://www.ro-vps.com/ Was wondering if anyone has any feedback about them? Old or present clients of them maybe. I can't find any info about them on the rA forums.
  5. Re-Diff your client and make sure to NOT check the "Ignore error diffs"...
  6. The best advice I can give you is read around and understand how things work. Source Codes, Scripts, Maps, Client edits, etc. Here's a guide on how to setup one. https://rathena.org/board/topic/84746-tutorial-how-to-create-ragnarok-offline-2013-client-tutorial/ Best of luck!
  7. Import attached file. If you would like to know how I did it. Just removed this line //SQL Table for Ghost's PvP System Save as SQL file and import. ghostpvp.sql
  8. I agree with Nova and Tokei on this. I get your point though. You felt "cheated" but it's always better to resolve issues in private, rather than attempting to discredit Conflictz and RagnaHosting. Although I will admit, Conflictz, you, me, anyone is not perfect and it's typical for us to clash heads with someone. It's how you handle the situation is what matters. I have known Conflictz since eA days (although he might not remember me due to the name change) but he is a nice person compared to other people I've met in this community. On a side not: Why give full email access? Couldn't you have just forwarded the emails? Or did he purchase your Harmony account as a whole? dumb question I know
  9. I don't quite understand what you wish to accomplish. Can you elaborate more? As far as I know, /taekwon shows the top 10 rankers. Are you wanting a way to check the Ranker Points manually? Even if you aren't in the Top 10 Rankers?
  10. Either make sure you're kRO is fully patched or download these and add it to your grf. kRO made a huge prontera update a few months ago. Credits to Tokeiburu of Hercules for compiling the new prontera files.
  11. I can't duplicate your issue. My only advice would be double/triple check your files. I hope this can help. https://rathena.org/board/topic/82896-how-to-disable-renewal/
  12. Have you disabled all renewal features within the src folder?
  13. O_o click on the link?
  14. Yes the map(gat, etc.) is spelled "morocc" but the town name is Morroc. (no idea why) You can download the new prontera files here. *Credits to Tokeiburu of Hercules* And for making new GRFs. Follow this guide
×
×
  • Create New...