Jump to content

sevenzz23

Members
  • Posts

    43
  • Joined

  • Last visited

Posts posted by sevenzz23

  1. I tried that when I click login and double click it nothing pops up and when I click group id nothing pops up please help

    Try this guide.

     

    1. Open your Work Bench

    2. Select your Database

    3. Select Tables

    4. Highlight Login (One Click)

    5. Right Click Login then choose Select Rows - Limit 1000

    6. Done! you can now select your whatever you want to edit. Then Apply. :)

  2. you can try something like this:

     

    -	script	prontera	-1,{
    OnPCLoadMapEvent:
    sleep2 50;
    getmapxy .@usermap$,.@xx,.@yy,0;
    while(.@usermap$ == "prontera") {
    getmapxy .@usermap$,.@xx,.@yy,0;
    if (.@usermap$ == "prontera") {
    // You could use 'percentheal ,;' too so it is fairer among players with different HP values.
    percentheal 100,100;
    }
    sleep2 50;
    }
    end;
    }
    

     

    What TS want is..

     

    aw!

    i don't wanna add script'

    i want to edit custom map which has npc or area heal or map that never hp down (hpfull all time ) just for practicing pvp (no script)

     

    I think it is possible if you edit your src, but Im not sure..

  3. you can add a OnTouch script to do that. for example

    prontera,150,180,4	script	Healer	139,3,3,{
    OnInit:
    	set .seteffect, 1;
    	while(.seteffect) {
    		misceffect EF_LG_KINGS_GRACE;
    		sleep 15000;
    	}
    	end;
    OnTouch:
    	specialeffect2 EF_HEAL2; percentheal 100,100;
    	specialeffect2 EF_INCAGILITY; sc_start SC_INC_AGI,240000,10;
    	specialeffect2 EF_BLESSING; sc_start SC_BLESSING,240000,10;
    }
    
    
  4. Ahh, Now I see the problem Typographic Error /heh

     

    in Line 1026 , 1033

    -  [ACCESSORY_IDs.ACCESSORY_BLACK_RED_TIRAYA_BONNET] = "_Black_Red_Tiraya_Bonnet",//<- Notice TI-RAYA
    -  [ACCESSORY_IDs.ACCESSORY_CYAN_TIRAYA_BONNET] = "_Cyan_Tiraya_Bonnet", //<- Notice TI-RAYA
    +  [ACCESSORY_IDs.ACCESSORY_BLACK_RED_TIYARA_BONNET] = "_Black_Red_Tiraya_Bonnet",// It must be TIYARA
    +  [ACCESSORY_IDs.ACCESSORY_CYAN_TIYARA_BONNET] = "_Cyan_Tiraya_Bonnet", // It must be TIYARA 

    because your accessoryid.lub line 1031 is

      ACCESSORY_BLACK_RED_TIYARA_BONNET = 1208,
      ACCESSORY_CYAN_TIYARA_BONNET = 1215, 

    so it must be same.

     

    Edit:


    Im so confused of some items in your lua like

    in accessoryid.lub it shows 

    ACCESSORY_DEVILING_SACK 

    while in accname.lub it became

      [ACCESSORY_IDs.ACCESSORY_DEVILINGSACK] = "_devilingsack", 

    Note: Please compare your accessoryid.lub and accname.lub

    • Upvote 1
  5. Same parin naman po, di naman ganon ka nose bleed mag setup.

     

     

    at isa pa po,,, pano po ba dito... kelangan ko po bang edit yung nasa pre-re folder and re folder? and yung nasa mismong DB folder?

    Hindi mo po kelangan i-edit yang dalawang folder, kasi depende sa setup ng server mo yan, kung Gamit mo ay yung Renewal(3rdJob) yung re folder ang gagamitin nya, pero kung pre-renewal(no 3rd job) yung pre-re folder ang i-oopen nya..

     

    check mo po itong guide sa pag config kung pre-renewal ba o renewal ang gusto mong gamitin. 

×
×
  • Create New...