Jump to content

Obiwan

Members
  • Posts

    88
  • Joined

  • Last visited

Posts posted by Obiwan

  1. 3 hours ago, INDYPLUS said:

    I bought it through a middleman for about 490us, but it doesn't work. There are many errors. Since the purchase has not been used at all It's been almost the third month. Can you please reply to my email?

    My email [email protected] Thank you

    And this is an example of the problem

     

    why buying to other u should buy to the creator of this project

  2. On 4/29/2017 at 2:06 PM, Skorm said:

    RWC Battleground 2012



    This file is in no way Official. This is my interpretation of the Ragnarok World Championships Battleground system. Please let me know if there are any problems or anything you'd like me to change/add.

     

    Please run the SQL Commands at the beginning of the script file before installing said script. This script DOESN'T work without SQL support.

    What is this NPC?
    This is basically like a GVG script but it warps players who are in a party/guild into a map where they all ready up. After that, there is a waiting period where they can buff. Then they battle for however many rounds and get prizes at the end.

    What can it do?

    • Ranking.
    • Unrestricted Party Queuing. ( You can queue up and go do other things while you wait. )
    • Disable Usable Items.
    • Disable Equip-able Items.
    • Restrict Party to Specific Jobs. ( Restrict Duplicate Jobs as well )
    • Modify what maps it works on.
    • Require Items.
    • Cooldown.
    • Disable Commands.
    • Item/Point Rewards.
    • IP Abuse Prevention. ( Mac Address in applicable servers. )
    • Auto party.
    • Healer and repairer NPCs.
    • Join or leave anywhere with @rwcjoin & @rwcleave.
    • Completely customizable interface.

    Here are some of the other files you might need:
    Map Files
    ItemInfo
    Accessory Enchanter
    Item Database


    If you purchase this script from rAthena.org I will offer full support for the features listed above. Additional feature requests are ok but added at my own discretion.

    Email: [email protected]

     


     

    any update for gepard user?

  3. 2 hours ago, Zack- said:

    This fix source already added on the description, next time read before click

     

    
    	//On latest rAthena:
    	
    	open src/map/mob.c
    	
    	on 	int mob_delayspawn
    	find
    	md->spawn_timer = INVALID_TIMER;
    		mob_spawn(md);
    	
    	change to
    	
    	
    		md->spawn_timer = INVALID_TIMER;
    		mob_spawn(md);
    ++		if( md->state.boss ) {
    ++		map_setmapflag(bl->m, MF_PVP, true);
    ++		}
    		
    
    	
    	on	int mob_spawn
    	find
    	if (md->spawn) { //Respawn data
    		md->bl.m = md->spawn->m;
    		md->bl.x = md->spawn->x;
    		md->bl.y = md->spawn->y;
    	
    	change to
    	if (md->spawn) { //Respawn data
    		md->bl.m = md->spawn->m;
    		md->bl.x = md->spawn->x;
    		md->bl.y = md->spawn->y;
    ++		if(md->spawn->state.boss)  map_setmapflag(md->bl.m, MF_PVP, true);
    	
    	
    	
    
    
    	on	int mob_dead
    	find
    	
    			// MvP tomb [GreenBox]
    	if (battle_config.mvp_tomb_enabled && md->spawn->state.boss && map[md->bl.m].flag.notomb != 1)
    		mvptomb_create(md, mvp_sd ? mvp_sd->status.name : NULL, time(NULL));
    	
    	change to (Config your mvp_tomb_enabled on battle folder.)
    	
    		// MvP tomb [GreenBox]
    	if (battle_config.mvp_tomb_enabled && md->spawn->state.boss && map[md->bl.m].flag.notomb != 1)
    		mvptomb_create(md, mvp_sd ? mvp_sd->status.name : NULL, time(NULL));
    ++	if(md->spawn->state.boss)  {
    ++	map_setmapflag(md->bl.m, MF_PVP, false);
    ++	}
    	
    	recompile and is ready.
    	
    	

     

    mob.cpp: In function ‘int mob_delayspawn(int, t_tick, int, intptr_t)’:
    mob.cpp:1052:1: error: a function-definition is not allowed here before ‘{’ toke                                                                             n
     {
     ^
    mob.cpp:1088:54: error: a function-definition is not allowed here before ‘{’ tok                                                                             en
     int mob_count_sub(struct block_list *bl, va_list ap) {
                                                          ^
    mob.cpp:1105:1: error: a function-definition is not allowed here before ‘{’ toke                                                                             n
     {
     ^
    mob.cpp:1207:1: error: a function-definition is not allowed here before ‘{’ toke                                                                             n
     {
     ^
    mob.cpp:1241:1: error: a function-definition is not allowed here before ‘{’ toke                                                                             n
     {
     ^
    mob.cpp:1268:1: error: a function-definition is not allowed here before ‘{’ toke                                                                             n
     {
     ^
    mob.cpp:1330:1: error: a function-definition is not allowed here before ‘{’ toke                                                                             n
     {
     ^
    mob.cpp:1356:70: error: a function-definition is not allowed here before ‘{’ tok                                                                             en
     static int mob_ai_sub_hard_bg_ally(struct block_list *bl,va_list ap) {
                                                                          ^
    mob.cpp:1374:1: error: a function-definition is not allowed here before ‘{’ toke                                                                             n
     {
     ^
    mob.cpp:1398:64: error: a function-definition is not allowed here before ‘{’ tok                                                                             en
     static int mob_warpchase_sub(struct block_list *bl,va_list ap) {
                                                                    ^
    mob.cpp:1430:1: error: a function-definition is not allowed here before ‘{’ toke                                                                             n
     {
     ^
    mob.cpp:1516:1: error: a function-definition is not allowed here before ‘{’ toke                                                                             n
     {
     ^
    mob.cpp:1565:1: error: a function-definition is not allowed here before ‘{’ toke                                                                             n
     {
     ^
    mob.cpp:1660:1: error: a function-definition is not allowed here before ‘{’ toke                                                                             n
     {
     ^
    mob.cpp:1686:1: error: a function-definition is not allowed here before ‘{’ toke                                                                             n
     {
     ^
    mob.cpp:1977:1: error: a function-definition is not allowed here before ‘{’ toke                                                                             n
     {
     ^
    mob.cpp:1993:1: error: a function-definition is not allowed here before ‘{’ toke                                                                             n
     {
     ^
    mob.cpp:2004:1: error: a function-definition is not allowed here before ‘{’ toke                                                                             n
     {
     ^
    mob.cpp:2079:31: error: a function-definition is not allowed here before ‘{’ tok                                                                             en
     static TIMER_FUNC(mob_ai_lazy){
                                   ^
    mob.cpp:2087:31: error: a function-definition is not allowed here before ‘{’ tok                                                                             en
     static TIMER_FUNC(mob_ai_hard){
                                   ^
    mob.cpp:2103:75: error: a function-definition is not allowed here before ‘{’ tok                                                                             en
     void mob_setdropitem_option(struct item *itm, struct s_mob_drop *mobdrop) {
                                                                               ^
    mob.cpp:2120:1: error: a function-definition is not allowed here before ‘{’ toke                                                                             n
     {
     ^
    mob.cpp:2136:1: error: a function-definition is not allowed here before ‘{’ toke                                                                             n
     {
     ^
    mob.cpp:2154:39: error: a function-definition is not allowed here before ‘{’ tok                                                                             en
     static TIMER_FUNC(mob_delay_item_drop){
                                           ^
    mob.cpp:2182:1: error: a function-definition is not allowed here before ‘{’ toke                                                                             n
     {
     ^
    mob.cpp:2218:29: error: a function-definition is not allowed here before ‘{’ tok                                                                             en
     TIMER_FUNC(mob_timer_delete){
                                 ^
    mob.cpp:2240:1: error: a function-definition is not allowed here before ‘{’ toke                                                                             n
     {
     ^
    mob.cpp:2257:1: error: a function-definition is not allowed here before ‘{’ toke                                                                             n
     {
     ^
    mob.cpp:2264:24: error: a function-definition is not allowed here before ‘{’ tok                                                                             en
     TIMER_FUNC(mob_respawn){
                            ^
    mob.cpp:2273:1: error: a function-definition is not allowed here before ‘{’ toke                                                                             n
     {
     ^
    mob.cpp:2397:1: error: a function-definition is not allowed here before ‘{’ toke                                                                             n
     {
     ^
    mob.cpp:2442:1: error: a function-definition is not allowed here before ‘{’ toke                                                                             n
     {
     ^
    mob.cpp:5734:1: error: expected ‘}’ at end of input
     }
     ^
    make[1]: *** [obj/mob.o] Error 1
    make[1]: Leaving directory `/root/trunk/src/map'
    make: *** [map] Error 2

    hello i got this error i did what on the diff files

     

    update: fixed now thank you

×
×
  • Create New...