Jump to content

K e o u g h

Members
  • Posts

    257
  • Joined

  • Last visited

  • Days Won

    22

Posts posted by K e o u g h

  1. i applied this on my server sql


     


    sql-files/upgrades/upgrade_20140612.sql and sql-files/upgrades/upgrade_20140612_log.sql!


     


    and then pet cant incubate.. please help me with this. how to revert this? i want to return back the way my sql was.


     


    happens like this, when you got a fresh pet egg it can be incubated and the pet will show,then when return to eggshell > select character > login > then pet cannot be incubate its lost in your item inventory and when char select then login it will show on your item inventory again.. and after that you cant incubate that pet egg anymore


  2. experiencing the same problem, using 12244 and Double strafe and critical damage are too high, 

     

    and when i use @refine 000 1 

     

    it should refine +1 but instead of 1 it refine 2 and the costumes refine 1. weird

  3. I have this problem on weapon item bonus effect, weapon atk are working but item effect are not working, maybe there is a problem with the svn.. here are the list of weapons that dont work with their item bonus.

     

    These weapons only add base weapon attack but item bonus not working.

     

    I didnt edit the script its just the normal item_db.txt

     

    Daggers

    Katar weapons with elements

    Staffs most staffs and wands

    Books

    AXES

    2 Handed Axe

    SPEAR

    2 Handed spear

    Swords

    2 Handed swords

    Bow

     

     

    Please how to fix this?

  4. Hello, i made a script with a URL link in navi system script

     

    how to adjust the browser resolution? because when i click the link in-game the browser need to be resized with mouse resizer and maximize, is there any way to maximize a default resolution like 640x480 or 1024x768 for the ragnarok browser? it uses IE though

     

    anyone?

  5. I use this script because there is a exploit maybe.. i had this player who got some commands and he said bypassing the group_id i dunno how he did that. he said its a software and currently WIP.

    item generator or something. so i ban the IP and his account.. and now i used this.

  6. Here is the scripts command and scripts sample of hercules.

    //=====================================
    12 - NPC Trader-Related Commands
    //=====================================
    Commands that control NPC Trader Shops
    See /doc/sample/npc_trader_sample.txt
    ---------------------------------------
    
    *openshop({NPC_Name});
    
    opens the trader shop from the currently-attached npc unless,
    when the optional NPC_Name param is used.
    
    ---------------------------------------
    
    *sellitem <Item_ID>{,<price>{,<qty>}};
    
    adds (or modifies) <Item_ID> data to the shop,
    when <price> is not provided (or when it is -1) itemdb default is used.
    qty is only necessary for NST_MARKET trader types.
    
    when <Item_ID> is already in the shop,
    the previous data (price/qty), is overwritten with the new.
    
    ---------------------------------------
    
    *stopselling <Item_ID>;
    
    attempts to remove <Item_ID> from the current shop list.
    
    ---------------------------------------
    
    *setcurrency <Val1>{,<Val2>};
    
    updates the currently attached player shop funds,
    to be used within a "OnCountFunds" event of a NST_CUSTOM trader type.
    
    <Val1> is the value used in the *Cash* Points field
    <Val2> is the value used in the Kafra Points field
    
    ---------------------------------------
    
    *tradertype(<Type>);
    
    Modifies the npc trader type, item list is cleared upon modifiying the value.
    By default, all npcs staart with tradertype(NST_ZENY);
    
    - NST_ZENY (0) Normal Zeny Shop
    - NST_CASH (1) Normal Cash Shop
    - NST_MARKET (2) Normal NPC Market Shop (where items have limited availability and need to be refurbished)
    - NST_CUSTOM (3) Custom Shop (any currency, item/var/etca, check sample)
    
    ---------------------------------------
    
    *purchaseok();
    
    Signs that the transaction (on a NST_CUSTOM trader) has been successful,
    to be used within a "OnPayFunds" event of a NST_CUSTOM trader.
    
    ---------------------------------------
    
    *shopcount(<Item_ID>);
    
    Returns the amount of still-available <Item_ID> in the shop (on a NST_MARKET trader).
    
    ---------------------------------------
    

    and here is the scripts

     

     

    //===== Hercules Script =======================================

    //= Sample: NPC Trader
    //===== By: ==================================================
    //= Hercules Dev Team
    //===== Current Version: =====================================
    //= 20131225
    //===== Description: ========================================= 
    //= Demonstrates NPC Trader.
    //============================================================
     
    /* ordinary zeny trader */
    prontera,152,151,1 trader TestTrader 4_F_EDEN_OFFICER,{
    OnInit:
    sellitem Valkyrja's_Shield;
    end;
    }
    /* ordinary cash trader */
    prontera,152,152,1 trader TestTraderCash 4_F_EDEN_OFFICER,{
    OnInit:
    tradertype(NST_CASH);
    sellitem Valkyrja's_Shield;
    end;
    }
    /* custom npc trader */
    prontera,153,152,1 trader TestCustom2 4_F_EDEN_OFFICER,{
    OnInit:
    tradertype(NST_CUSTOM);
    sellitem Red_Potion,2;
    end;
     
    /* allows currency to be item 501 and 502 */
    OnCountFunds:
    setcurrency(countitem(Red_Potion),countitem(Orange_Potion));
    end;
     
    /* receives @price (total cost) and @points (the secondary input field for cash windows) */
    OnPayFunds:
    dispbottom "Hi: price="+@price+" and points="+@points;
    if( countitem(Orange_Potion) < @points || countitem(Red_Potion) < @price-@points )
    end;
    delitem Orange_Potion,@points;
    delitem Red_Potion,@price-@points;
    purchaseok();
    end;
    }
    /* demonstrates Market Trader */
    prontera,150,160,6 trader HaiMarket 4_F_EDEN_OFFICER,{
    OnInit:
    tradertype(NST_MARKET);
    sellitem Red_Potion,-1,49;
    end;
     
     
    OnMyResupply:
    if( shopcount(Red_Potion) < 20 )
    sellitem Red_Potion,-1,49;
    end;
    }
     

     

    Has anyone written the actual Para Market NPCs, though?

     

     

    have you checked it?

     

    here is the thread http://hercules.ws/board/topic/4989-paramarket-new-npc-shop/#entry32230

  7. How to make sure it is already set to unlimited? coz our server reach 1k player but our host capacity player is 3k+ already when reach 1024 other player cant login or disconnected

     

    someone says it's on socket.c but i dunno what to edit or modify in the file. anyone can help please?

  8. so its a steal?lol,im just adding it on my services,dude your maps are everywhere almost ragnarok private server. but still credits to the owner, i didn't claim those maps are mine. you hated me so much

     

    yeah it is, and it's clear that its a steal, i do not hate you that much but im just telling the truth xD, even though my maps are everywhere, the only thing is you show to the public that you have our maps and includes them to your services.

    still have credits to the owner? you don't even get a permission to distribute our maps. we cant see any credits though, :D

    • Upvote 1
  9. Actually yes. i like those textures thats why i used them to my first map, this was my first map as my testing map

     

    yeah you really like those textures, and also my maps and olrox maps too huh?

     

    why are you distributing our paid maps? i think this is a bad idea.

    you steal then sell? rip and sell? thats not the way it is bro.

     

     

    stealing someones work and sell is really bad, i hope you will have a good services.

     

    wew_zps6becd024.png

     

     

     

    It seems that those are my textures and model edit from RO2. it will be more nice if you did your own textures of the map and will make you more creative, 

    rather than ripping off an existing textures of a mapper :D just a suggestion to make you improve in mapping and have an originality :D

    I agree with this, especially if it is his custom textures that he made.  

    It is a nice map, do not get me wrong.  And I get using someone else textures that are custom seems easy, but you are also trying to sell this map from what i've seen, and those textures Keo made for his other map, just doesn't seem right to me.

    But not much I can say, gfx designers take other peoples pictures and sell them as login screens/loading screens/websites.

     

    Either way, its a decent map other than that. The only thing I can suggest is to decorate a little around the edges, so that players cannot see just pure black around the edges of the town, would make it seem more 'realistic' in my opinion.  =]

     

     

    Yeah you were right there xD!

  10. como você faz a água com os níveis? que o tamanho deste mapa? é tão bom xD I was do a skymap but you was do it T_T i will do another map kkkk good work 10/10

    Thanks!

     

    top hein cara, 10/10

    Thank you :D

     

    This is actually really pretty.

    Yeah it is xD, Thank you!

  11. Hello Everyone! here is another map that i made and it is a Sky map and i simply call it Sky City xD

    it's been a long time since i post a map here xD, so here i am again for another great map :D Hope ya like it.

     

    Video of the Map

    Watch in HD!

     

     

    Screenshots of the Map

    10014289_619173738163292_420993557_o.jpg

     

    1973568_619173751496624_1293756597_o.jpg

     

    1932549_619173744829958_2046279216_o.jpg

     

    1932572_619173904829942_401653112_o.jpg

     

    859427_619173931496606_636112970_o.jpg

     

    1890357_619173938163272_353274582_o.jpg

     

    615109_619174008163265_109182792_o.jpg

     

    10001075_619174218163244_1469681157_o.jp

     

    1980521_619174288163237_1110948866_o.jpg

     

    10003874_619174328163233_64944779_o.jpg

     

    10006054_619174358163230_2130207565_o.jp

     

    1932745_619174424829890_1317735217_o.jpg

     

    1511806_619174471496552_988389204_o.jpg

     

    1890388_619174531496546_22098673_o.jpg

     

    10015011_619174608163205_615568072_o.jpg

    1932751_619174634829869_1393276859_o.jpg

     

    10012084_619174671496532_431371860_o.jpg

     

    1559288_619174714829861_1963751767_o.jpg

     

    1836805_619174841496515_8965309_o.jpg

     

    1956843_619174941496505_1322429002_o.jpg

     

    1497902_619174974829835_363853652_o.jpg

     

    1921055_619175004829832_1583072699_o.jpg

    1402980_619175034829829_1180515391_o.jpg

     

    Thank you and God Bless!!

    • Upvote 7
×
×
  • Create New...