Jump to content

QQfoolsorellina

Members
  • Posts

    587
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by QQfoolsorellina

  1. http://rathena.org/board/topic/85606-disabling-command-or-storage/
  2. Thanks , but I need the warp portal cast by skill AL_WARP with a conditon check to prevent someone else running into warp portal
  3. Greetings rAthena, My problem is where can I add a condition check b4 enter the warp portal , for example , I want the Character who have variable @map$ and it's value = the warp portal destination map can enter the warp portal, I have no idea how to do it ,need your kind help any help would be appreciated
  4. Help please, I really need this added. Anyone? If there are other pre-requisite source mods I need to do for this to work, I don't mind. add this line in script.c #include "../common/socket.h"
  5. skill.c inside int skill_additional_effect{.. } ,try to find and replace with if( sd && sd->special_state.bonus_coma && skill_id==0 ) { rate = sd->weapon_coma_ele[tstatus->def_ele]; rate += sd->weapon_coma_race[tstatus->race]; rate += sd->weapon_coma_race[tstatus->mode&MD_BOSS?RC_BOSS:RC_NONBOSS]; if (rate) status_change_start(bl, SC_COMA, rate, 0, 0, 0, 0, 0, 0); } Hi, I tried it out. I'm getting this error: in EA is skillid
  6. skill.c inside int skill_additional_effect{.. } ,try to find and replace with if( sd && sd->special_state.bonus_coma && skill_id==0 ) { rate = sd->weapon_coma_ele[tstatus->def_ele]; rate += sd->weapon_coma_race[tstatus->race]; rate += sd->weapon_coma_race[tstatus->mode&MD_BOSS?RC_BOSS:RC_NONBOSS]; if (rate) status_change_start(bl, SC_COMA, rate, 0, 0, 0, 0, 0, 0); }
  7. http://www.eathena.ws/board/index.php?s=&showtopic=239234&view=findpost&p=1304857 use Annie's script function script soullink { switch ( basejob ) { case Job_Alchemist: set .@spirit, 445; break; case Job_Monk: set .@spirit, 447; break; case Job_Star_Gladiator: set .@spirit, 448; break; case Job_Sage: set .@spirit, 449; break; case Job_Crusader: set .@spirit, 450; break; case Job_SuperNovice: set .@spirit, 451; break; case Job_Knight: set .@spirit, 452; break; case Job_Wizard: set .@spirit, 453; break; case Job_Priest: set .@spirit, 454; break; case Job_Bard: case Job_Dancer: set .@spirit, 455; break; case Job_Rogue: set .@spirit, 456; break; case Job_Assassin: set .@spirit, 457; break; case Job_Blacksmith: set .@spirit, 458; break; case Job_Hunter: set .@spirit, 460; break; case Job_Soul_Linker: set .@spirit, 461; break; default: if ( upper == 1 && baselevel < 70 ) set .@spirit, 494; } if ( .@spirit ) { sc_start4 sc_spirit, 360000, 5, .@spirit,0,0; skilleffect .@spirit, 5; } end; } 27159,............{}{callfunc "soullink";}{}
  8. setarray .item$[0],"Apple","Chocolate"; set .@menu$,implode(.item$, ":"); set .@selection, select(.@menu$) -1;
  9. Can I use np++ or it require specific editor?
  10. I feel It look like Autumn/Fall Prontera , IMHO The leaves of trees are green not yellow in Summer
  11. status.c find and insert SC_WHITEIMPRISON into the loop if( sc->data[SC_REFRESH] ) { if( type >= SC_COMMON_MIN && type <= SC_COMMON_MAX) // Confirmed. return 0; // Immune to status ailements switch( type ) { case SC_DEEPSLEEP: case SC_BURNING: case SC_STUN: case SC_SLEEP: case SC_CURSE: case SC_STONE: case SC_POISON: case SC_BLIND: case SC_SILENCE: case SC_BLEEDING: case SC_FREEZE: case SC_FREEZING: case SC_CRYSTALIZE: case SC_TOXIN: case SC_PARALYSE: case SC_VENOMBLEED: case SC_MAGICMUSHROOM: case SC_DEATHHURT: case SC_PYREXIA: case SC_OBLIVIONCURSE: case SC_MARSHOFABYSS: case SC_MANDRAGORA: return 0; }
  12. you need a new script command to check http://www.eathena.ws/board/index.php?showtopic=271354
  13. prontera,151,186,5 script killme 721,{ addtimer 50, strnpcinfo(3)+"::On_leave"; percentheal -100, 0; close; On_leave: warp "prontera",150,150; end; }
  14. then the data is deleted It's not true ,Emulator never delete account var records Even though empty value and logout
  15. nope, my sql query is to check #CASHPOINTS data exist or not , it's not to check the value of #CASHPOINTS
  16. Here's my method - script abcde -1,{ OnPCLoginEvent: if( BaseExp>0 || BaseLevel>1) end; if(!query_sql("SELECT account_id FROM `global_reg_value` WHERE str='#CASHPOINTS' AND account_id = "+getcharid(3),.@aid)) set #CASHPOINTS,#CASHPOINTS+2; set BaseExp,BaseExp+1; end; }
  17. Done that. Almost all of the problems related to ~AnnieRuru~'s Private MVP Room v1.4 has identifiable errors in their scripts. Mine loads perfectly in map_server without any errors but hangs or stuck right after someone clicked the NPC. Thanks for the reply though! Annie has updated her script to rev 1.4a http://rathena.org/board/topic/72376-mvp-summon-script/?p=146696
  18. try to search for the similar topic.... this has been asked several times
  19. http://rathena.org/board/topic/74893-help-dynamic-quest-by-euphy/ if you still use rev 1.4a search this line getitem .@q[0],.@q[1]; replace with for (.@i=0;.@i <.@q[1];.@i++ ) rentitem .@q[0], 604800; you can modify 604800 as you like
  20. I find Brian's script XD http://rathena.org/board/topic/80235-custom-go/?p=187891
  21. thank..but its only one item of that effect ->Reduce damage taken from demi human by 3% Max HP + 3% Max SP + 2% Increase Physical and Magical damage to demi humans by 3% the bonus how to put that code 30598,Golden_wing,golden_wing,5,20,,600,,2,,1,0xFFFFFFFF,7,2,2048,,1,1,1891,{how to put the code here;},{},{} example. 30598,Golden_wing,golden_wing,5,20,,600,,2,,1,0xFFFFFFFF,7,2,2048,,1,1,1891,{bonus2 bSubRace,7,3;bonus bMaxSPrate,2;bonus2bAddRace,7,3;bonus2 bMagicAddRace,7,3;},{},{} correct or wrong? i dont know to script all my item 150plus hayyyyysss thank a lot for helping it's correct.
×
×
  • Create New...