Jump to content
The forums will be going offline for an extended maintenance period at 1400hrs GMT on 19th June 2025. The number of hours for this downtime is intentionally not advertised due to the nature of these upgrades. ×

Onairda

Members
  • Posts

    181
  • Joined

  • Last visited

Everything posted by Onairda

  1. 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
  2. how can i give to every player the trans skills . thanks.
  3. Someone help i want to give to each player all the skills of the Trans class Thank you ?
  4. sir can you elaborate more please ??? thankyou for you reply
  5. 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
  6. 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!
  7. 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
  8. as i checked my database sir. the reborncount is inside the char_reg_num . but still not displaying
  9. 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; }
  10. 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;
  11. 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
  12. 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
  13. 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;
  14. 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
  15. Hello , i just got back from creating Ragnarok again ? . and i know how to diff using nemo patcher , but i don;t know where can i get the latest undiffed RagexRE version 2018 and up and also its Data English Side for my grf that is compatible with 2018 version . Please someone help me thank you ?
  16. R>CMS Addons in FluxCP. the link in the download page is broken Please help
  17. Requesting Classic cart like this is there anyone that have the old data sprite of this cart
  18. hi can someone convert this @empladder in present database because now the database has don't have global_reg_value table anymore thankyou query_sql ("SELECT `char`.char_id,`char`.`name`,global_reg_value.`value` FROM global_reg_value LEFT JOIN `char` ON global_reg_value.char_id=`char`.char_id WHERE global_reg_value.str='empladder' ORDER BY CAST(`global_reg_value`.`value` AS UNSIGNED) DESC LIMIT 10", .@char_id, .@name$, .@count); thankyou
  19. hi can someone convert this @empladder in present database because now the database has don't have global_reg_value table anymore thankyou query_sql ("SELECT `char`.char_id,`char`.`name`,global_reg_value.`value` FROM global_reg_value LEFT JOIN `char` ON global_reg_value.char_id=`char`.char_id WHERE global_reg_value.str='empladder' ORDER BY CAST(`global_reg_value`.`value` AS UNSIGNED) DESC LIMIT 10", .@char_id, .@name$, .@count);
  20. Hi is there any emperium Ladder that is working for the latest SVN . ? thankyou . emperium ladder that everytime the emperium has been killed on WOE they got a score thankyou
  21. how to enable the Heal and sanctuary to heal the emperium
  22. hi ia just want to know how to change the format of Embryo name Example : i create and Embryo using creator skills then after i created my embryo i will get embryo with my name Guarpa in my case i get the embryo with this format 'Embryo's Guarpa' how can i change it to Guarpa Embryo thankyou
  23. Fix . just rename the Oncommand to another name it jsut like goto
  24. Hi im using alot of bindcommand on my server like @joinevent and @findmatch but sometimes either one of them are not available to use why?? @joinevent Script - script joinevent -1,{ OnInit: bindatcmd "joinevent",strnpcinfo(2)+"::OnAtCommand"; end; OnAtCommand: if((strcharinfo(3) == "guild_vs3") && getgroupid() < 3) message strcharinfo(0),"You can't use @joinevent in this map."; else warp "que_temsky",151, 139; //atcommand "@joinevent"; end; } @findmatch prontera,155,181,5 script FindMatch 777,{ bindatcmd "findmatch", strnpcinfo(3) +"::Oncommand"; Oncommand: mes "I am Party Match Manager."; mes "Party Leader may create a PVP Match here."; next; end; help
×
×
  • Create New...