Jump to content

DevilingKing

Members
  • Posts

    27
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    malaysia
  • Server
    Asia Ragnarok Online
  • Github: DevilingKing

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

DevilingKing's Achievements

Santa Poring

Santa Poring (3/15)

  • Dedicated
  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done

Recent Badges

0

Reputation

  1. ../custom/atcommand.inc:37:34: error: request for member ‘Alias’ in ‘atcommand_alias_db’, which is of pointer type ‘DBMap*’ (maybe you meant to use ‘->’ ?) parent_cmd = atcommand_alias_db.Alias(command + 1); ^ make[1]: *** [obj/atcommand.o] Error 1 +ACMD_FUNC(equipoff) { + int value = 0; + char type[CHAT_SIZE_MAX]; + + nullpo_retr(-1, sd); + + if (map_getmapflag(sd->bl.m, MF_NOEQUIP_OFF) || map_getmapflag(sd->bl.m, MF_EQUIP_HIDE)) { + clif_displaymessage(fd, msg_txt(sd, 1525)); + return -1; + } + + parent_cmd = atcommand_alias_db.checkAlias(command + 1); + + if (strcmp(parent_cmd, "equipoff") == 0) { + if ((sscanf(message, "%s", &type)) < 1) { + clif_displaymessage(fd, msg_txt(sd, 1523)); // Syntax: @equipoff <type> + clif_displaymessage(fd, msg_txt(sd, 1524)); // Type: all - all players | others - other players + return -1; + } +
  2. who can help add to 2019 https://github.com/exneval/trunk PVP_ladder_statue problem solved
  3. who can help me... off Costume ROBE changelook LOOK_ROBE,getlook(LOOK_ROBE); changelook LOOK_ROBE,0; i load show again this costume
  4. who can help me about guildstorage rathena 2017 2018 problem solved
  5. ya still same erro.. i have add you in Discord
  6. [SQL]: DB error - Table 'ragnarok.pet' doesn't exist [Debug]: at char.cpp:2322 - SELECT 1 FROM `pet` LIMIT 1; [Fatal Error]: char : A tables is missing in sql-server, please fix it, see (sql-files main.sql for structure) can help?
  7. @solved remove this coding /src/map/clif.cpp - // Vending shouldn't open if vend_loot is 0 and extended vending is enabled [Easycore] - // ShowWarning("vend loot = %d\n", sd->vend_loot); - if (battle_config.extended_vending && sd->vend_loot == 0) { - sd->state.prevend = 0; - return; - }
  8. trunk/conf/battle/feature.conf // Item ID for Zeny. Set to 0 if you don't want use Zeny. item_zeny: 0 // Item ID for Cash. Set to 0 if you don't want use Cash. item_cash: 0 trunk/db/item_vending.txt // Proof of Donation 7179 // TCG Card 7227 // Mithril Coin 674 // Silver Coin 675 // Bronze Coin 673 // Poring Coin 7539
  9. sir help me abot this [Warning]: vend loot = 674 [Warning]: vend loot = 7539 [Warning]: vend loot = 7179 [Warning]: vend loot = 675 [Warning]: vend loot = 7179 [Warning]: vend loot = 7539 [Warning]: vend loot = 7227 this warning show to putty how to fix this?
  10. Emistry not work.. can make like this script? OnDevilDead3: .mob--; if ( .mob == 25 || .mob == 5 ) announce "Devil Square : "+ .mob +" monsters remaining in the final round.", bc_map; else if ( .mob <= 0 ) { announce "Devil Square : CONGRATULATIONS. Please click on the NPC for your rewards.", bc_map; goto OnStopEvent; } end; OnStopEvent: killmonsterall "ordeal_1-1"; enablenpc "Devil Square Guardian#2"; .start = .round = .mob = 0; end; } ordeal_1-1,246,245,7 script Devil Square Guardian#2 406,{ mes "[Exit]"; mes "Farewell."; close2; getitem 7539,50; warp "SavePoint",0,0; end; }
  11. i remove this script monster out hideoffnpc instance_npc("et_reward_npc"); // <------- ADD THIS
  12. sir.. this monster Entweihen Crothen no show why..
×
×
  • Create New...