Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. Topic Closed Post at Employment forum if you are going to pay someone to do the work.
  2. Topic Closed Post at Employment forum if you are going to pay someone to do the work.
  3. #POINT1 = #POINT1 - ( .@amount * 50 );
  4. check using a timer addtimer or attachnpctimer + [wik=initnpctimer] or use OnPCLoadMapEvent check if they move to other map, then force them leave battleground using bg_leave
  5. i think should be edit here conf/msg_conf
  6. prontera,155,181,4 script Sample#point 757,{ if( #POINT1 < 50 ){ mes "you need 50 point 1 to change to point 2"; } else{ .@amount = ( #POINT1 / 50 ); #POINT1 -= ( .@amount * 50 ); #POINT2 += .@amount; message strcharinfo(0),"You converted "+( .@amount * 50 )+" Point 1 to "+.@amount+" Point 2"; } end; }
  7. Emistry

    Swear word

    when you diff your client. make sure you selected this diff option Disable Swear Filter
  8. OnPCLoadMapEvent + loadevent or OnTouch just pick one.
  9. find the script and remove, or find the line that give kafra point and remove.
  10. if( checkwug() ) end; update your Rental NPC with this to disable them from getting the falcon after they have the warg.
  11. if( getguildname( getcharid(2) ) == "Fratenity" ){ // percentheal 100,100; }
  12. probably client hexing ... you can just try do it through source modification http://rathena.org/board/topic/83217-remove-monster-hp-bars/ http://rathena.org/board/topic/71468-r-mvp-hp-bar-source-code/
  13. the error message already told you the solution. use of deprecated keyword (use 'case' instead).
  14. then just update the column for each drop id and rate to 0. UPDATE `mob_db` SET `column1` = 0,`column2` = 0,`column3` = 0,`column4` = 0,`column5` = 0;
  15. why not just set your drop rate to 0 ?? inside the conf/battle/drops.conf change all the "MAX" drop rate to 0.
  16. ^FF0000 TEXT ^000000 ^FF0000 = RED COLOR ^000000 = BLACK COLOR search in google for Hex Colour Code and replace your.
  17. you can use any other SQL software, as long as it can connect to your database, then there shouldnt be any problem for you to export the data.
  18. just pick one of them to use. By default XAMPP already have built-in phpmyadmin for you to manage the database. You can still use MySQL Workbench even you installed XAMPP as long as they connecting to same database server.
  19. Attempting to procure paid licenses outside of the Paid Services forum is a bad idea. Topic closed.
  20. maybe this can help you ? http://www.axwebsolutions.com/knowledgebase.php?action=displayarticle&id=22 but i think it will still need you to start/stop server at putty, i dont think ropanel support it.
  21. npc/custom/warper.txt just remove the option if you dont want that maps.
  22. http://ratemyserver.net/index.php?iname=12622&page=re_item_db&quick=1&isearch=Search
  23. Pneuma already explained it. it need a STRING parameter, not an INTEGER parameter
  24. http://hercules.ws/board/topic/6029-script-cmd-cartcountitem/
  25. sleep 3000; // ---> change to sleep2 only sleep2 will save the RID of the players. or else change to other timer like attachnpctimer + initnpctimer or addtimer
×
×
  • Create New...