Jump to content

srhmike

Members
  • Posts

    261
  • Joined

  • Last visited

Everything posted by srhmike

  1. Just a heads up, I think you should remove: // Want to hire me for simple scripting? // • Leave me a message on rAthena - Fii. // • Leave me a message on ratemyserver - Fiii. because you are not a paid service on rAthena. And them contacting you on this site for a paid service is against the rules. And because that is on the file your sharing with rathena, which means your advertising, which is also braking the rules.
  2. For one: // Want to hire me for simple scripting? // • Leave me a message on rAthena - Fii. // • Leave me a message on rathemyserver - Fiii. You misspelled ratemyserver. and advertising? For two: Line 33: TCG card or Ygg? mes "I can change your job with a fee of ^FF00003 TCG Card^000000."; For three: Line 220 and again mes "Talk to me if you have ^FF00003 TCG Card^000000 in your pocket."; For four: Sounds like your advertising in the script lol. For five: line 217 no_TCG: is supposed to be no_YGG
  3. setarray .MainMenu$[0], // Set menu options! "Change Jobs", // [1] "Stylist", // [2] "Refiner", // [4] "Remove Cards", // [8] "Exchange Coins", // [16] "Rentals", // [32] "Reset Stats/Skills", // [64] "Platinum Skills", // [128] "Change Sex", // [256] "Identify All"; // [512] set .@MenuOption,1|2|4|8|16|32|64|128|256|512; at the bottom where it says .@MenuOption Remove 4 and 16. Remove the extra | so they arent doubled
  4. What function? set .ThirdClass,1; // Enable third classes? (1: yes / 0: no) Change that to 0
  5. prontera,173,184,1[TAB]script[Tab]Equipment NPC[TAB]953,{ Put your tabs in..... I know I used a different one than you, but you need to tabs in the same spot
  6. https://github.com/zackdreaver/ROenglishRE Has the most updated/translated files. Also, you might need to change the encoding.
  7. // NOTE: This allows you to run multiple servers on multiple interfaces// while using the same ports for each server. A machine can have more than one ip address, this binds the ip to the server. So if you wanted to host a low rate and a high rate off the same machine, this setting would allow it.
  8. Mai you should've started your own thread but, your mysql isnt accepting the connection from the website. Is the mysql server on the same machine as the website? Is your username and password correct? Did you setup mysql to accept outside connections (host list) if not on same machine? Does the mysql user have permissions?
  9. You need to edit your src\common\mmo.h to the correct client your using, then make sure the rest of your files correspond with the same client.
  10. battle\battle.conf // Are arrows/ammo consumed when used on a bow/gun? // 0 = No // 1 = Yes // 2 = Yes even for skills that do not specify arrow consumption when said // skill is weapon-based and used with ranged weapons (auto-guesses which // skills should consume ammo when it's acquired via a card or plagiarize) arrow_decrement: 1
  11. http://nn.ai4rei.net/dev/opensetup/ sometimes you have to play with the resolution. start with 800x600.
  12. Look under rathena\db\import job_exp.txt
  13. I do not think so. Max level is in the source. Unless their was a source modification for it.
  14. When you differ you client, or the options in NEMO, select remove GM Sprites. Or, go edit your clientinfo and take your account ID off of the admin.
  15. Well damn, that was hell of a process. Glad you figured it out. I didn't look that far into it to figure that out, glad you did.
  16. (4365,'B_Katrinn_Card','High Wizard Card',6,20,NULL,10,NULL,NULL,NULL,0,NULL,NULL,NULL,769,NULL,NULL,NULL,NULL,'bonus bIgnoreMDefRace,RC_DemiHuman,20; bonus bIgnoreMDefRace,RC_Player,20;',NULL,NULL); (4276,'Lord_Of_Death_Card','Lord of The Dead Card',6,20,NULL,10,NULL,NULL,NULL,0,NULL,NULL,NULL,2,NULL,NULL,NULL,NULL,'bonus3 bAddEff,Eff_Stun,500; bonus3 bAddEff,Eff_Curse,500; bonus3 bAddEff,Eff_Silence,500; bonus3 bAddEff,Eff_Poison,500; bonus3 bAddEff,Eff_Bleeding,500; bonus3 bAutoSpell,\"NPC_CRITICALWOUND\",2,50;',NULL,NULL); Try those. If that doesnt fix it, then I have no clue. \"NPC_CRITICALWOUND\" I think thats weird. Like its commented out or something. Id try taking it out.
  17. Ok I think on the 2nd one, you need to add another null at the end instead of '' On the first, I'm not sure.
  18. https://github.com/zackdreaver/ROenglishRE
  19. script error on item_db line 1853 parse_callfunc: not enough arguments, expected ',' * 1853 : bonus3 bAddEff,Eff_Stun,500';' bonus3 bAddEff,Eff_Curse,500; bonus3 bAddEff,Eff_Silence,500; bonus3 bAddEff,Eff_Poison,500; bonus3 bAddEff,Eff_Bleeding,500; bonus3 bAutoSpell,"NPC_CRITICALWOUND",2,50; [Error]: script error on item_db line 1942 parse_line: expected ';' * 1942 : bonus bIgnoreMDefRace,RC_DemiHuman','20; bonus bIgnoreMDefRace,RC_Player,20; Thats stating it wants a " ; " after the 500 on Eff_Stun and it wants a " , " after demihuman I think it mixed up your errors, because even in the syntax highlighting, you can see where it wants it. check it out.
  20. bonus2 bIgnoreMdefRaceRate,RC_DemiHuman,25; change the 5 to 20 for you custom. bonus2 bAddEff,Eff_Stun,500 Try those, the difference for the first one is bonus2 instead of bonus and the second one is bonus2 instead of 3. Thats just me copying off other items. Nevermind, I found other ones that matched. Could you show me the actual lines out of your item db?
  21. wow you broke them good ;) please take note. // Structure of Database: // ID,AegisName,Name,Type,Buy,Sell,Weight,ATK[:MATK],DEF,Range,Slots,Job,Class,Gender,Loc,wLV,eLV[:maxLevel],Refineable,View,{ Script },{ OnEquip_Script },{ OnUnequip_Script } // 4276,Lord_Of_Death_Card,Lord of The Dead Card,6,20,0,10,0,0,0,0,0,0,0,2,0,0,0,0,{ bonus3 bAddEff,Eff_Stun,500; bonus3 bAddEff,Eff_Curse,500; bonus3 bAddEff,Eff_Silence,500; bonus3 bAddEff,Eff_Poison,500; bonus3 bAddEff,Eff_Bleeding,500; bonus3 bAutoSpell,NPC_CRITICALWOUND,2,50; ),{},{} 4365,B_Katrinn_Card,High Wizard Card,6,20,0,10,0,0,0,0,0,0,0,769,0,0,0,0,{ bonus bIgnoreMDefRace,RC_DemiHuman,20; bonus bIgnoreMDefRace,RC_Player,20;},{},{}
  22. Will you post those lines out of your item_db? Are those custom items?
×
×
  • Create New...