Jump to content

rans

Members
  • Content Count

    358
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by rans


  1. Hi there!
    I can't find the proper npc id using this new npc constant to my script( my original npc sprite was a mob id which is 1907 and i can't find its npc constant in const.txt
    anyone can help me?)
    Please use NPC view constants instead. ID '1907' specified in file


  2. I have check it and its correct i even change it to my time zone (+8gmt) and after it i tried running again the command but still no luck.



    Solve!
    It was my clock setting in my pc was not set when i was editing using winscp. i configure it again and edit the file and it runs now ! hahaha thank you :)


  3. You had bad time on files. Probably you copy from windows host.

    May be fix your pc time? Not sure how better fix time in files. may be use touch tool.

    my files are from other centos and had it transfer yesterday and updated too from git.

     

    Do i need to fix the time of the vps?


  4. Hi,
    I tried turning the setting ON and OFF on conf/battle/battle.conf

    // Should the target be able of dodging damage by snapping away to the edge of the screen?// Official behavior is "no"snap_dodge: yes


    but the result are the same. Snap can't dodge all skill even my setting is yes or no.

    please fix

  5.  

     

    Usually that is because you output something before the header() function of php.

    I did not get you. what do you mean?

     

    I tried PlugNplay's free theme and found out that this error is not causing by the theme but the CMS addon from rAthena

    When you add this to /theme/main/index.php

     

    <?php if (!defined('FLUX_ROOT')) exit;		$this->redirect($this->url('news','view'))		?>

     

    that warning will show.

    Could you copy paste the content of the file? Best would be pastebin and post the link?

    Here is the header.php from the theme

    http://pastebin.com/3986QVXr

     

    but i doubt that this is the problem. it seems that the content manager addon has the problem with this code inside /theme/main/index.php

     

    <?php if (!defined('FLUX_ROOT')) exit;		$this->redirect($this->url('news','view'))		?>

  6. Usually that is because you output something before the header() function of php.

    I did not get you. what do you mean?

     

    I tried PlugNplay's free theme and found out that this error is not causing by the theme but the CMS addon from rAthena

    When you add this to /theme/main/index.php

     

     

    <?php if (!defined('FLUX_ROOT')) exit;		$this->redirect($this->url('news','view'))		?>

     

    that warning will show.

     


  7. @@Ranz

    open PC.C

    Path : trunk/src/map/pc.c

    Find This :

    		case SP_SUBRACE:			if (type2 == RC_MAX || (type2 > RC_NONDEMIPLAYER && type2 != RC_ALL) || type2 < RC_FORMLESS ){				ShowWarning("pc_bonus2: SP_SUBRACE: Invalid Race(%d)n",type2);				break;			}						if(sd->state.lr_flag != 2) {				if (type2 >= RC_MAX ) {					for ( i = RC_FORMLESS; i < RC_MAX; i++ ){						if ( (type2 == RC_NONPLAYER && i == RC_PLAYER) ||							 (type2 == RC_NONDEMIHUMAN && i == RC_DEMIHUMAN) ||							 (type2 == RC_DEMIPLAYER && (i != RC_PLAYER && i != RC_DEMIHUMAN)) ||							 (type2 == RC_NONDEMIPLAYER && (i == RC_PLAYER || i == RC_DEMIHUMAN))							)							continue;						sd->subrace[i] += val;					}				} else {					sd->subrace[type2]+=val;				}			}			break;

    Change To This :

    		case SP_SUBRACE:			if (type2 == RC_MAX || (type2 > RC_NONDEMIPLAYER && type2 != RC_ALL) || type2 < RC_FORMLESS ){				ShowWarning("pc_bonus2: SP_SUBRACE: Invalid Race(%d)n",type2);				break;			}			if(sd->state.lr_flag != 2)				sd->subrace[type2]+=val;			break;

    after changing it, recompile your server, i figured out that this is a bug, kindly move this topic to bug section

     

     

    Thank you for your detailed answer :)

    i'll try this later. thanks very much


  8. the earlier screenshot was using a version of hercules from june.

    now i am using the latest one.
    and still the same bug.

    12 damage when no equip
    but when i equip the set it increase to 38-53

    (attacker has no stats and equipment.)
    2zhi13m.png


  9. Yes, 
    I tried changing it from pre-renewal.

    i have even tried using this script
    bonus2 bSubRace,RC_All,-300; bonus2 bSubRace,RC_DemiHuman,300;

    but the damage is still increasing so it is better to not equip the set at all.


  10. Hi can i request a script that will follow this info....
     

    Cleaning The Beach
    This quest has a 24 hour cooldown. It can be repeated every 24 hours.
     
    1. Go to Comodo(158, 149) and speak with the Beach Manager
     
    2. Select the option "I can lend a hand."
     
    3. Now you'll have to collect items for her to make a "broom."
    Required items are:
    120 Tough Vines
    4 Aloe Leaflet
    4 Soft Blade of Grass
     
    4. Once you've made the brooms, you'll have to go around Comodo and find "Beach Trash" to pick up 20 trash debree.
    (The locations listed below can be seen on your mini-map)
    The locations of the Trash Debree are:
     
    50, 220
    62, 236
    80, 211
    93, 264
    99, 183
    99, 231
    102, 258
    109, 227
    138, 163
    162, 136
    196, 121
    219, 118
    238, 223
    240, 278
    246, 130
    249, 169
    266, 283
    274, 209
     
    5. Go back to the Beach Manager to collect your reward.
    The reward given is random based upon the following percentages:
    10% - Beach Manteau and 250,000 Experience
    10% - Beach Sandals and 150,000 Experience
    20% - Fruit Mix and 250,000 Experience
    30% - Fruit Mix and 150,000 Experience
    30% - 12063 and 50,000 Experience




    ==============
    Thank you :)
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.