Jump to content

Onairda

Members
  • Posts

    167
  • Joined

  • Last visited

Everything posted by Onairda

  1. Hello!, I already using those. Any idea why the exe is always disapearing. Thank you!
  2. Hello , I tried to login, but my account only show blocked by the GM team.
  3. Hello Emistry, Thank you for your quick response, I already tried to diffed, 2018-04-18 and 2018-06-21a for about 35 patched and tried each of those , but still forcing to close and for 2018-04-18 here is a promting msg of windows crashed after opening.
  4. Hello, May I request to someone that can give me a diffed 2018 clients please . I tried to patched using NEMO and just selected recommended patch but all of those are forcing to closed while opening , others is prompting an windows crashed msg. Please thank you so much!
  5. Hi Everyone, Good day! I am looking where I can find a clean data folder for Ragexe 2020 version . Thank you so much!
  6. I tried all that but this piece oc shell command resolve my problem ? scl enable devtoolset-7 bash Link here: https://github.com/rathena/rathena/wiki/Install-on-Centos Thank you so much Haruka
  7. Hi :). Im encountering a problem in Centos 6 i already install -y install gcc-c++ but i still have this error checking for gcc... gcc checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether we are using the GNU C++ compiler... (cached) yes checking whether g++ accepts -g... (cached) yes checking for ar... /usr/bin/ar checking whether byte ordering is bigendian... yes configure: error: bigendian is not supported... stopping [vps369925 new]$
  8. Hi ? . sorry for the late reply When i do that kind of trap the OnPCStatsCalcEvent skills is not available anymore even though i use @skillall
  9. Hi, ? . i will put sc_start blessing,999999; ? actually when i talk to the buffer npc , the skills given by the OnPCStatCalcEvent is been remove . and in my observation its because of the sc_start. this is the buffs in my Buffer NPC Thank you sir ? sc_start SC_INCREASEAGI,240000,10; sc_start SC_BLESSING,240000,10;
  10. Hi, I used OnPCStatCalcEvent to give permanent skills to every player but i encounter a problem every time i used the buffer NPC who uses sc_start blessing ,agi even Awakening Potion who also use SC_START the OnPCStatCalcEvent skills is been remove it only come back when i relog-in or i type @skillall . how can i make that the OnPCStatCalcEvent will not be overlap by sc_start Thank you i have the same problem with this LINK
  11. Hi im having a problem using OnPCStatCalcEvent and SC_Start in my server i use OnPCStatCalcEvent to give some permanent skills to players and i used sc_start in my buffer npc so this is the case every time i clicked the buffer npc my OnPCStatCalcEvent skills has been remove it only comeback when i used @skillall how can i solve this ? thanks im using a script - script Skills -1,{ OnPCLoadMapEvent: if(strcharinfo(3) == "prontera") { addtoskill 2,10,0; addtoskill 3,10,0; addtoskill 4,10,0; addtoskill 5,10,0; } else { end; } } prontera mapflag loadevent every time i used awakening and clicked buffer npc that use SC_START <skills> the addtoskills has been remove ?? how to solve this
  12. Hi sir Emistry sorry for the long late reply. btw how can i put all the skills to all character for example if the character get the max level he/shewill get all the trans skills
  13. how can i give to every player the trans skills . thanks.
  14. Someone help i want to give to each player all the skills of the Trans class Thank you ?
  15. sir can you elaborate more please ??? thankyou for you reply
  16. Hi sir crazyarashi can you elaborate more what should i do to remove the 3rdjobs skills ?? thankyou or is there something i can do to give all the skills to a player ?? i tried skills <skillid><skilllevel><0>; but not every skills is showing
  17. hi in my server i enable the skill_all: true function inside the group.conf and I want to know where can i edit the skills because i want to remove some skills that is automatically in there specially the (3rd job skills) thank you!
  18. pvp_nightmare mode not is not working on latest SVN ?? i tried to @die and @alive for 50 times and i also increase the percentage to 600 but still nothing i also checked the mapflag if its enabled and its on still no drop of my items thanks
  19. as i checked my database sir. the reborncount is inside the char_reg_num . but still not displaying
  20. hi, i messing with this script so much hours , i dont see any drop items in the floor , the items is succesfully deleted on my inventory, but the items is not dropping on the ground and there is no error, and i think there was something wrong in makeitem2 prontera,150,155,3 script penalty_drop 103,{ OnPCDieEvent: if ( .@karma > -1000 ) { .@rate = ( pkpoints / 1000 ); if ( .@rate < 0 ) .@rate = 1; if ( .@rate < rand( 100 ) ) { for ( .@i = 1; .@i <= 10; .@i++ ) if ( getequipid( .@i ) != -1 ) .@equip_part_found++; if ( .@equip_part_found ) { do { .@equip_part = rand( 1,10 ); .@item_id = getequipid( .@equip_part ); } while( .@item_id == -1 ); .@refine = getequiprefinerycnt( .@equip_part ); for ( .@i = 0; .@i < 4; .@i++ ) .@card[.@i] = getequipcardid( .@equip_part,.@i ); getmapxy( .@map$,.@x,.@y,0 ); delequip .@equip_part; makeitem2 .@item_id,1,.@map$,.@x,.@y,1,.@refine,0,.@card[0],.@card[1],.@card[2],.@card[3]; dispbottom "One of your equipment dropped."; } } } end; }
  21. Thank you sir crazyarashi for fast response. Do i need to put OnPCLoginEvent:? or i just need to build like this // btw i solve it : sc_start SC_EXPBOOST,864000000,1000; sc_start SC_JEXPBOOST,864000000,1000;
  22. Thank you sir crazyarashi for fast response. - script expratesfloat -1,{ OnPCLoginEvent: OnPCJobLvUpEvent: OnPCBaseLvUpEvent: mes "Hi"; if( fame >= 1){ bonus2 bExpAddClass,Class_All,100; //= Increase EXP gain from killing mobs by 20% close; } } Its not working , i check my exp still the same
  23. Hello there, ? . i want to change the experience for player who have fame 100+. the fame is stored inside cha_reg_num e example if( fame >= 100){ //Baselevel exp + 10k } else if( fame >= 150){ //BaseLevel exp + 20k } thank you so much
  24. Hi, i just thinking what is wrong with my script, why the npc dont show any data Thank you /kiss prontera,159,180,4 script Ladder 100,{ set .@count, query_sql ("SELECT char_id,value FROM `char_reg_num` WHERE key='reborncount' ORDER BY value DESC",.@charid,.@reborncount); mes "[RebornLadder]"; for( set .@i, 0; .@i < .@count; set .@i, .@i+1) { query_sql "SELECT `name` FROM `char` WHERE char_id="+.@charid[.@i]+"",.@charname$; mes .@charname$+" "+.@reborncount[.@i]; } close;
  25. Thankyou for that sir ? . how about the Client side where can i get a clean english data side that is compatible for 2018 or 2019 RagexRE Thankyou
×
×
  • Create New...