Jump to content

Linkin Park

Members
  • Posts

    227
  • Joined

  • Last visited

Posts posted by Linkin Park

  1. He isn't even answering on his forums. His Linux compatibility was on the 'plan' for like more than 5 months now lol.

    Anyway, Harmony is fine, there's a rumor (privately) that it can be bypassed but was never leaked. I know some hotkeys are still working on servers even with the latest version of Harmony.

  2. My map-server keeps shutting down on random times, there are no core dumps generated and yes I have enabled gdb and properly configured it with the help of Asura and some guides here.

    Edward told me to run the map-server with 'nohup' to generate the .log so that I can see what's the last message on the map-server before it actually shutdown.

    I found this

    
    [info]: 'Da Moves' logged in. (AID/CID: '2000031/150873', Packet Ver: '25', IP: 'xxx.xxx.xx.xx', Group '0').
    [info]: 'nomber1' logged in. (AID/CID: '2001178/153167', Packet Ver: '25', IP: 'xxx.xxx.xx.xx', Group '0').
    [info]: Character 'Dimmu Borgir' logged off.
    [info]: Character 'JEMO KUNG GUMALAW' logged off.
    [info]: 'JEMO KUNG GUMALAW' logged in. (AID/CID: '2001524/154354', Packet Ver: '25', IP: 'xxx.xxx.xx.xx', Group '0').
    [status]: Shutting down...
    

    I have no src mods installed. Just Harmony and latest rAthena.

    --- * EDIT * ---

    I noticed that before the map-server actually closes or shutdown, all players freezes ingame, like a massive lag is happening and sometimes it just get disconnected then rejected from the server when we try to login back. :(

  3. I tried reverting 16676 and 15185 at the same time, result = there is no reflect damage at all.

    Tried reverting just 16676 and it still reflects to the devotee / attacker.

    I want it to be the pally who casted devotion on the attacker will absorb the reflected damage.

    Still no luck :(

  4. Well, I thought that the map-server crashes so I monitored my map-server when I started my server in putty. It doesn't received a crash signal but it kicks the online players, and they get rejected from the server when they try to login back.

    I don't have any modified src or what, aside from Harmony.

    Any help?

  5. @Vitrue: You can't have a visible NPC and the atcommand, unfortunately, because of the NPC_checknear test. You can call labels off an invisible NPC, though~ So here's a patch removing the NPC coordinates and adding bindatcmd:

    @@ -7,16 +7,17 @@
    //===== Compatible With: =====================================
    -//= rAthena SVN r15340+
    +//= rAthena SVN r16471+
    //===== Description: =========================================
    //= A dynamic quest shop based on Lunar's, with easier config.
    //= Includes support for multiple shops & cashpoints.
    //= Item Preview script by ToastOfDoom.
    +//= [bindatcmd] Script activated by command @quest.
    //============================================================
    
    -prontera,164,203,6	script	Quest Shop	998,{
    +-	script	Quest Shop	-1,{
    function Add; function Chk; function Slot; function A_An;
    +OnMenu:
     if(.Shops$ != "") set .@i,1;
     else {
    	 set .@menu$,"";
    @@ -102,6 +102,7 @@
    OnInit:
     freeloop(1);
    +	bindatcmd("quest",strnpcinfo(0)+"::OnMenu");
    // --------------------- Config ---------------------
    

    upaste: http://upaste.me/raw/5ad09654ecdbb6f (full script)

    If you still want the visible NPC, you'd have to write something like:

    prontera,164,203,6	script	Quest Shop#duplicate	998,{ doevent "Quest Shop::OnMenu"; end; }

    this will open the Quest Board NPC when you use @quest command right?

    tested it, worked. Thanks :)

  6. I know Devotion and reflect damage is not bugged, I just want to modify it to work to what I want,

    Scenario

    ChampA and ChampB are both devoted by PallyA and PallyB

    ChampA casted Asura Strike on ChampB with reflect set / reflect skill from PallyB

    *** The Reflected damage on ChampA should be absorbed by PallyA and not the ChampA ***

    Bold Texts:That's what I want to do. The current one is the reflected damage is absorbed by ChampA.

    Anyone can help?

    anyone please? :)

  7. I want to know if it's possible via scripting to have item bonuses on specific maps only? For example when PlayerA from the guildA entered the castle prtg_cas01, bonuses will be given like 'bonus bAllStats,3;' or any other item bonuses inside the doc/item_bonus.txt?

    Bonuses will be given to all the guild members who owns the castle.

  8. A simple gambling event where players would place their bets between several numbers from 1-15. Minimum allowed bet is 10 Cash Points..

    Each number from 1-15 has randomly selected prize multiplier from x1 up to x10(JACKPOT). Only 1 number should have the x10 prize multiplier to avoid overflowing of Cash Points. Betting will be for 30seconds only. After 30seconds, the NPC will pick a winning number and if a player win, his bet will be multiplied by the multiplier and that will be his prize.

    Maximum allowed bet is 100 Cash Points.

    Bets are Cash Points

    Prize Multipliers are x1 to x10

    Numbers to be chosen are 1 to 15 (this are the numbers where they will place their bets)

    Players are allowed to bet once per game only

    Sequence for the NPC is

    1. NPC event will announce that the event will start
    2. After 10seconds, NPC will now randomly pick the prize multiplier for each number and show it to the player when the player talks to the NPC
    3. Player will now pick a number he want and input his desired bet (Minimum is 10 Cash Points)
    4. After 30seconds, NPC will pick the winning number
    5. Winner will automatically get the prize without the need of talking to the NPC again.
    6. Winner will be announced globally by the NPC and how much did he/she won.

    Event is automated every hour.

  9. @Oxxy,

    A website that has an account manager, login system, is basically a control panel, or whatever you want to call it. Every website is prone to being hacked. Well since you are not just a noobie admin that can script, you might want to show us some of your 'Professional Website' or whatever you call it.

    @jingcleovil, thumbs up for the control panel and not end up like the other cp that stopped from being developed. At least this guy has a working sample instead of pure texts in a thread with plans but not actually being developed. Haters gonna hate man :)

×
×
  • Create New...