Search results

  1. M

    Admin Trade Permission

    Good day! May I know if there is a group permission allowing admin 99 to trade the items that has "        nodrop: true         notrade: true         noselltonpc: true         nocart: true         nogstorage: true         nomail: true         noauction: true" How? thanks!
  2. M

    No such directory

    Good day! How to make this work? ./login-server.sh has ./login-server ./map-server.sh has ./map-server ./char-server.sh has char-server on script, however when running it says ./login-server, ./map-server and char-server no such directory. what file should i need to run the script...
  3. M

    Permanent Gate Barricade OnCommand

    Good day Master scripters. Seeking for assistance please. How to set the barricade permanent if I enable them no other command can disable them unless I disable them. I want them to be permanent until I disable them. Scenario is: If I @reloadscript the barricade will disappear. If I...
  4. M

    Warper NPC for Pre-Re (Bug)

    Good day! I don't know if this has been address or what, but if you happen to choose the Renewal Maps in the NPC warper a message will appear: "        message strcharinfo(0),"This map is not enabled in "+((RENEWAL)?"":"Pre-")+"Renewal.";" However, after the receiving the message you won't...
  5. M

    FLUXCP TABLE MARGIN

    Good day! How/where can i edit this table margin to place it inside (center) the main table? thanks!  
  6. M

    RACE TO 99 SQL BOARD

    Good day Master Scripters, Requesting a script for race to 99/70 event for all trans job: NPC Features: NPC will let players know who won the race to 99/70 or was it still availble per job. Switch ("FIRST 99ners") LORD KNIGHT : PLAYER NAME 1 HIGH WIZARD : PLAYER...
  7. M

    OUTDATE FLUXCP THEMES

    Good day! Requesting for guide how to update fluxcp. I tried the theme uploaded by Plug and Play but seems it not compatible to the current emulator anymore . Or was this being address? thanks!   Deprecated: Methods with the same name as their class will not be constructors in a future...
  8. M

    LOGIN REWARD VIA LAST MAC

    I already post this request when I found out someone someone already requested with same script. Wanted to know how to change to last_mac. prontera,155,180,5 script Reward NPC 4_F_FAIRYKID4,{ // $ip_reward_daytime = 0; mes "["+ strnpcinfo(NPC_NAME) +"]"; if ( $ip_reward_daytime != atoi(...
  9. M

    CUSTOM ITEM SCRIPT FOR @GO

    Good day! May I request a script in consumable items to allow players to warp to a town. wanted to have it like @go not @warp to player can just input town number or name. no dungeon or field. strictly for town warp. Thanks! Script: <" input .@map$; if ( getmapusers( .@map$ ) != -1...
  10. M

    HERCULES BATTLEGROUND

    Good day! Help me how to correct these warnings please. hBG.c: In function ‘atcommand_reportafk’: hBG.c:2040:31: warning: unused variable ‘hBGsd’ [-Wunused-variable] struct hBG_map_session_data *hBGsd = NULL; ^ hBG.c: In function ‘atcommand_leader’...
  11. M

    SKILL_DB MAXCOUNT

    Good day! Where did the maxcount went? I wanted to limit number of specific skill in land like traps. // 13 maxcount: max amount of skill instances to place on the ground when // player_land_skill_limit/monster_land_skill_limit is enabled. For skills // that attack using a path, this...
  12. M

    SKULL DROP

    Hi, I don't if I/this was already requested before. But may i request a script that drop all player skulls from players inventory once player is killed. Like if player1 has 20 skulls in his inventory then player1 was killed by player 2. ALL the 30 skulls (+ 1 his own skull )will be drop...
  13. M

    SCRIPT ERROR (MULTI CURRENCY SHOP)

    Good day ! I'm getting this error. kindly help we how to solve this. thanks! [Warning]: script error in file 'npc/custom/FRO/NPC/costumerental.txt' line 125 column 39 This command is deprecated and it will be removed in a future update. Please see the script documentation for an...
  14. M

    PLAYING HOUR REWARD

    Good day Hercules Masters Scripters! May we request a NPC script that: Gives reward to  player that played for 5 hours. Means Five (5) hours is the maximum hours. If player reach 5 hours then the timer stop. Player needs to redeem the prize first to reset the playing hours. Timer should...
  15. M

    @JAIL SOURCEMOD LOCATION

    Hi I wanted to ask which folder should I take a look and copy jail source mod? wanted to create command like @jail so I wanted to know which file in src should I check to just copy paste and edit the @jail command. Thanks!
  16. M

    DUNGEON RECORD TIME

    Hi Hercules master scripters, I would like to ask seek support on how to add in any instance like OrcsMemory.txt a record time. For example: Party 1 finish the instance @ 20mins and 1 sec - will announce " Congratulation to @party Name: @playername1, @playername2 and @Playername3. for...
  17. M

    plugin like @jail

    Hello, requesting a plugin like @jail where I can edit which map to place the player. so basically I have @jail (original) and plugin @jail2 thanks!
  18. M

    ZENY * #Kill

    Good day! I wanted to ask help. I added column in my char Sql. ALTER TABLE `char` ADD COLUMN `kill` TINYINT(3) UNSIGNED NOT NULL DEFAULT '0' AFTER `name`; what I wanted is that if player killed below level 50 players they will be jailed and if they want to go out they need to bail. bout...
  19. M

    Account Registration Required Admin Approval

    Good day Herc, Wanted to know if there's a way when player registered new account instead of e-mail verification sent to them, it will be sent to us admin for us admin to decide if let that player join the server. this is just to minimize player registration. thank you!
  20. M

    Map Zone DB

    Hello Hercules, In map zone DB i find it easy to lower skill damage like:         "adjust_skill_damage    MO_EXTREMITYFIST    10", please delete this post. figured it out. thank you!
Back
Top