Search results

  1. G

    delete item in costume tab

    How to delete item in the database using sql command if the item is worn in the costume tab?
  2. G

    2010-07-30 lua files

    I've been looking for 2010-07-30 lua files but I can't find any. When i run my client using grf an error occur I don't know if the problem is with my lua files? could anybody help me
  3. G

    status icon not showing autojobchanger

    when I used the auto job changer sometimes my status icon doesnt show up. I need to use @refresh before it appears. how to fix it
  4. G

    date registered CP & DB

    I 'am request for a query that would be inserted to my cp and database, login table. when a person registered at my cp then the database will record when that person registered. 
  5. G

    gm bypass

    prontera,1,1,1 script NoChatVendPront -1,{OnWhisperGlobal:if (getgroupid()<90){OnInit:setcell "Hallow01",91,113,121,82,cell_nochat,1;setcell "Hallow01",91,113,121,82,cell_novending,1;setcell "Hallow01",99,61,112,49,cell_nochat,1;setcell "Hallow01",99,61,112,49,cell_novending,1;end;}end;} ...
  6. G

    About delay

    - script Sample -1,{OnInit: set .Delay,18000; end;OnPCKillEvent: if( @Delay < gettimetick(2) ){ getitem 7227,1; announce strcharinfo(0) +"Killed Someone At The PVP Room",bc_blue|bc_all; if( .Delay ) set @Delay,gettimetick(2) + .Delay;}end;}} how many minutes/hours is 18000 that is set?? also...
  7. G

    AddHook Fail

    [Info]: Successfully loaded '877' maps.[Error]: HPM:AddHook Fail! 'AuraSet' tried to hook to 'clif->spawn' but HPMHooking is disabled![Error]: HPM:AddHook Fail! 'AuraSet' tried to hook to 'clif->getareachar_unit' but HPMHooking is disabled![Error]: HPM:AddHook Fail! 'AuraSet' tried to hook...
  8. G

    freebies error

    Hallow01,102,75,6 script Freebies 100,{OnInit: waitingroom "Freebies Here!",0; if ( #claimed ) end; mes "Hello "+strcharinfo(0)+", Welcome To"; mes "I'm the freebies giver."; mes "I only give 1 freebies per Account"; next; mes "Please Choose"; next; switch( select(...
  9. G

    mission points

    //===== Hercules Script ======================================//= Hunting Missions//===== By: ==================================================//= Euphy//===== Current Version: =====================================//= 1.4a//===== Description: =========================================//= Random...
  10. G

    mapcache stop working

    how to fix this
  11. G

    enabling commands

    i tried to add job command into my id 10. but it doesnt work i also tried others like baselevel, joblevel 
  12. G

    disable char commands

    the @item should only be used by a certain gm level. not the #item i already set my groups.conf to item: [true, false] but still they can use #item
  13. G

    error when server starting

  14. G

    after updating the server to the latest one

    when i first login  my items are all placed in my inventory and when i try to wear them this is what the general chat appear nothing found in the selected map how to fix this?
  15. G

    core dump log help

    this is my core contains what is the cause of the server crash? GNU gdb (GDB) 7.0.1-debian Copyright © 2009 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it...
  16. G

    skill animation

    i am requesting for the file for this vermillion skill animation http://www.youtube.com/watch?v=aHXzDEu_Thk
  17. G

    more than 2 weapon element

    i want to implement to my server 2 or more elements but the fire element only works Script: <" bonus bAtkEle,Ele_Fire; bonus bAtkEle,Ele_Wind; bonus bAtkEle,Ele_Earth; bonus bAtkEle,Ele_Water; bonus bAtkEle,Ele_Earth; bonus2 bAddEle,Ele_Wind,25; bonus2 bAddEle,Ele_Earth,25;bonus2...
  18. G

    extended vending system plugin

    extended vending system plugin
  19. G

    lag during woe

    my players experience lag during woe what could be the cause i already submit a ticket to my host and this is their reply There appears to be a latency spike at hop 6 over MSE, but nothing looks abnormal. I suggest checking the software itself to see if you are bottlenecking or running...
  20. G

    negative def when it reaches 99

    i am using full pre-renewal features and if my def reaches above 99 then it turns to negative how to fix this. i already searched the forum but can't find the right fix
Back
Top