Jump to content

Yoona

Members
  • Posts

    567
  • Joined

  • Last visited

Posts posted by Yoona

  1. Somethings wrong with MVP Warper

     

    Error

    [Error]: script:callfunc: function not found! [F_InsertComma]
    [Debug]: Source (NPC): Private MVP Room at prontera (148,174)
    

    MVP Ladder Error

    [Error]: script:callfunc: function not found! [F_InsertPlural]
    [Debug]: Source (NPC): MvP Ladder Warper at prontera (164,171)
    
  2. First thing to do is...

     

    Step 1. Extract the map.gat on your map_cache by using this WeeMapCache

     

    I refer to recompile your server or run mapcache.exe after doing the first step.

     

    Step 2. go to trunk/conf/maps_athena.conf then

     

    add this one at the last :

    map: novice_island ( name of your map )
    

    Step 3. then go to trunk/db/map_index.txt

     

    now do it like this:

    //======================================================================================
    //Place your custom maps with a starting ID here.
    //======================================================================================
    //Example:
    //
    //mymap	1250
    //mymap-2
    novice_island 1252
    

    Now for setting your map for a training ground or starting point.

     

    go to trunk/conf/char_athena.conf

     

    then go to line : 100 or look for this

    // Starting point for new characters
    // Format: <map_name>,<x>,<y>
    start_point: new_1-1,53,111 <<< change this into mapname,<x coor>,<y coor>
    

    then done! easy as 1 2 3 :)

  3. Can someone help me with this?

     

     

    A refiner that player can choose what lvl he/she wants.

     

    for example

     

    I got + 0 Hat then NPC will ask you what level of refine do you want.

     

     

    + 1

    + 2

    + 3

    + 4

    + 5

    + 6

    + 7

    + 8

    + 9

    + 10

     

    Which is on each level required item for refining is needed. 

  4. Well im just a curious player about this secure grf. is it worth it? and how it works to prevent stealing your server files?

     

     

    because i followed all the requirements on the guide and its now working. i wonder why and how.

  5. @Annieruru wow thanks but there's something wrong with the last level of valkyrie or its just me that don't get it.?

     

    Script:

    OnInit:
    	setarray .valkyrie_lv1, 24001, 501,1, 502,2, 503,3, 504,4, 505,5;
    	setarray .valkyrie_lv2, 24002, 512,4, 513,5, 514,1;
    	setarray .valkyrie_lv3, 24003, 531,5, 532,3, 533,1, 534,2;
    	setarray .valkyrie_lv4, 24004;
    	setarray .valkyrie_lv5, 24005;
    	setarray .valkyrie_lv6, 24006;
    	setarray .valkyrie_lv7, 24007;
    	setarray .valkyrie_lv8, 24008;
    	setarray .valkyrie_lv9, 24009;
    	setarray .valkyrie_lv10, 24010;
    	setarray .valkyrie_lv11, 24011;
    	setarray .valkyrie_lv12, 24012, 501,1, 502,2, 503,3;
    

    Error: ( white testing the script )

    [Error]: buildin_getitem: Nonexistant item 0 requested.
    [Debug]: Source (NPC): Valkyrie Quest at lunashop (59,73)
    
    
  6. @Fresh Prince thanks for the reply but i prefer 1 NPC at all. to prevent over flowing NPC's :)

     

     

     

    @Terrorsoul your's was good but the my idea is the NPC should automatically detect if he/she has the requirements for the items. but im still searching close to my request thanks! 

  7. A Quest NPC that can do this kind of Method

     

     

    Player 1 did the quest for Normal Valkyrie Helm, now Player 1 finish the quest but still he can improve the effect of this VH.

     

    Example :

     

    Normal Valkyrie Helm = Improve lvl 1 Black Valkyrie Helm 

    Black Valkyrie Helm = Improve lvl 2 Brown Valkyrie Helm

    Brown Valkyrie Helm = Improve lvl 3 Cyan Valkyrie Helm

     

     

     

    Until it reached Level 12, but on each level required items will be different.

     

    Thanks! i hope i explain it well..  /ic 

  8. line 38

    pk_point += .pk_point; // variable name here

    change into

    #PKPOINTS += .pk_point; // variable name here

    EDIT: I dunno how to do no.6 .... sry ... /sry

     

    Hahaha. thanks Annieruru :) well about the number 6 i already did it :) credits to you <3 and 1 thing Annie about the Berzerk status? is it possible that only the effect not the whole skill effect? sorry ^_^

×
×
  • Create New...