Jump to content

minx123

Members
  • Content Count

    283
  • Joined

  • Last visited


Reputation Activity

  1. Upvote
    minx123 reacted to Kuya Jeo in reset look and position   
    Use sql query, make sure your server is OFF
     
    UPDATE `char` SET `last_map` = 'prontera' , `last_x` = 95 , `last_y` = 65 , `hair` = 0 , `hair_color` = 0 , `clothes_color` = 0;
  2. Upvote
    minx123 reacted to GraD0s in Installing VNC Server on linux VPS ( CentOS 6 )   
    1. Login to to VPS via SSH and install gnome  
    2. install Vnc Server,Nano Editor and Font.
     Confirm with ( Y )
     
    3. To make VNC start automatic after reboot. Use this commands.
     
    4. Make password for you VNC server. Enter password and Verify.
     
    5. Now set resolution and user on you VNC server. Edit using nano or another editor.
    save and exit. Then restart VNC.
     
    6. To enter GUI GNOME when startup. Kill VNC service first.
     at the last line, put # on "twm &" and add this code "exec gnome-session &"
    save and exit.
     
    7. Lastly start and restart VNC with this command.
    Done   
     
    To connect to your GUI GNOME please use VNC Viewer.
    Download from Here : VNC Viewer
    and insert YOUIPVPS:1 and vnc password you create early.

  3. Upvote
    minx123 reacted to Emistry in change default skin to custom skin   
    kRO Folder > Skin > Default  
     
    name your custom skin that located in skin folder to "default".
  4. Upvote
    minx123 reacted to Emistry in Usable Enchant Item   
    File Name: Usable Enchant Item
    File Submitter: Emistry
    File Submitted: 18 Jan 2016
    File Category: Utility
     
    Description :
    Players are able to click on the Enchant items to provide custom bonus to the selected equipment.
     
    Varies of bonus could be done especially use together with a *getequippedon script command to provide a wide range of bonuses.
    The current items and bonuses display in the video is just a sample for demo.
     
    The origin of the idea come from Diablo and 張阿神.
     
    Preview :

     
    Click here to download this file
  5. Upvote
    minx123 reacted to KirieZ in refine +10 npc need help   
    Not tested
     
    function Refine {if (getequiprefinerycnt(@slot) >= @maxrefine) goto MAX;if (!getequipisenableref(@slot)) goto NOWAY; // <--- Add this linemenu "Do it!",-,"Cancel",CANCEL;
  6. Upvote
    minx123 reacted to Legend in poring race need help add bindatcmd.   
    I tried to modify it but haven't tested yet in-game.

    Changes:
    -Changed deprecated numeric npc view
    -Command can't be triggered when the event is still active.
    -Only gm level 99 can only use the command

    -> race_.txt
  7. Upvote
    minx123 reacted to Legend in poring race need help add bindatcmd.   
    find and change this:
    ->
        .item_gained = 7199; // item id     .item_num_gain = 2; // item amount
  8. Upvote
    minx123 reacted to Kuya Jeo in custom shield problem cant cast skill.   
    @@minx123 try to use this
     
    { Id: 30329 AegisName: "Ultimate_Valkyrja's_Shield" Name: "Ultimate Valkyrja's Shield" Type: 5 Buy: 60000 Weight: 1000 Def: 4 Slots: 1 Job: 0xFFFFFFFE Loc: 32 View: 4 Script: <" bonus2 bSubEle,Ele_Water,25; bonus2 bSubEle,Ele_Fire,25; bonus2 bSubEle,Ele_Dark,25; bonus2 bSubEle,Ele_Undead,25; bonus bMdef,15; bonus bAgi,10; bonus bLuk,10; bonus bMaxHPrate,5; bonus bDef,15; ">}, i think you forgot to put the view
    view : 4
  9. Upvote
    minx123 reacted to AnnieRuru in plugin for id not active be @afk player   
    yes, I suddenly want to give you a rep for saying it
     
    although the idea on the topic title might not be very interesting,
    but if there is a plugin to allow to login an offline character, this can do a lot of interesting stuffs
    for example, everyday at 8PM login a [GM] character and say 'Hello' to the surrounding area without players knowing it is a bot
    which was actually done by a plugin
    or just login some offline characters in the pvp room through atcommand to test what happens when there are a lot players ... etc etc
    .
    .
    I don't think its that hardif Ind's patch can login autotrade players when server start up, then this shouldn't be a much problem
    but Ind's one can login the player until the real player login, but mine only login for about 0.1 sec and it immediately logout
    there is some check that I missed ...
  10. Upvote
    minx123 got a reaction from AnnieRuru in plugin for id not active be @afk player   
    @@Aeromesi
    it not sure if that plugin would be a paid. i just want to know if it is possible to do that function
     
    @@AnnieRuru
    thank you for yoyr concern about this topic.
    i just thinking before. if they can do @afk and @autotrade why not make some plugin to player not online to be afk player.
    it is really hard to make if auto online same like autotrade?
     
     
    if( sd->state.standalone ) { clif->pLoadEndAck(0,sd);// pc->autotrade_populate(sd); <-- comment this line pc->autotrade_start(sd); } it clash with the autotrade maybe.
     
     
    *if someone would have share some idea to help @@AnnieRuru it will more appreciate.
  11. Upvote
    minx123 reacted to Legend in poring catcher not giving reward   
    The warper shows after it announces "enter the warp portal ..."
     
    on line 33
    announce "Poring Catcher : Enter the warp portal now if you want to join.",bc_blue;hideoffnpc "poringevent";enablenpc "poringevent";initnpctimer;end;  

    If you want to make it triggered by a bindatcmd
     
    **haven't tested it** Try this one -> Click me
  12. Upvote
    minx123 reacted to Winterfox in [REQ] New Donation System   
    @@rector
     
    prontera,166,207,4 script Flux Point Shop 4_M_YOUNGKNIGHT,{ openshop; end; OnInit: setarray .@itemIds,501, 502, 503; setarray .@itemPrices, 1, 1, 1; tradertype( NST_CUSTOM ); for( .@i = 0; .@i < getarraysize( .@itemIds ); .@i++ ) sellitem .@itemIds[ .@i ], .@itemPrices[ .@i ]; end; OnCountFunds: query_sql "SELECT balance FROM cp_credits WHERE account_id = " + getcharid( 3 ), .@balance; setcurrency( .@balance ); end; OnPayFunds: query_sql "SELECT balance FROM cp_credits WHERE account_id = " + getcharid( 3 ), .@balance; if( .@balance < @price ) end; query_sql "UPDATE cp_credits SET balance = balance - " + @price + " WHERE account_id = " + getcharid( 3 ); purchaseok(); end;}
  13. Upvote
    minx123 reacted to Anisotropic Defixation in random box with announce get item   
    Create a function script and make the item usage call it with callfunc.
     
     
    function  script  Random_Box_Script  {   .@[member=Rand] = rand(1,3);  switch(.@[member=Rand])  {    case 1:      getitem 1001,1;      end;    case 2:      getitem 1002,1;      end;    case 3:      getitem 1003,1; // The special item      announce strcharinfo(0)+ " was lucky and obtained the special prize!",bc_map,0x00FF00; // Map announcement      end;  }}  
     
    {   Id: 1000   AegisName: "Random_Box"   Name: "Random Box"   Type: 18   Buy: 0   Weight: 0   Script: <" callfunc "Random_Box_Script"; ">},
  14. Upvote
    minx123 reacted to Winterfox in random box with announce get item   
    @@minx123
    Checkout /db/re/item_packages.conf, that should be what you are searching for.
  15. Upvote
    minx123 reacted to AnnieRuru in [REQ] top leader custom mvp hunter.   
    seriously ... HOW OLD IS YOUR EMULATOR !?
     
    http://upaste.me/1b11218565c0a4a4b
     
    I think your host is irresponsible
    your server is not using latest hercules
  16. Upvote
    minx123 reacted to AnnieRuru in custom warper help me fix   
    you didn't indent your script properly
    invek,134,159,6 script Custom Mall 830,{shop: warp "sky_quest" ,45,52;OnInit: waitingroom "Custom Mall",0; end;}when the player click on the npc, the script execute the warp command, and also execute the waitingroom commandthat's why the server spam error about waitingroom already created
     
    to solve this problem, simple add an end; command before the OnInit label
    like this
    invek,134,159,6 script Custom Mall 830,{shop: warp "sky_quest" ,45,52; end; // <-- ADD THISOnInit: waitingroom "Custom Mall",0; end;}..
    though, I don't understand why you add shop: label in the 1st place
  17. Upvote
    minx123 reacted to Winterfox in custom warper help me fix   
    @@minx123
     
    You should read the scripting guide more thoroughly things like that are plain wrong:
    shop: warp "sky_quest" ,45,52; If you want any meaningfull help on your script you should describe what your custom warper shall do exactly. There is something going on about 2 waiting rooms and a warp, but it is pretty ambiguous what the purpose of all this is.
  18. Upvote
    minx123 reacted to iCORE in npc newbie can choose 2 option   
    - script Freebies -1,{ close;   OnPCLoginEvent: set .@npcname$,"[Freebies Giver]"; if ( #Freebies ) { mes .@npcname$; mes "Hello to you " + strcharinfo(0); mes "I can give you freebies."; mes "Interested?"; if(select("Yes","No") == 1) { next; mes .@npcname$; mes "Perfect, choose a box."; switch(select("Valkyries Box","Diabolus Box")) { case 1: getitem 30233, 1; // Valkyrie Box break; case 2: getitem 30234, 1; // Diabolus Box break; } announce "Edit your Announce message here.",0; set Freebies, 1; } } close; end; }
  19. Upvote
    minx123 reacted to 4144 in not exist item and invalid RID   
    Wrong item id can be in any script. in npc dir or in item_db.
    Try search by id what server dumped on console
  20. Upvote
    minx123 reacted to Emistry in not exist item and invalid RID   
    double check all your script that using the rid2name script command
  21. Upvote
    minx123 reacted to Jedzkie in how to make custom mvp card   
    You forgot num2cardillustnametable, if you dont have, you can get it from kRO grf, and also num2itemresnametable,
  22. Upvote
    minx123 reacted to fxfreitas in how to make custom mvp card   
    http://herc.ws/wiki/Custom_Items
    and
    http://herc.ws/wiki/Cutincard or http://herc.ws/board/topic/2916-how-to-add-image-on-custom-cards/
  23. Upvote
    minx123 reacted to Dastgir in need help to upload sprite in here   
    Got this somewhere on my pc, hope it helps you.
    Sprites Npc Naruto.zip
  24. Upvote
    minx123 reacted to Dastgir in need help to upload sprite in here   
    Sadly they were hosted in 3rd party site(rapidshare/4shared) and its no longer up.
     
    Maybe if someone have them in disk, they can help.
  25. Upvote
    minx123 reacted to Litro in Help fix this script other one town invasion   
    set default value on the OnInit label
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.