Hercules Battlegrounds

Yes Yes, he was only a little worried because he is accused of losing memory allocation

 
I'm having trouble compiling.




I'm using the current github emulator and the current github plugin as well.anydesk00000.png

anydesk00001.png

 
Last edited by a moderator:
i got this error when compile on windows??

 
Last edited by a moderator:
Team Deathmatch doesn't give prize when the game is done. and the warp is not hidden

 Script 

// Battleground Respawn
// *********************************************************************

bat_b02,390,10,0    script    #guitd_respawn    HIDDEN_WARP_NPC,{
    end;

OnBGStart:
    initnpctimer;
    end;

OnBGStop:
    stopnpctimer;
    end;

OnTimer24000:
    specialeffect(EF_SANCTUARY);
    specialeffect(EF_BLESSING);
    specialeffect(EF_INCAGILITY);
    end;

OnTimer25000:
    areapercentheal "bat_b02",382,2,397,17,100,100;
    areawarp "bat_b02",382,2,397,17,"bat_b02",306,138,327,161;
    initnpctimer;
    end;
}

bat_b02,10,290,0    script    #crotd_respawn    HIDDEN_WARP_NPC,{
    end;

OnBGStart:
    initnpctimer;
    end;

OnBGStop:
    stopnpctimer;
    end;

OnTimer24000:
    specialeffect(EF_SANCTUARY);
    specialeffect(EF_BLESSING);
    specialeffect(EF_INCAGILITY);
    end;

OnTimer25000:
    areapercentheal "bat_b02",2,282,17,297,100,100;
    areawarp "bat_b02",2,282,17,297,"bat_b02",72,138,93,161;
    initnpctimer;
    end;
}
 
1.png

 
Last edited by a moderator:
you may check if you have this item in your item db

{
    Id: 7829
    AegisName: "BF_Badge2"
    Name: "Valor Badge"
    Type: 3
    Trade: {
        nodrop: true
        notrade: true
        nocart: true
        nogstorage: true
        nomail: true
        noauction: true
    }
},

 
you may check if you have this item in your item db

{
    Id: 7829
    AegisName: "BF_Badge2"
    Name: "Valor Badge"
    Type: 3
    Trade: {
        nodrop: true
        notrade: true
        nocart: true
        nogstorage: true
        nomail: true
        noauction: true
    }
},
Yes i have it on my DB still dont give prize

 
@Smoke

any solution for this

29p2b7p.jpg


 
Probably smoke is busy with new project BladeCP. I imagine he will come back to this after he is done or this project is dropped support.

 
@Smoke

any solution for this

29p2b7p.jpg


Probably smoke is busy with new project BladeCP. I imagine he will come back to this after he is done or this project is dropped support.
I am busy with real life... part of the reason I made the plugin open-source was that I saw potential for it to have more contributors. As far as the errors for the plugin go, I'll leave it to someone to be generous and fill in the gaps until I find the time.

BladeCP is a side-project of mine (since a year) that I find more interesting, so yes I'm caught between the two and prefer to work on this one when I feel like doing anything RO-related. Sorry :/

 
Last edited by a moderator:
@Smoke

i have pushed pull request regarding this error

29p2b7p.jpg


setquest causing this error, i think it is related to emulator or setquest need to be updated.

 
Last edited by a moderator:
Also when player logout with Stone or flag they does not drop it

 
Last edited by a moderator:
Back
Top