Jump to content

nikki1200

Members
  • Content Count

    113
  • Joined

  • Last visited

  • Days Won

    1

Reputation Activity

  1. Upvote
    nikki1200 got a reaction from onnrain in Exchanger Script Request   
    I already made it at last my script works ^^ Thanks Everyone. how can i add reput?
     
    Thanks,
  2. Upvote
    nikki1200 reacted to Mhalicot in How to change the Equipment into Costume   
    try to relogin your server. and make sure you reload your itemdb use @reloaditemdb
  3. Upvote
    nikki1200 reacted to Mhalicot in How to change the Equipment into Costume   
    // Structure of Database:// ID,AegisName,Name,Type,Buy,Sell,Weight,ATK,DEF,Range,Slots,Job,Upper,Gender,Loc,wLV,eLV,Refineable,View,{ Script },{ OnEquip_Script },{ OnUnequip_Script } replace the Loc with 4096
  4. Upvote
    nikki1200 reacted to jaBote in PVP/WOE DOTA SOUNDS   
    All clients must have the sounds in their respective data folder to work, so try giving them a new GRF or better use a patcher for managing the patch of the new files.
  5. Upvote
    nikki1200 reacted to jaBote in PVP/WOE DOTA SOUNDS   
    First, all the sounds must be in .wav format. Then, open your GRF with a tool designed for that, then go to the data/wav folder (or make it if your GRF hasn't that) and simply put all of your wavs in there.
     
    Notes: Default directory after opening a GRF is data; so you should just open the data/wav folder inside that. Also, don't use the data/wav/effect folder if it exists, just the data/wav folder. Example pic of wav folder on the official data.grf:
     

  6. Upvote
    nikki1200 reacted to Mhalicot in PVP/WOE DOTA SOUNDS   
    LOL, theres a mirror link.. Click it and save the file that will open..
  7. Upvote
    nikki1200 reacted to Kei in How to Check the Inventory and Storage of the Player   
    try this #storagelist player name
  8. Upvote
    nikki1200 reacted to Mhalicot in How to Check the Inventory and Storage of the Player   
    Please take time to read doc/atcommands.txt
  9. Upvote
    nikki1200 reacted to LuLu in Box of Resentment not showing the atk+20 in windows   
    try @ban ingame or open SQL Editor and add/edit ipban table
  10. Upvote
    nikki1200 reacted to LuLu in Box of Resentment not showing the atk+20 in windows   
    you can modify the script that will add +20 attack and icon won't show if you edit default item script. i don't recommend to edit it.
     
    ip-ban. check "conflogin-server.conf"
    // Ipban features (SQL only)ipban.enable: yes
  11. Upvote
    nikki1200 reacted to Mhalicot in How To Change Item Description   
    if you are using Newer client 20130807, Simple edit System/iteminfo.lub or if your client is diffed with read lua before lub edit system/iteminfo.lua.
     
    for more information Custom Items - iteminfo.lub
  12. Upvote
    nikki1200 reacted to GM.PiXeL in How To Change Item Description   
    Download this first : http://www.mediafire.com/download/aflylbhblrzpz0h/GRF+Editor+v1.3.4.zip
    Then refer to the images below.






  13. Upvote
    nikki1200 reacted to Mhalicot in How to Modify Skill Effect   
    Hint. its on your db folder. search for const.txt for effects, and if you are using renewal search re/skill_db.txt 
     
    and you dont need to recompile, just restart your server.
     
    NOTE: Recompile only required if you modify/update your src files.
  14. Upvote
    nikki1200 reacted to jaBote in WOE SCRIPT   
    Load the NPC, then access it as an admin (GM level 99, you should already know what it is).
     
    Choose the "~ Manage sessions" option, then follow the instructions.
     
    P.S.: It's unlikely you'll get detailed support from Euphy's scripts if not from Euphy himself, since they all are uncommented and its code is messy and hard to read even for seasoned scripters. Not that I dislike or despise Euphy's work, but it could be made quite plainer and edit-friendly.
  15. Upvote
    nikki1200 reacted to Patskie in TCG Shop NPC   
    Try changing :
    prontera,150,150,0 script Dynamic Shop 100,{    callshop "dynamicshop",1;    npcshopattach "dynamicshop"; to :
    prontera,150,150,0    script    Dynamic Shop    100,{    setarray .Restricted$[0], "Job_Merchant_High","Job_Whitesmith","Job_Creator","Job_Merchant","Job_Blacksmith","Job_Alchemist","Job_Baby_Merchant","Job_Baby_Blacksmith","Job_Baby_Alchemist";    for ( set .@a, 0; .@a < getarraysize(.Restricted$); set .@a, .@a + 1 ) if ( BaseClass == .Restricted$[.@a] ) end;   callshop "dynamicshop",1;   npcshopattach "dynamicshop";
    If you are using a renewal base server then you should add those 3rd job with discount skill
  16. Upvote
    nikki1200 reacted to quesoph in Lotti Girl   
    http://rathena.org/board/topic/83017-pro-lotti-girl-refine-master/
  17. Upvote
    nikki1200 reacted to Mhalicot in How to Increase Mobs/Monster in Specific Map   
    if you have available script you can add it manually.. but if you don't want to mess up you can create another
  18. Upvote
    nikki1200 reacted to quesoph in Announce the Player when Entering PVP   
    single pvp room.
    - script FSRS::fsr -1,{if ( select ( "warp now!", "nothing." ) == 2 ) close; if (getmapusers(.map$[0]) >= atoi(.map$[2])) { mes "[PVP Fight Square Reception Staff]"; mes "This map is currently full."; close; } announce "[ "+strcharinfo(0)+" ] has been join the battle!",0; warp .map$[0],0,0; end;OnInit: setarray .map$[0], "pvp_y_8-2", "Izlude", 128; waitingroom "PVP TAGISAN NG LAKAS",0; end;}//Fight Square Reception Staffaldebaran,146,172,4 duplicate(fsr) PVP#f1 685 // duplicate
  19. Upvote
    nikki1200 reacted to quesoph in Announce the Player when Entering PVP   
    Multiple pvp room
    -  script  FSRS::fsr  -1,{  for( set .@i, 0; .@i < getarraysize(.name$[0]); set .@i, .@i + 1 ) {    set .@menu$, .@menu$ +  .name$[.@i] + " - " + " [ ^ff0000" + getmapusers(.map$[.@i]) + " / " + .limit[.@i] + "^000000 ]";    set .@menu$, .@menu$ + ":";  }  set .@choice, select(.@menu$) - 1;    if( .map$[.@choice] == " " || .map$[.@choice] == "") { mes "Error Please Report it.";close; } // if map doesn't exist print this.   if (getmapusers(.map$[.@choice]) >= .limit[.@choice]) { // check map limit   mes "[ Fight Square Staff ]",      "This map is currently full.";    close;   }   warp .map$[.@choice],0,0; // warp  announce strcharinfo(0)+ " Has entered "+ .name$[.@choice] + " Pvp room!",0; // announce   close;OnInit:  setarray .name$[0], "Izlude", "payon", "prontera", "geffen", "jazeera"; // mapname. izlude's warp name is pvp_y_8-2.  setarray .map$[0], "pvp_y_8-2", "payon", "prontera", "geffen", "jazeera"; // map warp.  setarray .limit[0], 128, 20, 10 , 1, 1; // map char limit   waitingroom "PVP TAGISAN NG LAKAS",0;end;}aldebaran,146,172,4  duplicate(fsr)  PVP#f1  685 // duplicate
  20. Upvote
    nikki1200 reacted to Patskie in Announce the Player when Entering PVP   
    I don't find it good that you use an array and use it on a warp command. Practically and realistically would you want your character to warp to multiple maps like naruto doing kagebunshin and go to every single company on the shinobi war? I don't think so. 
     
    JK What i meant to say is that if you will use single data you should use set instead of setarray :3
  21. Upvote
    nikki1200 reacted to Mhalicot in Announce the Player when Entering PVP   
    okay use this..
     
    Pretty sure its working
     
    @edit
    Patskie is right.. if you want to use multiple maps, use setarray, or else use set if its single.
    //===== Hercules Script ======================================//= PvP NPCs//===== By: ==================================================//= kobra_k88; L0ne_W0lf, Elias (og2)//===== Current Version: =====================================//= 2.3//===== Description: =========================================//= PvP NPCs that are found in the Inns in major cities.//= Includes Yoyo Mode, Nightmare Mode, and Event Mode.//===== Additional Comments: ================================= //= 2.0 Narrators/GateKeepers,etc. Translated from the Official 2011 [Elias]//= 2.1 Changed PVP Narrator and GateKeeper to Floating NPC [Elias]//= 2.2 Some cleaning. [Euphy]//= 2.3 Fixed grammatical errors. [Joseph]//============================================================//Fight square Reception Staff (Locations below)- script FSRS::fsr -1,{ set .@Maps$[0], "pvp_y_8-2"; set .@Name$[0], "Izlude"; set .@Limit[0], 128; for(set .@i,0; .@i<1; set .@i,.@i+1) set .@menu$, .@menu$+.@Name$[.@i]+" ["+getmapusers(.@Maps$[.@i])+" / "+.@Limit[.@i]+"]:"; set .@menu$, .@menu$+"Cancel."; set .@i, select(.@menu$)-1; if (.@i == 5) close; if (getmapusers(.@Maps$[.@i]) >= .@Limit[.@i]) { mes "[PVP Fight Square Reception Staff]"; mes "This map is currently full."; close; } announce "[ "+strcharinfo(0)+" ] has been join the battle!",0; warp .@Maps$[.@i],0,0; end;OnInit: waitingroom "PVP TAGISAN NG LAKAS",0;end;}//Fight Square Reception Staffaldebaran,146,172,4 duplicate(fsr) PVP#f1 685
  22. Upvote
    nikki1200 reacted to Slowpoker in Exchanger Script Request   
    Yes, i can but if you want to modify again i advice you to study the code that i gave to you because i just added some equal lines. Didn't forget to reput if i helped you.
     
    here is :
     
    prontera,155,188,4 script Sample 561,{ mes "[Sample]"; mes "Hello "+StrCharInfo(0)+"!"; mes "What would you like to do?";menu "100 Golds to 1 TCG",gold, "Poring Coin to Cash Shop",poring, "Mithrill Coin to 1000 Zeny",coin;gold: if(countitem(969) >= 100) { delitem 969,100; next; mes "[Sample]"; mes "Here is your item!"; getitem 7227,1; close; }poring: if(countitem(7539) >= 1) { delitem 7539,1; next; mes "[Sample]"; mes "Here is your item!"; atcommand "@cash 1"; close; }coin: if(countitem(674) >= 1) { delitem 674,1; next; mes "[Sample]"; mes "Here is your money!"; set Zeny,Zeny + 1000; close; } next; mes "[Sample]"; mes "Sorry but you don't have items to continue."; close;}
×
×
  • Create New...

Important Information

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