Jump to content

Petey Pablo

Members
  • Posts

    569
  • Joined

  • Last visited

Posts posted by Petey Pablo

  1. try this

    // Kafra_Custom map ==================================
    <map>,<x>,<y>,<facing><tab>script<tab>Kafra Employee::kaf_<map><tab>112,{
    cutin "kafra_06",2;
    callfunc "F_KafSetPront";
    mes "[Kafra Employee]";
    mes "Welcome to the";
    mes "Kafra Corporation~";
    mes "The Kafra Services are";
    mes "always here to support";
    mes "you. So how can I be";
    mes "of service today?";
    callfunc "F_Kafra",5,0,0,40,800;
    
    M_Save:
    savepoint "<map>",x,y;
    callfunc "F_KafEnd",0,1,"in the city of <map>";
    }

    then add to scripts_athena.conf

    npc: npc/kafras/kafras_<map>.txt
    • Upvote 1
  2. try this

    go to

    src/map/skill.c

    find

    if (skill == AS_SONICBLOW)

    pc_stop_attack(sd); //Special case, Sonic Blow autospell should stop the player attacking.

    change to

    if (skill == AS_SONICBLOW)

    remove this line or add comment here pc_stop_attack(sd); //Special case, Sonic Blow autospell should stop the player attacking.

    then go to your db/skill_cast_db

    find

    //-- AS_SONICBLOW

    136,0,2000,2000,0,5000

    change to

    //-- AS_SONICBLOW

    136,0,0,0,0,0

    dont forget to recompile

  3. Anong xray client date na compatible sa rathena server?

    Tulong na dn kung paano gumawa ng xray at san pwedeng mag download ng xray client with diff files?

    Gusto ko kc pag aralan ang xray naman. from RagRE client kc ako.

    Penge ng mga links na kelangan tunkol sa xray or guides

    Post nyo po d2. Maraming salamat :D

  4. anyone can help me pls

    Exception Details

    Error: Flux_Error

    Message: Critical MySQL error in Installer/Updater: Table 'cp_banlog' already exists

    File: /home/shalomro/public_html/flux/lib/Flux/Installer/Schema.php:133 File Line Function/Method /home/shalomro/public_html/flux/lib/Flux/Installer/Schema.php 157 Flux_Installer_Schema::install() /home/shalomro/public_html/flux/lib/Flux/Installer/MainServer.php 46 Flux_Installer_Schema::update() /home/shalomro/public_html/flux/modules/install/index.php 83 Flux_Installer_MainServer::updateAll() /home/shalomro/public_html/flux/lib/Flux/Template.php 337 include() /home/shalomro/public_html/flux/lib/Flux/Dispatcher.php 168 Flux_Template::render() /home/shalomro/public_html/flux/index.php 176 Flux_Dispatcher::dispatch()

    Exception Trace As String

    #0 /home/shalomro/public_html/flux/lib/Flux/Installer/Schema.php(157): Flux_Installer_Schema->install(497)

    #1 /home/shalomro/public_html/flux/lib/Flux/Installer/MainServer.php(46): Flux_Installer_Schema->update()

    #2 /home/shalomro/public_html/flux/modules/install/index.php(83): Flux_Installer_MainServer->updateAll()

    #3 /home/shalomro/public_html/flux/lib/Flux/Template.php(337): include('/home/shalomro/...')

    #4 /home/shalomro/public_html/flux/lib/Flux/Dispatcher.php(168): Flux_Template->render()

    #5 /home/shalomro/public_html/flux/index.php(176): Flux_Dispatcher->dispatch(Array)

    #6 {main}

×
×
  • Create New...