Jump to content

FReyes

Members
  • Posts

    117
  • Joined

  • Last visited

Everything posted by FReyes

  1. The only one that works is alt 1 and alt 0. i tried to type 23456789 works fine. HELP
  2. requesting registration code php mysqldb
  3. and a maximum of 5 connection? ... if they must have hamachi too... i will close this topic... thanks a lot guyss. PROBLEM SOLVE
  4. SOLVED HAMACHI I CAN LOG IN NOW.. but my friends cannot connect to my server? their clientinfo is my hamachi ip.
  5. i think this is my problem?
  6. check this out guys.. //char_athena login_ip: 127.0.0.1 <-------i already tried my ip char_ip: 25.50.98.231 //map_athena char_ip: 127.0.0.1 <-------i already tried my ip map_ip: 25.50.98.231 //subnet_athena subnet: 255.255.0.0:25.50.98.231:25.50.98.231 <-------i already tried subnet(255.0.0.0) and my ip //clientinfo 25.50.98.231
  7. Char athena; login_ip:=lan / char_ip:=hamachiIP Map athena; char_ip:=lan / map_ip:=hamachiIP Sub athena; sub:HAMACHI:HAMACHI: Inter athena; all 127.0.0.1 Clientifo: <address>hamachi</address> Then i tried to log in.. failed to connect. change pls Char athena; login_ip:=127.0.0.1 / char_ip:=hamachiIP Map athena; char_ip:=127.0.0.1 / map_ip:=hamachiIP Sub athena; hamachisub:HAMACHI:HAMACHI: Inter athena; all 127.0.0.1 Clientifo: <address>hamachi</address> i already tried it.. nothings change is this correct? my hamachi subnet?? pls check it out. if no, where can i find my hamachi subnet?
  8. Char athena; login_ip:=lan / char_ip:=hamachiIP Map athena; char_ip:=lan / map_ip:=hamachiIP Sub athena; sub:HAMACHI:HAMACHI: Inter athena; all 127.0.0.1 Clientifo: <address>hamachi</address> Then i tried to log in.. failed to connect.
  9. check this... what will i do next? i will find out how to use hamachi. Thanks more replies pls
  10. I want to make npc quest items.. Like Feather Beret.. to obtain feather beret you need to hunt blue feathers ex. 300pcs and 5m zenny required.. then come back to npc. Something like that..
  11. up for this. anyone???? /sob /sob /help /help
  12. What is the best/normal/minimum Hardware specification for a RO Server (100+ players). and Internet ?MB Speed. thanks in advance. and why? i want to open my server in public.
  13. i cannot find in google or here in rathena thats why im requesting please.. thanks a lot. can you share your NPC item quest like LVL4 Weapon, Combat Knife, Valk Helm, Feather Beret, Baphomet Horns, Sunglasses[1].. Thanks a lot
  14. how to create patcher for my client? or can you please teach me or give a step by step tutorial or a link if you have.. Thanks a lot i already find a link https://rathena.org/board/topic/79394-setup-thor-patcher/ send a link if there's better. i think this link is down.
  15. // Valid range of dyes and styles on the client. min_hair_style: 0 max_hair_style: 27 min_hair_color: 0 max_hair_color: 8 min_cloth_color: 0 max_cloth_color: 4 i think theres additional palletea and sprite in data folder? how to determine if i have hundreds cloth color and custom hair style? // Valid range of dyes and styles on the client. min_hair_style: 0 max_hair_style: 27 min_hair_color: 0 max_hair_color: 8 min_cloth_color: 0 max_cloth_color: 4 i think theres additional palletea and sprite in data folder? how to determine if i have hundreds cloth color and custom hair style? min_hair_style: 0 max_hair_style: 84 //27 min_hair_color: 0 max_hair_color: 8 min_cloth_color: 0 max_cloth_color: 490 //4 Thanks buddy
  16. How to change?? i cannot find that in my conf files... or in txt files only? teach me how..
  17. this is my Stylist script TIA //===== rAthena Script ======================================= //= Stylist //===== By: ================================================== //= Euphy //===== Current Version: ===================================== //= 1.1 //===== Compatible With: ===================================== //= rAthena Project //===== Description: ========================================= //= Changes your hair style, hair color, and cloth color. //===== Additional Comments: ================================= //= 1.0 Initial script. //= 1.1 Switched to 'getbattleflag', credits to Saithis. [Euphy] //============================================================ prontera,170,180,1 script Stylist#custom_stylist 122,{ setarray .@Styles[1], getbattleflag("max_cloth_color"), getbattleflag("max_hair_style"), getbattleflag("max_hair_color"); setarray .@Look[1], LOOK_CLOTHES_COLOR, LOOK_HAIR, LOOK_HAIR_COLOR; set .@s, select(" ~ Cloth color: ~ Hairstyle: ~ Hair color"); set .@Revert, getlook(.@Look[.@s]); set .@Style,1; while(1) { setlook .@Look[.@s], .@Style; message strcharinfo(0),"This is style #"+.@Style+"."; set .@menu$, " ~ Next (^0055FF"+((.@Style!=.@Styles[.@s])?.@Style+1:1)+"^000000): ~ Previous (^0055FF"+((.@Style!=1)?.@Style-1:.@Styles[.@s])+"^000000): ~ Jump to...: ~ Revert to original (^0055FF"+.@Revert+"^000000)"; switch(select(.@menu$)) { case 1: set .@Style, ((.@Style != .@Styles[.@s]) ? .@Style+1 : 1); break; case 2: set .@Style, ((.@Style != 1) ? .@Style-1 : .@Styles[.@s]); break; case 3: message strcharinfo(0),"Choose a style between 1 - "+.@Styles[.@s]+"."; input .@Style,0,.@Styles[.@s]; if (!.@Style) set .@Style, rand(1,.@Styles[.@s]); break; case 4: set .@Style, .@Revert; setlook .@Look[.@s], .@Revert; break; } } }
  18. Options: // Reward options. // ----------------------------------------------------------- // [1] Enable rewards. // [2] Mail all rewards. // - If not set, players receive items in their inventory. // - Only ONE item can be sent via mail, plus Zeny. // - Note that offline players do NOT receive rewards. // [4] Only reward Guild Masters. // - If not set, all guild members are rewarded. // - If mailing is enabled (option 2), offline Guild Masters WILL receive rewards. // [8] Duplicate IP check. // - Members in a guild with the same IP address are not rewarded. // - If Guild Masters is enabled (option 4), this feature is not used. // ----------------------------------------------------------- Then the instructions says: // Combine values as needed (e.g. 1|8 = 1+8 = 9). set .Options, 1|8; So therefore: // Combine values as needed (e.g. 1|8 = 1+8 = 9). set .Options, 1|2|8; // Rewards per castle. // -- when given directly: <itemID>,<amount>{,<itemID>,<amount>,...} // -- via mail (option 2): <itemID>,<amount>,<Zeny> setarray .Reward[0],ITEM_ID,AMOUNT,INPUT ZENY P.S I don't use Euphy's WoE controller script and i dunno if i did it right on the option combination but i just did what i understood from reading the instructions in there. Thanks... it works
  19. how to set zeny reward? TIA // ----------------------------------------------------------- // Combine values as needed (e.g. 1|8 = 1+8 = 9). set .Options, 1|8; // Rewards per castle. // -- when given directly: <itemID>,<amount>{,<itemID>,<amount>,...} // -- via mail (option 2): <itemID>,<amount>,<Zeny> setarray .Reward[0],14001,1; // -----------------------------------------------------------
  20. why i cant find this in my npc script?? i accidentaly warp @warp new_1-4,180,190
  21. i have errors i already installed ispack-5.5.8.exe vcredist_x86_2008_x86_SP1 ;#define Harmony - remove semi colon but its not successful how to fix?
  22. can you please teach me how to create a installer? or if have a link pls send a link? thanks a lot guys. like picture below:
×
×
  • Create New...