Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/15/17 in all areas

  1. Well, the table log is working in part, the player's name is not being fetched, see: The account_id is also not being picked up by the log. How can I correct that?
    1 point
  2. Check your npc/scripts_mapflags.conf if there is npc: npc/mapflag/nobranch.txt
    1 point
  3. This request was a little difficult and it has been answered already. No need for more reply.
    1 point
  4. #RP += .point_amt; #acctick = gettimetick(2) + .online_time; dispbottom "Gained " + .point_amt + " " + .point_name$ + ". Total " + #RP + " points."; Find this line then change the #RP to #CASHPOINTS.
    1 point
  5. - script hourlypoints -1,{ OnPCLoginEvent: if (getgmlevel() > 0) end; attachnpctimer ""+strcharinfo(0)+""; initnpctimer; end; OnTimer60000: set @minute, @minute + 1; //Check for 1 Minute if(@minute == 60){ set @minute,0; set Hourly_Points, Hourly_Points + 1; dispbottom "You received 1 Hourly Points by staying ingame for 1 hour. You now have "+Hourly_Points+" Hourly Points."; } stopnpctimer; initnpctimer; end; }
    1 point
  6. There it is. 5420,Mask_Of_Ifrit,Mask Of Ifrit,4,,,0,,8,,0,0xFFFFFFFE,7,2,769,,70,0,421,{ bonus bStr,5; bonus bLuk,5; bonus bMdef,5; bonus bAtkRate,4; bonus2 bSubEle,Ele_Fire,10; bonus2 bSubEle,Ele_Water,-10; skill "MG_SIGHT",1; if(Class==Job_Stalker) { bonus bInt,12; bonus bDex,12; } if(Class==Job_Ninja) { bonus bMaxHPrate,20; bonus bInt,10; } if(Class==Job_Assassin_Cross) { bonus bInt,20; bonus bCastrate,-20; if(isequipped(13027)) { bonus bDelayRate,-20; } } },{},{} Why so many bonuses!? Dear God... Btw, I already tested it. Working 100%. @sikiro At least try to understand his question before posting.
    1 point
  7. download this http://herc.ws/board/files/file/230-dress-pack/
    1 point
  8. One of your non recommended settings is messing you up. Try going through each custom one that was not suggested from the guide until you run into the one that does not work. I had similar problem when I tried to enable custom homunculus. Find latest 2016 kRo. Some private servers will provide Full KeRo client without their lite client in it. I would load mine, but 2.8GB is too much to upload. EDIT: In packet_db the 'packet_db_ver:' is same for '//packet_db_ver: 46' so it should look like //packet_db_ver: 46 packet_db_ver: 46 packet_keys_use: default
    1 point
  9. Application.php 'ForwardYears' => 15, // (Visual) The number of years to display ahead of the current year in date inputs. 'BackwardYears' => 30, // (Visual) The number of years to display behind the current year in date inputs.
    1 point
  10. if you want to try this thing out edit your clif.c., add something like this next to else statement under ZC_ACCEPT_ENTER code block. #elif PACKETVER == 20161228 const int cmd = 0x2eb;
    1 point
  11. Version 1.0.0

    2146 downloads

    PSD + NPC Daily_Reward_System_EP5 THK Stolao for script http://upaste.me/0c71347644b016213
    Free
    1 point
×
×
  • Create New...