Jump to content

hendra814

Members
  • Posts

    1251
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by hendra814

  1. prontera,162,197,4 script Healer 569,{ if(Zeny < 1000){ mes "I'm sorry, but you don't"; mes "have enough Zeny"; end; } set Zeny, Zeny - 1000; //buffs for everyone specialeffect2 EF_INCAGILITY; sc_start SC_INCREASEAGI,240000,10; specialeffect2 EF_BLESSING; sc_start SC_BLESSING,240000,10; specialeffect2 EF_HEAL2; percentheal 100,100; //vip buffs if(vip_status(VIP_STATUS_ACTIVE)){ sc_start SC_SUFFRAGIUM,60000,3; sc_start SC_GLORIA,60000,5; sc_start SC_IMPOSITIO,60000,5; sc_start SC_ANGELUS,60000,10; // sc_start SC_STRFOOD,60000,10; // sc_start SC_INTFOOD,60000,10; // sc_start SC_DEXFOOD,60000,10; // sc_start SC_AGIFOOD,60000,10; // sc_start SC_VITFOOD,60000,10; // sc_start SC_LUKFOOD,60000,10; } end; } Try This
  2. you must create new issue at this link https://github.com/rathena/rathena/issues
  3. solve using this sql script IF DROP TABLE EXISTS `bonus_script`; CREATE TABLE IF NOT EXISTS `bonus_script` ( `char_id` INT(11) UNSIGNED NOT NULL, `script` TEXT NOT NULL, `tick` BIGINT(20) NOT NULL DEFAULT '0', `flag` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0', `type` TINYINT(1) UNSIGNED NOT NULL DEFAULT '0', `icon` SMALLINT(3) NOT NULL DEFAULT '-1', KEY `char_id` (`char_id`) ) ENGINE=InnoDB;
  4. go to conf\import folder, edit group.yml file and make sure at anothers ID don't have autotrade permission too. # This file is a part of rAthena. # Copyright(C) 2022 rAthena Development Team # https://rathena.org - https://github.com/rathena # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # ########################################################################### # Player Group Database ########################################################################### # # Player Group Settings # ########################################################################### # - Id Group ID. # Name Group name. # Level GM Level used for ranking groups. (Default: 0) # LogCommands Whether atcommands should be logged or not. (Default: false) # Commands: List of atcommands that can be used by this group. (Default: none) # <atcommand name> Whether the specified atcommand can be used by this group or not. # CharCommands: List of charcommands that can be used by this group. (Default: none) # <charcommand name> Whether the specified charcommand can be used by this group or not. # Permissions: List of permissions the group has. (Default: none) # <permission name> Whether the group has this permission or not. # Inherit: List of groups that will be inherited. (Default: none) # <group name> Whether this group will be inherited or not. ########################################################################### Header: Type: PLAYER_GROUP_DB Version: 1 Body: - Id: 5 # group 0 is the default group for every new account Name: Player Level: 0 Commands: autotrade: true Permissions: # without this basic permissions regular players could not trade or party can_trade: true can_party: true attendance: true
  5. already tried install it too, but still not working if compile using x64. But i'ts weird, because the issue only happne for map server, for anothers ( login, char and web server) are working.
  6. I'm have same issue 0x000007b when reinstall my os, and when i check my visual studio by default it's pointing x64. try change into debug win32, and after that recompile your server. now the issue already solved.
  7. yes same as aura lvl 99, because the STR file created from tga file for custom aura.
  8. from khlye650 information it's read STR file at this link, you can create / edit using STR editor. The file using aura compilation files, (tga files) guide how to create/edit STR file check at STR editor link at this link
  9. i'm not sure is this related src file or lua files. But i check in the strc\map, i found achivement.hpp and achiement.cpp
  10. create achievement database at db/pre-re/achivement_db.yml or at db/import/achivement_db.yml
  11. yes i'm using renewal, but i'm not enable custom aura limit or sprite.
  12. yes it'w working complete guide at this link click
  13. i have same issue with windows 10 x64 bit, the error appear at map server. edit: Found the solution, copy file msvcr110.dll into C:\Windows\System32 C:\Windows\SysWOW64\ guide at here How to Fix Msvcr110.dll Is Missing or Not Found Errors (lifewire.com) i'm attach the file if you need it. msvcr110.dll
  14. check at \npc\re\merchants\Extended_Ammunition.txt barter setting at npc\re\merchants\barters\Extended_Ammunition.yml
  15. are you using lastest chris data folder? if yes try use his file at this path, please choose for renewal or pre-renewal Click here
  16. yes, same file i don't know to how to edit this file.
  17. are the 2 NPC using same parameter?
  18. i'm not sure for this, i check my offline files i can't found signboadlist.lub at data\luafiles514\lua files what i've found is signboardlist_f.lub and in this file i check it's refere to Sign_Data_EN.lub
  19. sorry are you already did this one
  20. try this but sorry i can't test it veil,116,117,5 script Healer 992,{ if (.@COOLDOWN_REWARD > gettimetick(2)) end; specialeffect2 EF_HEAL2; percentheal 100,100; specialeffect2 EF_INCAGILITY; sc_start SC_INCREASEAGI,600000,10; specialeffect2 EF_BLESSING; sc_start SC_BLESSING,600000,10; if ( countitem(.VIP_item) || rentalcountitem(.VIP_item) ) { specialeffect2 EF_ANGELUS; sc_start SC_ANGELUS,600000,10; specialeffect2 EF_SUFFRAGIUM; sc_start SC_SUFFRAGIUM,600000,3; specialeffect2 EF_IMPOSITIO; sc_start SC_IMPOSITIO,600000,5; specialeffect2 EF_GLORIA; sc_start SC_GLORIA,600000,5; specialeffect2 EF_MAGNIFICAT; sc_start SC_MAGNIFICAT,600000,5; specialeffect2 EF_CHEMICALPROTECTIOn; sc_start SC_CP_WEAPON,600000,5; sc_start SC_CP_ARMOR,600000,5; sc_start SC_CP_SHIELD,600000,5; sc_start SC_CP_HELM,600000,5; specialeffect2 EF_ASSUMPTIO; sc_start SC_ASSUMPTIO,600000,5; sc_start SC_ADRENALINE2,600000,1; specialeffect2 EF_MAXPOWER; sc_start SC_MAXIMIZEPOWER,600000,5; specialeffect2 EF_PERFECTION; sc_start SC_WEAPONPERFECTION,600000,5; specialeffect2 EF_ENDURE; sc_start SC_ENDURE,600000,10; sc_start SC_KAUPE,600000,3; sc_start SC_KAITE,600000,7; sc_start SC_STRFOOD,600000,5; sc_start SC_AGIFOOD,600000,5; sc_start SC_VITFOOD,600000,5; sc_start SC_INTFOOD,600000,5; sc_start SC_DEXFOOD,600000,5; sc_start SC_LUKFOOD,600000,5; switch ( CLASS ) { case 18: case 4019: case 4071: case 4078: skilleffect "SL_ALCHEMIST",0; sc_start4 SC_SPIRIT,9999999,5,455,0,0; break; case 15: case 4016: case 4070: case 4077: skilleffect "SL_MONK",0; sc_start4 SC_SPIRIT,9999999,5,447,0,0; break; case 4047: skilleffect "SL_STAR",0; sc_start4 SC_SPIRIT,9999999,5,448,0,0; break; case 16: case 4017: case 4067: case 4074: skilleffect "SL_SAGE",0; sc_start4 SC_SPIRIT,9999999,5,449,0,0; break; case 14: case 4015: case 4066: case 4073: skilleffect "SL_CRUSADER",0; sc_start4 SC_SPIRIT,9999999,5,450,0,0; break; case 23: case 4190: skilleffect "SL_SUPERNOVICE",0; sc_start4 SC_SPIRIT,9999999,5,451,0,0; break; case 7: case 4008: case 4054: case 4060: skilleffect "SL_KNIGHT",0; sc_start4 SC_SPIRIT,9999999,5,452,0,0; break; case 9: case 4010: case 4055: case 4061: skilleffect "SL_WIZARD",0; sc_start4 SC_SPIRIT,9999999,5,453,0,0; break; case 8: case 4009: case 4057: case 4063: skilleffect "SL_PRIEST",0; sc_start4 SC_SPIRIT,9999999,5,454,0,0; break; case 19: case 20: case 4020: case 4021: case 4068: case 4069: case 4075: case 4076: skilleffect "SL_BARDDANCER",0; sc_start4 SC_SPIRIT,9999999,5,455,0,0; break; case 17: case 4018: case 4072: case 4079: skilleffect "SL_ROGUE",0; sc_start4 SC_SPIRIT,9999999,5,456,0,0; break; case 12: case 4013: case 4059: case 4065: skilleffect "SL_ASSASIN",0; sc_start4 SC_SPIRIT,9999999,5,457,0,0; break; case 10: case 4011: skilleffect "SL_BLACKSMITH",0; sc_start4 SC_SPIRIT,9999999,5,458,0,0; break; case 11: case 4012: case 4056: case 4062: skilleffect "SL_HUNTER",0; sc_start4 SC_SPIRIT,9999999,5,460,0,0; break; case 4049: skilleffect "SL_SOULLINKER",0; sc_start4 SC_SPIRIT,9999999,5,461,0,0; break; default: break; } if (.@Delay) set .@COOLDOWN_REWARD, gettimetick(2)+.@Delay; } mes "Please wait, come back again after "+(.@COOLDOWN_REWARD - gettimetick(2))+" seconds."; close; OnInit: set .@Delay,10; .VIP_item = 992; //itemId end;
  21. for this you must edit file Sign_data at system folder too
×
×
  • Create New...