Jump to content

kalabasa

Members
  • Posts

    371
  • Joined

  • Last visited

Everything posted by kalabasa

  1. Hello again the code are working fine but when the falcon assault lands on the player it doesent actually shows the Falcon Assault! display on the caster is this also possible like blitz beat? // Automatic trigger of Falcon Assault, customized source. [MarkZD] if (sc && sc->data[SC_SPIRIT] && sc->data[SC_SPIRIT]->val2 == SL_HUNTER && pc_isfalcon(sd) && sd->status.weapon == W_BOW && (skill=pc_checkskill(sd,SN_FALCONASSAULT))>0 && rnd()%1000 <= sstatus->luk*10/3+1 ) { skill_castend_damage_id(src,bl,SN_FALCONASSAULT,skill,tick,SD_LEVEL); }
  2. try this new tool https://rathena.org/board/files/file/3858-mapcache-editor/
  3. the player will auto mute when they spam on chats only below is the link https://rathena.org/board/topic/57143-auto-mute/?_fromLogin=1
  4. i did remove it im still getting the same result idk why is not taking effect on the import folder but working on the main mob_db.yml
  5. looking forward for the new update codes
  6. Heeya, so i was trying to remove a certain drop from a monster let's take a example i am trying to remove vidar boots from deathword(1698) i copy all database except these from the mob_db import folder - Item: Vidar's_Boots Rate: 1 but when i type @mi it will showed like this the monster will now have the chance to drop 2pcs of deathword card i tried to enter zero but it requires to have the value of 1 i tried also in mob_drop.txt rate as 0 and still no luck 1504,2614,0 and last on mob_item_ratio and put drop as 0 and still wont work
  7. kalabasa

    R>script

    can you update this mam @AnnieRuru if the player switch to another character they can use the command again supposed not and can you add a command to hide their broadcast like @bst on/@bst off
  8. Error C2664 'char *strcat(char *,const char *)': cannot convert argument 2 from 'std::string' to 'const char *' map-server rathena\src\map\clif.cpp 13789 mapserver sv_readdb: cant read db/item_vending.txt anyone can solve this error?
  9. will this be available on public? where should i exactly put this? i want to try it out
  10. i am having the same problem can someone explain to us on this part to able us to set the mapflag no vending spots correctly? setcell .map$, 0, 0, 300, 300, cell_novending, 1; // x and y horizone .. setarray .x_line, 52, 49, 46, 43, 40; setarray .y_line, 68, 71, 74, 77, 65, 62; set .x_line_size, getarraysize(.x_line); set .y_line_size, getarraysize(.y_line); set .count, 1; for (set [email protected], 0; [email protected] < .x_line_size; set [email protected], [email protected] + 1) for (set [email protected], 0; [email protected] < .y_line_size; set [email protected], [email protected] + 1) if (checkcell(.map$, .x_line[[email protected]], .y_line[[email protected]], cell_chkpass)) { movenpc "#vend_slot"+.count, .x_line[[email protected]], .y_line[[email protected]]; setcell .map$, .x_line[[email protected]], .y_line[[email protected]], .x_line[[email protected]], .y_line[[email protected]], cell_novending, 0; set .count, .count + 1;
  11. i dont know if i understand correctly i am using costumeitem as the custom command solved change to this costume [email protected]; // Convert the Headgear
  12. How to set Droprate at 1%?
  13. Helpful as always thanks again!!!
  14. i want to prevent casting cicada skin shed skill until all charges are all used
  15. still giving me error at Line 1
  16. how to add soul linker for Ninja and Gunslinger?
  17. i want to know also
  18. i need also this fix any solution yet?
  19. How to remove recasting of paladin buff Paladin devo player1 player1 out of range of paladin devo player1 again need to recast paladin buffs to take effect on player1
  20. might read that to have some glimpse onto it but i havent touch that part i was tinkering on battle.cpp that time wondering how i got error on that file
  21. this is my 2nd encounter this kind of errors i get this when i try to play with the src's codes to try out things and recieving errors though i revert it back to the original state like this ========== Build: 11 succeeded, 0 failed, 0 up-to-date, 0 skipped ========== <--- the error wont disappear though it is running fine i dont know if there's an impact upon not removing this error below is what i am getting now i just want to remove these warning errors when building Severity Code Description Project File Line Suppression State Warning C4244 'initializing': conversion from 'double' to 'const int', possible loss of data map-server c:\users\user\documents\ra pre-re\rathena\src\map\instance.cpp 728 Warning C4244 'initializing': conversion from 'double' to 'int', possible loss of data map-server c:\users\user\documents\ra pre-re\rathena\src\map\instance.cpp 727 Warning C4244 'initializing': conversion from 'double' to 'const int', possible loss of data map-server c:\users\user\documents\ra pre-re\rathena\src\map\instance.cpp 727 Warning C4244 'initializing': conversion from 'double' to 'int', possible loss of data map-server c:\users\user\documents\ra pre-re\rathena\src\map\instance.cpp 728
  22. if(sd->sc.option & OPTION_IGNOREDROP) return; where should i put this in clif.c?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.